complexType "webSiteType"
Namespace:
Content:
complex, 2 elements, elem. wildcard
Defined:
globally in myProfile.xsd; see XML source
Includes:
definitions of 2 elements, elem. wildcard
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (2):
cat (type hs:catType), url (type hs:string)
Known Direct Subtypes (1):
webSiteBlueType
All Direct / Indirect Based Elements (3):
webSite, webSite (in contact), webSite (in myProfile)
Known Usage Locations
Annotation
This element encapsulates an electronic address for this entity. Specifically, it contains a Website or URL associated with this identity. This element can be repeated. Typically, one <b>webSite</b> element is used for each Web site associated with this identity.
XML Source (see within schema source)
<xsd:complexType name="webSiteType">
<xsd:annotation>
<xsd:documentation>
This element encapsulates an electronic address for this entity. Specifically,
it contains a Website or URL associated with this identity.
This element
can be repeated. Typically, one
<b>webSite</b>
element is used for each Web site associated with this identity.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" name="cat" type="hs:catType"/>
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>
<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>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; 3/3)
cat
Type:
hs:catType, empty content
Defined:
locally within (this) 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 (this) 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 (this) webSiteType complexType
XML Source (see within schema source)
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>