element <webSite> (global)
Namespace:
Type:
Content:
complex, 2 elements, elem. wildcard
Defined:
globally in myProfile.xsd; see XML source
Used:
never
XML Representation Summary
<webSite>
   
Content: 
</webSite>
Content model elements (2):
cat (type hs:catType), url (type hs:string)
XML Source (see within schema source)
<xsd:element name="webSite" type="webSiteType"/>
Content Element Detail (all declarations; 3/3)
cat
Type:
hs:catType, empty content
Defined:
locally within webSiteType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="cat" type="hs:catType"/>

url
Type:
hs:string, simple content
Defined:
locally within webSiteType complexType
This element contains the URL for this Web site. If the site is accessible through multiple URLs, this element can be repeated the corresponding number of times.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="1" name="url" type="hs:string">
<xsd:annotation>
<xsd:documentation>
This element contains the URL for this Web site. If the site is accessible
through multiple URLs, this element can be repeated the corresponding
number of times.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

{any element with non-schema namespace}
Defined:
within webSiteType complexType
XML Source (see within schema source)
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>