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="EssPrecipYesNo"> <xs:annotation> <xs:appinfo> precip (1) noPrecip (2) error (3) </xs:appinfo> <xs:documentation> <Definition> Indicates whether or not moisture is detected by the sensor.</Definition> <Remarks> Used in ATIS to gross coverage area reports, not just point sensor measurements.</Remarks> </xs:documentation> </xs:annotation> <xs:union> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="1"/> <xs:maxInclusive value="3"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="precip"/> <xs:enumeration value="noPrecip"/> <xs:enumeration value="error"/> </xs:restriction> </xs:simpleType> </xs:union> </xs:simpleType> |