simpleType ntcip:EssPaveTreatProductType
namespace http://www.ntcip.org/c2f-objects
type union of (restriction of xs:unsignedInt, restriction of xs:string)
used by
element ESSStatus/pave-treat-type
annotation
appinfo

            other (1)
            sand (2)
            dirt (3)
            gravel (4)
            cinders (5)
            water (6)
            enhanced salts (7)
            naCl (8)
            caCl (9)
            mgCl (10)
            cMA (11)
            kAC (12)
            naFormate (13)
            naA (14)
        
documentation
      
            Definition: Indicates the type of treatment being applied to the road.
        
source <xs:simpleType name="EssPaveTreatProductType">
 
<xs:annotation>
   
<xs:appinfo>
            other (1)
            sand (2)
            dirt (3)
            gravel (4)
            cinders (5)
            water (6)
            enhanced salts (7)
            naCl (8)
            caCl (9)
            mgCl (10)
            cMA (11)
            kAC (12)
            naFormate (13)
            naA (14)
        
</xs:appinfo>
   
<xs:documentation>      
            Definition: Indicates the type of treatment being applied to the road.
        
</xs:documentation>
 
</xs:annotation>
 
<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="enhanced salts"/>
       
<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>


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