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