namespace | http://www.LRMS-Adopted-02-00-00 | ||
type | union of (restriction of xs:unsignedInt, restriction of xs:string) | ||
used by |
|
||
annotation |
|
||
source | <xs:simpleType name="PreCodedIdType"> <xs:annotation> <xs:appinfo> AlertC (0) Registry (1) AlphanumId (2) NumericIdx (3) </xs:appinfo> </xs:annotation> <xs:union> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="0"/> <xs:maxInclusive value="3"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="AlertC"/> <xs:enumeration value="Registry"/> <xs:enumeration value="AlphanumId"/> <xs:enumeration value="NumericIdx"/> </xs:restriction> </xs:simpleType> </xs:union> </xs:simpleType> |