Definition Type: SimpleType
Name: BasicFrequencyType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: Frequencies.xsd
Collapse XSD Schema Diagram:
XSD Diagram of BasicFrequencyType in schema frequencies_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:simpleType name="BasicFrequencyType">
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="Hourly" />
        <xsd:enumeration value="Daily" />
        <xsd:enumeration value="Weekly" />
        <xsd:enumeration value="Bi-Weekly" />
        <xsd:enumeration value="Semi-Monthly" />
        <xsd:enumeration value="Monthly" />
        <xsd:enumeration value="Month-Week-1" />
        <xsd:enumeration value="Month-Week-2" />
        <xsd:enumeration value="Month-Week-3" />
        <xsd:enumeration value="Month-Week-4" />
        <xsd:enumeration value="Month-Week-5" />
        <xsd:enumeration value="Month-Week-Last" />
        <xsd:enumeration value="Bi-Monthly" />
        <xsd:enumeration value="Quarterly" />
        <xsd:enumeration value="Semi-Annually" />
        <xsd:enumeration value="Annually" />
        <xsd:enumeration value="Once" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration Hourly
Enumeration Daily
Enumeration Weekly
Enumeration Bi-Weekly
Enumeration Semi-Monthly
Enumeration Monthly
Enumeration Month-Week-1
Enumeration Month-Week-2
Enumeration Month-Week-3
Enumeration Month-Week-4
Enumeration Month-Week-5
Enumeration Month-Week-Last
Enumeration Bi-Monthly
Enumeration Quarterly
Enumeration Semi-Annually
Enumeration Annually
Enumeration Once