simpleType Event-link-categories
namespace http://www.ite.org/tmdd
type union of (restriction of xs:unsignedInt, restriction of xs:string)
used by
element RequestLocation/link-categories
annotation
documentation
<objectClass>Event</objectClass>
<definition>Request filter to limit a request to events affecting specific hierarchical roadway types.</definition>
source <xs:simpleType name="Event-link-categories">
 
<xs:annotation>
   
<xs:documentation>
     
<objectClass>Event</objectClass>
     
<definition>Request filter to limit a request to events affecting specific hierarchical roadway types.</definition>
   
</xs:documentation>
 
</xs:annotation>
 
<xs:union>
   
<xs:simpleType>
     
<xs:restriction base="xs:unsignedInt">
       
<xs:minInclusive value="1"/>
       
<xs:maxInclusive value="9"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="xs:string">
       
<xs:enumeration value="interstates"/>
       
<xs:enumeration value="us highways and above"/>
       
<xs:enumeration value="state highways and above"/>
       
<xs:enumeration value="state aid system and above"/>
       
<xs:enumeration value="arterials and above"/>
       
<xs:enumeration value="collectors and above"/>
       
<xs:enumeration value="county roads and above"/>
       
<xs:enumeration value="local roads and above"/>
       
<xs:enumeration value="all available"/>
     
</xs:restriction>
   
</xs:simpleType>
 
</xs:union>
</xs:simpleType>


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