Definition Type: SimpleType
Name: RateTypeCodeEnumType
Namespace: http://www.hr-xml.org/3
Containing Schema: CodeLists.xsd
Documentation:
The type of a rate. Enumerated values are: bill pay
Collapse XSD Schema Diagram:
XSD Diagram of RateTypeCodeEnumType in schema codelists_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:simpleType name="RateTypeCodeEnumType">
    <xsd:annotation>
        <xsd:documentation>
The type of a rate. Enumerated values are:
bill
pay
</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:normalizedString">
        <xsd:enumeration value="bill" />
        <xsd:enumeration value="pay" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration bill
Enumeration pay