namespace | http://www.NTCIP-Partial-00-00-00 | ||||
type | union of (restriction of xs:unsignedInt, restriction of xs:string) | ||||
used by |
|
||||
annotation |
|
||||
source | <xs:simpleType name="EssPaveTreatProductType"> <xs:annotation> <xs:appinfo> 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) </xs:appinfo> <xs: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> </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="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> |