element <myDevices> (global)
Namespace:
Type:
anonymous complexType (extension of myDevicesType)
Content:
complex, 2 attributes, 2 elements, elem. wildcard
Defined:
globally in myDevices.xsd; see XML source
Used:
never
XML Representation Summary
<myDevices
   
 = 
xsd:nonNegativeInteger
 = 
xsd:string
   
>
   
Content: 
</myDevices>
Content model elements (2):
device (in myDevices), subscription (in myDevices)
Annotation
This element encapsulates the content document for the Microsoft® .NET Devices service.
Anonymous Type Detail
Type Derivation Tree
myDevicesType (extension)
  complexType
XML Source (see within schema source)
<xsd:element name="myDevices">
<xsd:annotation>
<xsd:documentation>
This element encapsulates the content document for the Microsoft&#174; .NET Devices service.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="myDevicesType">
<xsd:attributeGroup ref="hs:documentRootAttributeGroup"/>
</xsd:extension>
</xsd:complexContent>
</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; 3/3)
device
Type:
deviceType, complex content
Defined:
locally within myDevicesType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="device" type="deviceType"/>

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