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="EssPaveTreatProductForm"> <xs:annotation> <xs:appinfo> other (1) dry (2) prewet (3) liquid (4) </xs:appinfo> <xs:documentation> <Definition> Indicates the condition of the treatment being applied to the road.</Definition> </xs:documentation> </xs:annotation> <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> |