simpleType tcip:CPT-EmplJobCat
namespace http://www.TCIP-Adopted-03-00-01
type union of (restriction of xs:unsignedInt, restriction of xs:string, CPT-EmplJobCat)
used by
elements tcip:CptEmployeeList/categories/category tcip:CptEmployeeListSub/categories/category tcip:CCLogOffOperator/job-category tcip:CCLogOnOperator/job-category tcip:CPTEmployee/jobCategory
annotation
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
        
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>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy