element <myContacts> (global)
Namespace:
Type:
Content:
complex, 2 attributes, 2 elements, elem. wildcard
Defined:
globally in myContacts.xsd; see XML source
Used:
never
XML Representation Summary
<myContacts
   
 = 
xsd:nonNegativeInteger
 = 
xsd:string
   
>
   
Content: 
</myContacts>
Content model elements (2):
contact (in myContacts), subscription (in myContacts)
Annotation
This element encapsulates the content document for this service. This element establishes a global cache scope for the service and contains other root-level system attributes for this instance of the service.
XML Source (see within schema source)
<xsd:element name="myContacts" type="myContactsType">
<xsd:annotation>
<xsd:documentation>
This element encapsulates the content document for this service. This element
establishes a global cache scope for the service and contains other
root-level system attributes for this instance of the service.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
Attribute Detail (all declarations; 2/2)
changeNumber
Type:
Use:
required
Defined:
XML Source (see within schema source)
<xsd:attribute name="changeNumber" type="changeNumberType" use="required"/>

instanceId
Type:
Use:
optional
Defined:
XML Source (see within schema source)
<xsd:attribute name="instanceId" type="instanceIdType"/>
Content Element Detail (all declarations; 3/3)
contact
Type:
contactType, complex content
Defined:
locally within myContactsType complexType
A contact
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="contact" type="contactType">
<xsd:annotation>
<xsd:documentation>
A contact
</xsd:documentation>
</xsd:annotation>
</xsd:element>

subscription
Type:
hs:subscriptionType, complex content
Defined:
locally within myContactsType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="subscription" type="hs:subscriptionType"/>

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