namespace | http://www.TCIP-Adopted-03-00-01 | ||
type | union of (restriction of xs:unsignedInt, restriction of xs:string, CPT-EmplJobCat) | ||
used by |
|
||
annotation |
|
||
source | <xs:simpleType name="CPT-EmplJobCat"> <xs:annotation> <xs:appinfo> fullTimeOperator (1) partTimeOperator (2) conductor (3) engineer (4) maintenance (5) supervisor (6) -- also manager revenueCollector (7) dispatcher (8) -- 9-127 reserved -- 128-255 local use </xs:appinfo> </xs:annotation> <xs:union> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="1"/> <xs:maxInclusive value="8"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="fullTimeOperator"/> <xs:enumeration value="partTimeOperator"/> <xs:enumeration value="conductor"/> <xs:enumeration value="engineer"/> <xs:enumeration value="maintenance"/> <xs:enumeration value="supervisor"/> <xs:enumeration value="revenueCollector"/> <xs:enumeration value="dispatcher"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="local:CPT-EmplJobCat"/> </xs:simpleType> </xs:union> </xs:simpleType> |