simpleType tmdd:Event-incident-severity
namespace http://www.TMDD-Partial-00-00-00
type union of (restriction of xs:unsignedInt, restriction of xs:string)
used by
elements RequestInformation/filter/severity Basics/severity atis:InformationRequest/filter/severity atis:EventInformation/severity atis:IncidentInformation/severity
annotation
appinfo

            none (1)
            minor (2)
            major (3)
            natural disaster (4)
        
documentation
<Definition> A code which describes the severity of an incident.  Each region must define the meaning of the values defined.
            [Is used by ATIS and IM, but not seemed to be used by TMDD, what is the prefered item to use?]</Definition>
<Remarks>
            V1.5 - Added FADD_ID attribute; revised Class Name, Classification Scheme Name/Version, Data Concept Identifier/Version to reflect harmonization with ITS Data Registry.</Remarks>
source <xs:simpleType name="Event-incident-severity">
 
<xs:annotation>
   
<xs:appinfo>
            none (1)
            minor (2)
            major (3)
            natural disaster (4)
        
</xs:appinfo>
   
<xs:documentation>
     
<Definition> A code which describes the severity of an incident.  Each region must define the meaning of the values defined.
            [Is used by ATIS and IM, but not seemed to be used by TMDD, what is the prefered item to use?]
</Definition>
     
<Remarks>
            V1.5 - Added FADD_ID attribute; revised Class Name, Classification Scheme Name/Version, Data Concept Identifier/Version to reflect harmonization with ITS Data Registry.
</Remarks>
   
</xs:documentation>
 
</xs:annotation>
 
<xs:union>
   
<xs:simpleType>
     
<xs:restriction base="xs:unsignedInt">
       
<xs:minInclusive value="1"/>
       
<xs:maxInclusive value="4"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="xs:string">
       
<xs:enumeration value="none"/>
       
<xs:enumeration value="minor"/>
       
<xs:enumeration value="major"/>
       
<xs:enumeration value="natural disaster"/>
     
</xs:restriction>
   
</xs:simpleType>
 
</xs:union>
</xs:simpleType>


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