Definition Type: Attribute
Name: payRateType
Namespace: http://ns.hr-xml.org/2007-04-15
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: PayrollBenefitContributions.xsd
ContentType Restriction
Use Required
Collapse XSD Schema Diagram:
XSD Diagram of payRateType in schema payrollbenefitcontributions_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:attribute name="payRateType" use="required">
    <xsd:simpleType>
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="Hourly" />
            <xsd:enumeration value="Daily" />
            <xsd:enumeration value="Weekly" />
            <xsd:enumeration value="BiWeekly" />
            <xsd:enumeration value="Monthly" />
            <xsd:enumeration value="Quarterly" />
            <xsd:enumeration value="Annually" />
            <xsd:enumeration value="SemiMonthly" />
            <xsd:enumeration value="4Week" />
        </xsd:restriction>
    </xsd:simpleType>
</xsd:attribute>
Collapse Facets:
Facet Value
Enumeration Hourly
Enumeration Daily
Enumeration Weekly
Enumeration BiWeekly
Enumeration Monthly
Enumeration Quarterly
Enumeration Annually
Enumeration SemiMonthly
Enumeration 4Week