element <myServices> (global)
Namespace:
Type:
anonymous complexType
Content:
complex, 2 attributes, 1 element, elem. wildcard
Defined:
globally in myServices.xsd; see XML source
Includes:
definitions of 1 element, elem. wildcard
Used:
never
XML Representation Summary
<myServices
   
 = 
xsd:nonNegativeInteger
 = 
xsd:string
   
>
   
Content: 
</myServices>
Content model elements (1):
service (in myServices)
Anonymous Type Detail
Annotation
This element encapsulates the content document for the service.
XML Source (see within schema source)
<xsd:element name="myServices">
<xsd:complexType>
<xsd:annotation>
<xsd:documentation>
This element encapsulates the content document for the service.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="service" type="serviceType"/>
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>
</xsd:sequence>
<xsd:attributeGroup ref="hs:documentRootAttributeGroup"/>
</xsd:complexType>
</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; 2/2)
service
Type:
serviceType, complex content
Defined:
locally within (this) myServices element
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="service" type="serviceType"/>

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