Definition Type: SimpleType
Name: AgencyRoleCodeEnumType
Namespace: http://www.hr-xml.org/3
Containing Schema: CodeLists.xsd
Documentation:
Agency Role. Code A code classifying the role of an entity or the role with which that entity is associated.
Collapse XSD Schema Diagram:
XSD Diagram of AgencyRoleCodeEnumType in schema codelists_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:simpleType name="AgencyRoleCodeEnumType">
    <xsd:annotation>
        <xsd:documentation>
            <ccts:DictionaryEntryName xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Agency Role. Code</ccts:DictionaryEntryName>
            <ccts:DefinitionText xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">A code classifying the role of an entity or the role with which that entity is associated.  </ccts:DefinitionText>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:normalizedString">
        <xsd:enumeration value="Customer" />
        <xsd:enumeration value="Supplier" />
        <xsd:enumeration value="Requester" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration Customer
Enumeration Supplier
Enumeration Requester