Documentation for ATIS-Draft-03-00-79

Simple Type: IM-AccidentCode

[Table of contents]

Super-types: None
Sub-types: None
Name IM-AccidentCode
Used by (from the same schema document) Complex Type IMIncident
Content
  • Union of following types:
    • Locally defined type:
      • Base XSD Type: unsignedInt
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 128 <= value <= 255
    • Locally defined type:
      • Base XSD Type: string
Diagram
Schema Component Representation
<xs:simpleType name="IM-AccidentCode">
<xs:union>
<xs:simpleType>
<xs:restriction base=" xs:unsignedInt "/>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:unsignedInt ">
<xs:minInclusive value="128"/>
<xs:maxInclusive value="255"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:string "/>
</xs:simpleType>
</xs:union>
</xs:simpleType>