complexType DeviceStatusList
diagram
namespace http://www.ite.org/tmdd
children device-id device-name device-type device-status
annotation
documentation
<objectClass>Device</objectClass>
<definition/>
source <xs:complexType name="DeviceStatusList">
 
<xs:annotation>
   
<xs:documentation>
     
<objectClass>Device</objectClass>
     
<definition/>
   
</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="device-id" type="Organization-resource-identifier"/>
   
<xs:element name="device-name" type="Organization-resource-name" minOccurs="0"/>
   
<xs:element name="device-type" type="Device-type"/>
   
<xs:element name="device-status" type="Device-operational-status"/>
 
</xs:sequence>
</xs:complexType>

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

element DeviceStatusList/device-name
diagram
type Organization-resource-name
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 1
maxLength 128
source <xs:element name="device-name" type="Organization-resource-name" minOccurs="0"/>

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

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


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