Documentation for ATIS-Draft-03-00-79

Simple Type: EssPaveTreatProductForm

[Table of contents]

Super-types: None
Sub-types: None
Name EssPaveTreatProductForm
Content
  • Union of following types:
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 1 <= value <= 4
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'other'|'dry'|'prewet'|'liquid'}
Documentation <Definition> Indicates the condition of the treatment being applied to the road.</Definition>
Application Data other (1) dry (2) prewet (3) liquid (4)
Diagram
Schema Component Representation
<xs:simpleType name="EssPaveTreatProductForm">
<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="other"/>
<xs:enumeration value="dry"/>
<xs:enumeration value="prewet"/>
<xs:enumeration value="liquid"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>