Definition Type: SimpleType
Name: KnownAmountPeriod
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: Rates.xsd
Collapse XSD Schema Diagram:
XSD Diagram of KnownAmountPeriod in schema rates_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:simpleType name="KnownAmountPeriod">
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="yearly" />
        <xsd:enumeration value="monthly" />
        <xsd:enumeration value="semi-monthly" />
        <xsd:enumeration value="weekly" />
        <xsd:enumeration value="biweekly" />
        <xsd:enumeration value="daily" />
        <xsd:enumeration value="hourly" />
        <xsd:enumeration value="fortnightly" />
        <xsd:enumeration value="perunit" />
        <xsd:enumeration value="flatfee" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration yearly
Enumeration monthly
Enumeration semi-monthly
Enumeration weekly
Enumeration biweekly
Enumeration daily
Enumeration hourly
Enumeration fortnightly
Enumeration perunit
Enumeration flatfee