element <webSite> (local)
Namespace:
Type:
Content:
complex, 3 attributes, 2 elements, elem. wildcard
Defined:
locally within contactType complexType in myContacts.xsd; see XML source
XML Representation Summary
<webSite
   
 = 
xsd:nonNegativeInteger
 = 
xsd:hexBinary
 = 
xsd:string
   
>
   
Content: 
</webSite>
Content model elements (2):
mp:cat (type hs:catType), mp:url (type hs:string)
Included in content model of elements (1):
contact (in myContacts)
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="webSite" type="mp:webSiteBlueType"/>
Attribute Detail (all declarations; 3/3)
changeNumber
Type:
Use:
required
Defined:
XML Source (see within schema source)
<xsd:attribute name="changeNumber" type="changeNumberType" use="required"/>

creator
Type:
Use:
required
Defined:
XML Source (see within schema source)
<xsd:attribute name="creator" type="creatorType" use="required"/>

id
Type:
Use:
required
Defined:
XML Source (see within schema source)
<xsd:attribute name="id" type="idType" use="required"/>
Content Element Detail (all declarations; 3/3)
mp:cat
Type:
hs:catType, empty content
Defined:
locally within mp:webSiteType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="cat" type="hs:catType"/>

mp:url
Type:
hs:string, simple content
Defined:
locally within mp: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 mp:webSiteType complexType
XML Source (see within schema source)
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>