<xsd:simpleType name="LaborBargainingUnitCodeEnumType">
<xsd:annotation>
<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">
<ccts:DictionaryEntryName xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Labor Bargaining Unit. Member Status. Code</ccts:DictionaryEntryName>
<ccts:DefinitionText xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Values that classify an individual's membership status within a given labor bargaining unit (a sector of an employer workforce represented by a union.)</ccts:DefinitionText>
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="Member" />
<xsd:enumeration value="NonMember" />
</xsd:restriction>
</xsd:simpleType>
|