complexType DeviceTypeInventoryResponse
diagram
namespace http://www.ite.org/tmdd
children organization-owning organization-requesting request-id device-type device-list last-update-time
used by
element deviceTypeInventoryResponse
annotation
documentation
<objectClass>Device</objectClass>
<definition/>
source <xs:complexType name="DeviceTypeInventoryResponse">
 
<xs:annotation>
   
<xs:documentation>
     
<objectClass>Device</objectClass>
     
<definition/>
   
</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="organization-owning" type="Organization-resource-identifier"/>
   
<xs:element name="organization-requesting" type="Organization-resource-identifier"/>
   
<xs:element name="request-id" type="Organization-resource-identifier"/>
   
<xs:element name="device-type" type="Device-type"/>
   
<xs:element name="device-list">
     
<xs:complexType>
       
<xs:sequence maxOccurs="10000">
         
<xs:element name="device" type="DeviceList"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="last-update-time" type="DateTimeZone" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element DeviceTypeInventoryResponse/organization-owning
diagram
type Organization-resource-identifier
properties
isRef 0
content simple
facets
minLength 1
maxLength 32
source <xs:element name="organization-owning" type="Organization-resource-identifier"/>

element DeviceTypeInventoryResponse/organization-requesting
diagram
type Organization-resource-identifier
properties
isRef 0
content simple
facets
minLength 1
maxLength 32
source <xs:element name="organization-requesting" type="Organization-resource-identifier"/>

element DeviceTypeInventoryResponse/request-id
diagram
type Organization-resource-identifier
properties
isRef 0
content simple
facets
minLength 1
maxLength 32
source <xs:element name="request-id" type="Organization-resource-identifier"/>

element DeviceTypeInventoryResponse/device-type
diagram
type Device-type
properties
isRef 0
content simple
source <xs:element name="device-type" type="Device-type"/>

element DeviceTypeInventoryResponse/device-list
diagram
properties
isRef 0
content complex
children device
source <xs:element name="device-list">
 
<xs:complexType>
   
<xs:sequence maxOccurs="10000">
     
<xs:element name="device" type="DeviceList"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element DeviceTypeInventoryResponse/device-list/device
diagram
type DeviceList
properties
isRef 0
content complex
children device-id device-name device-location network-id section-id
source <xs:element name="device" type="DeviceList"/>

element DeviceTypeInventoryResponse/last-update-time
diagram
type DateTimeZone
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="last-update-time" type="DateTimeZone" minOccurs="0"/>


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