complexType DeviceList
diagram
namespace http://www.ite.org/tmdd
children device-id device-name device-location network-id section-id
used by
element DeviceTypeInventoryResponse/device-list/device
annotation
documentation
<objectClass>Device</objectClass>
<definition/>
source <xs:complexType name="DeviceList">
 
<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-location" type="DeviceLocation" minOccurs="0"/>
   
<xs:element name="network-id" type="Roadway-network-identifier" minOccurs="0"/>
   
<xs:element name="section-id" type="Organization-resource-identifier" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element DeviceList/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 DeviceList/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 DeviceList/device-location
diagram
type DeviceLocation
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children link-id link-direction device-location route-designator linear-reference linear-reference-version
source <xs:element name="device-location" type="DeviceLocation" minOccurs="0"/>

element DeviceList/network-id
diagram
type Roadway-network-identifier
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 1
maxLength 32
source <xs:element name="network-id" type="Roadway-network-identifier" minOccurs="0"/>

element DeviceList/section-id
diagram
type Organization-resource-identifier
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 1
maxLength 32
source <xs:element name="section-id" type="Organization-resource-identifier" minOccurs="0"/>


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