namespace | http://www.ATIS-Draft-03-00-79 | ||
type | union of (restriction of xs:unsignedInt, restriction of xs:string) | ||
used by |
|
||
annotation |
|
||
source | <xs:simpleType name="UVLevel"> <xs:annotation> <xs:appinfo> uV index very high (4621) uV index high (4622) uV index moderate (4623) uV index low (4624) uV index very low (4625) </xs:appinfo> </xs:annotation> <xs:union> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="4621"/> <xs:maxInclusive value="4625"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="uV index very high"/> <xs:enumeration value="uV index high"/> <xs:enumeration value="uV index moderate"/> <xs:enumeration value="uV index low"/> <xs:enumeration value="uV index very low"/> </xs:restriction> </xs:simpleType> </xs:union> </xs:simpleType> |