Definition Type: SimpleType
Name: PaymentFrequencyQualifiers
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: Credit.xsd
Collapse XSD Schema Diagram:
XSD Diagram of PaymentFrequencyQualifiers in schema credit_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:simpleType name="PaymentFrequencyQualifiers">
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="Biweekly" />
        <xsd:enumeration value="LumpSum" />
        <xsd:enumeration value="Monthly" />
        <xsd:enumeration value="Weekly" />
        <xsd:enumeration value="SemiMonthly" />
        <xsd:enumeration value="Daily" />
        <xsd:enumeration value="TwiceWeekly" />
        <xsd:enumeration value="FourWeeks" />
        <xsd:enumeration value="Quarterly" />
        <xsd:enumeration value="Annually" />
        <xsd:enumeration value="Other" />
        <xsd:enumeration value="Unknown" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration Biweekly
Enumeration LumpSum
Enumeration Monthly
Enumeration Weekly
Enumeration SemiMonthly
Enumeration Daily
Enumeration TwiceWeekly
Enumeration FourWeeks
Enumeration Quarterly
Enumeration Annually
Enumeration Other
Enumeration Unknown