| diagram |
 |
| namespace |
http://www.ite.org/tmdd |
| children |
link-id link-direction device-location route-designator linear-reference linear-reference-version |
| used by |
|
| annotation |
| documentation | <objectClass>Device</objectClass>
<definition/> |
|
| source |
<xs:complexType name="DeviceLocation">
<xs:annotation>
<xs:documentation>
<objectClass>Device</objectClass>
<definition/>
</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="link-id" type="Roadway-network-identifier" minOccurs="0"/>
<xs:element name="link-direction" type="Link-direction"/>
<xs:element name="device-location" type="lrms:GeoLocation" minOccurs="0"/>
<xs:element name="route-designator" type="Link-route-designator" minOccurs="0"/>
<xs:element name="linear-reference" type="Link-location-linear-reference" minOccurs="0"/>
<xs:element name="linear-reference-version" type="Link-location-linear-reference-version" minOccurs="0"/>
</xs:sequence>
</xs:complexType> |