simpleType tcip:SCH-PayType
namespace http://www.TCIP-Adopted-03-00-01
type union of (restriction of xs:unsignedInt, restriction of xs:string, restriction of xs:unsignedInt, SCH-PayType)
used by
element tcip:SCHOperatorPay/type
annotation
appinfo

            platform time (1)
            working time (2)
            spread (3)
            spread bonus (4)
            overtime (5)
            overtime bonus (6)
            other meal break (7)
            other paid break (8)
            paid travel (9)
            sign on time (10)
            sign off time (11)
            early shift bonus (12)
            evening shift bonus (13)
            night shift bonus (14)
            holiday (15)
            holiday bonus (16) -- 17-127 reserved
             -- 128-255 local use
        
source <xs:simpleType name="SCH-PayType">
 
<xs:annotation>
   
<xs:appinfo>
            platform time (1)
            working time (2)
            spread (3)
            spread bonus (4)
            overtime (5)
            overtime bonus (6)
            other meal break (7)
            other paid break (8)
            paid travel (9)
            sign on time (10)
            sign off time (11)
            early shift bonus (12)
            evening shift bonus (13)
            night shift bonus (14)
            holiday (15)
            holiday bonus (16) -- 17-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="16"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="xs:string">
       
<xs:enumeration value="platform time"/>
       
<xs:enumeration value="working time"/>
       
<xs:enumeration value="spread"/>
       
<xs:enumeration value="spread bonus"/>
       
<xs:enumeration value="overtime"/>
       
<xs:enumeration value="overtime bonus"/>
       
<xs:enumeration value="other meal break"/>
       
<xs:enumeration value="other paid break"/>
       
<xs:enumeration value="paid travel"/>
       
<xs:enumeration value="sign on time"/>
       
<xs:enumeration value="sign off time"/>
       
<xs:enumeration value="early shift bonus"/>
       
<xs:enumeration value="evening shift bonus"/>
       
<xs:enumeration value="night shift bonus"/>
       
<xs:enumeration value="holiday"/>
       
<xs:enumeration value="holiday bonus"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="xs:unsignedInt">
       
<xs:minInclusive value="128"/>
       
<xs:maxInclusive value="255"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="local:SCH-PayType"/>
   
</xs:simpleType>
 
</xs:union>
</xs:simpleType>


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