simpleType Roadway-network-information-type
namespace http://www.ite.org/tmdd
type union of (restriction of xs:unsignedInt, restriction of xs:string)
used by
element TrafficNetworkInformationRequest/network-information-type
annotation
documentation
<objectClass>RoadwayNetwork</objectClass>
<definition>Code representing the type of roadway network information being requested.</definition>
source <xs:simpleType name="Roadway-network-information-type">
 
<xs:annotation>
   
<xs:documentation>
     
<objectClass>RoadwayNetwork</objectClass>
     
<definition>Code representing the type of roadway network information being requested.</definition>
   
</xs:documentation>
 
</xs:annotation>
 
<xs:union>
   
<xs:simpleType>
     
<xs:restriction base="xs:unsignedInt">
       
<xs:minInclusive value="1"/>
       
<xs:maxInclusive value="6"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="xs:string">
       
<xs:enumeration value="node inventory"/>
       
<xs:enumeration value="node status"/>
       
<xs:enumeration value="link inventory"/>
       
<xs:enumeration value="link status"/>
       
<xs:enumeration value="route inventory"/>
       
<xs:enumeration value="route status"/>
       
<xs:enumeration value="network inventory"/>
       
<xs:enumeration value="network status"/>
     
</xs:restriction>
   
</xs:simpleType>
 
</xs:union>
</xs:simpleType>


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