simpleType Link-direction
namespace http://www.ite.org/tmdd
type union of (restriction of xs:unsignedInt, restriction of xs:string)
used by
elements LinkStatusList/direction DMSInventory/link-direction LCSStatus/link-direction RampMeterInventory/link-direction IntersectionSignalInventory/link-direction EventLane/link-direction LinkLocation/link-direction DeviceLocation/link-direction DetectorDetails/link-direction
annotation
documentation
<objectClass>Link</objectClass>
<definition>The direction(s) of travel referenced on a link.</definition>
source <xs:simpleType name="Link-direction">
 
<xs:annotation>
   
<xs:documentation>
     
<objectClass>Link</objectClass>
     
<definition>The direction(s) of travel referenced on a link.</definition>
   
</xs:documentation>
 
</xs:annotation>
 
<xs:union>
   
<xs:simpleType>
     
<xs:restriction base="xs:unsignedInt">
       
<xs:minInclusive value="0"/>
       
<xs:maxInclusive value="12"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="xs:string">
       
<xs:enumeration value="any other"/>
       
<xs:enumeration value="n"/>
       
<xs:enumeration value="ne"/>
       
<xs:enumeration value="e"/>
       
<xs:enumeration value="se"/>
       
<xs:enumeration value="s"/>
       
<xs:enumeration value="sw"/>
       
<xs:enumeration value="w"/>
       
<xs:enumeration value="nw"/>
       
<xs:enumeration value="not directional"/>
       
<xs:enumeration value="positive direction"/>
       
<xs:enumeration value="negative direction"/>
       
<xs:enumeration value="both directions"/>
     
</xs:restriction>
   
</xs:simpleType>
 
</xs:union>
</xs:simpleType>


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