Documentation for ATIS-Draft-03-00-79

Simple Type: EssPaveTreatProductType

[Table of contents]

Super-types: None
Sub-types: None
Name EssPaveTreatProductType
Content
  • Union of following types:
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 1 <= value <= 14
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'other'|'sand'|'dirt'|'gravel'|'cinders'|'water'|'enhancedSalts'|'naCl'|'caCl'|'mgCl'|'cMA'|'kAC'|'naFormate'|'naA'}
Documentation <Definition> Indicates the type of treatment being applied to the road. An enhanced definition of some of the values are as follows: other - any other type of treatment water - used as a diluting agent cMA - Calcium-Magnesium Acetate kAC - Potassium-Magnesium Acetate naFormate - Sodium Formate naA - Sodium Acetate</Definition>
Application Data other (1) sand (2) dirt (3) gravel (4) cinders (5) water (6) enhancedSalts (7) naCl (8) caCl (9) mgCl (10) cMA (11) kAC (12) naFormate (13) naA (14)
Diagram
Schema Component Representation
<xs:simpleType name="EssPaveTreatProductType">
<xs:union>
<xs:simpleType>
<xs:restriction base=" xs:unsignedInt ">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="14"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:enumeration value="other"/>
<xs:enumeration value="sand"/>
<xs:enumeration value="dirt"/>
<xs:enumeration value="gravel"/>
<xs:enumeration value="cinders"/>
<xs:enumeration value="water"/>
<xs:enumeration value="enhancedSalts"/>
<xs:enumeration value="naCl"/>
<xs:enumeration value="caCl"/>
<xs:enumeration value="mgCl"/>
<xs:enumeration value="cMA"/>
<xs:enumeration value="kAC"/>
<xs:enumeration value="naFormate"/>
<xs:enumeration value="naA"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>