complexType DeviceCapabilities
diagram
namespace http://www.IM-Draft-03-00-44a
children number deviceType devicePrefs pingStyle futherDetails localDeviceCapabilities
used by
element MobileData/deviceCapabilities
source <xs:complexType name="DeviceCapabilities">
 
<xs:sequence>
   
<xs:element name="number" type="ReferenceID"/>
   
<!-- Used as an asset ID -->
   
<xs:element name="deviceType" type="DeviceType"/>
   
<!-- The type of device/class -->
   
<xs:element name="devicePrefs" type="DevicePreferences"/>
   
<!-- Operating style to use -->
   
<xs:element name="pingStyle" type="PingStyle" minOccurs="0"/>
   
<!-- Keep-a-live style -->
   
<xs:element name="futherDetails">
     
<xs:complexType>
       
<xs:sequence minOccurs="0" maxOccurs="50">
         
<xs:element name="futherDetail" type="TailSet"/>
         
<!-- Sets of names and values -->
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="localDeviceCapabilities" type="local:DeviceCapabilities" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element DeviceCapabilities/number
diagram
type ReferenceID
properties
isRef 0
content simple
facets
minLength 1
maxLength 64
source <xs:element name="number" type="ReferenceID"/>

element DeviceCapabilities/deviceType
diagram
type DeviceType
properties
isRef 0
content simple
source <xs:element name="deviceType" type="DeviceType"/>

element DeviceCapabilities/devicePrefs
diagram
type DevicePreferences
properties
isRef 0
content simple
source <xs:element name="devicePrefs" type="DevicePreferences"/>

element DeviceCapabilities/pingStyle
diagram
type PingStyle
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="pingStyle" type="PingStyle" minOccurs="0"/>

element DeviceCapabilities/futherDetails
diagram
properties
isRef 0
content complex
children futherDetail
source <xs:element name="futherDetails">
 
<xs:complexType>
   
<xs:sequence minOccurs="0" maxOccurs="50">
     
<xs:element name="futherDetail" type="TailSet"/>
     
<!-- Sets of names and values -->
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element DeviceCapabilities/futherDetails/futherDetail
diagram
type TailSet
properties
isRef 0
content complex
children set
source <xs:element name="futherDetail" type="TailSet"/>

element DeviceCapabilities/localDeviceCapabilities
diagram
type local:DeviceCapabilities
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children yourName
source <xs:element name="localDeviceCapabilities" type="local:DeviceCapabilities" minOccurs="0"/>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy