Definition Type: SimpleType
Name: StaffingContractTypeCodeEnumType
Namespace: http://www.hr-xml.org/3
Containing Schema: CodeLists.xsd
Collapse XSD Schema Diagram:
XSD Diagram of StaffingContractTypeCodeEnumType in schema codelists_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:simpleType name="StaffingContractTypeCodeEnumType">
    <xsd:restriction base="xsd:normalizedString">
        <xsd:enumeration value="HumanResource" />
        <xsd:enumeration value="StaffingCustomer" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration HumanResource
Enumeration StaffingCustomer