complexType "myContactsType"
Namespace:
Content:
complex, 2 attributes, 2 elements, elem. wildcard
Defined:
globally in myContacts.xsd; see XML source
Includes:
definitions of 2 elements, elem. wildcard
Used:
XML Representation Summary
<...
   
 = 
xsd:nonNegativeInteger
 = 
xsd:string
   
>
   
Content: 
</...>
Content Model Elements (2):
contact (in myContacts), subscription (in myContacts)
All Direct / Indirect Based Elements (1):
myContacts
Known Usage Locations
Annotation
This element defines the basic myContacts types.
XML Source (see within schema source)
<xsd:complexType name="myContactsType">
<xsd:annotation>
<xsd:documentation>
This element defines the basic myContacts types.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="contact" type="contactType">
<xsd:annotation>
<xsd:documentation>
A contact
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="subscription" type="hs:subscriptionType"/>
</xsd:sequence>
<!-- standard attributes for the root element -->
<xsd:attributeGroup ref="hs:documentRootAttributeGroup"/>
</xsd:complexType>
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 (this) 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 (this) 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 (this) myContactsType complexType
XML Source (see within schema source)
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>