namespace | http://www.IM-Draft-03-00-44a | ||
type | union of (restriction of xs:unsignedInt, restriction of xs:string, local:QualificationsList) | ||
used by |
|
||
annotation |
|
||
source | <xs:simpleType name="QualificationsList"> <xs:annotation> <xs:appinfo> unknown (0) none (1) cdl (2) -- Comm Drivers Lic hazmatCert (3) -- Endorsement </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="unknown"/> <xs:enumeration value="none"/> <xs:enumeration value="cdl"/> <xs:enumeration value="hazmatCert"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="local:QualificationsList"/> </xs:simpleType> </xs:union> </xs:simpleType> |