simpleType itis:UnusualDriving
namespace http://www.ITIS-Adopted-03-00-02
type union of (restriction of xs:unsignedInt, restriction of xs:string, restriction of xs:string, UnusualDriving)
used by
element itis:ITISEventType/unusualDriving
simpleType itis:ITIScodes
source <xs:simpleType name="UnusualDriving">
 
<xs:union>
   
<xs:simpleType>
     
<xs:restriction base="xs:unsignedInt">
       
<xs:minInclusive value="1792"/>
       
<xs:maxInclusive value="2047"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="xs:string">
       
<xs:enumeration value="vehicle traveling wrong way" id="_1793"/>
       
<xs:enumeration value="reckless driver" id="_1794"/>
       
<xs:enumeration value="prohibited vehicle on roadway" id="_1795"/>
       
<xs:enumeration value="emergency vehicles on roadway" id="_1796"/>
       
<xs:enumeration value="high speed emergency vehicles" id="_1797"/>
       
<xs:enumeration value="high speed chase" id="_1798"/>
       
<xs:enumeration value="dangerous vehicle warning cleared" id="_1918"/>
       
<xs:enumeration value="emergency vehicle warning cleared" id="_1919"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="xs:string">
       
<xs:pattern value="\[.+\].*"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="local:UnusualDriving"/>
   
</xs:simpleType>
 
</xs:union>
</xs:simpleType>


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