Definition Type: SimpleType
Name: TimeReportedStatusCodeEnumType
Namespace: http://www.hr-xml.org/3
Containing Schema: CodeLists.xsd
Documentation:
A set of codes classifying the status of a ReportedTime component.
Collapse XSD Schema Diagram:
XSD Diagram of TimeReportedStatusCodeEnumType in schema codelists_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:simpleType name="TimeReportedStatusCodeEnumType">
    <xsd:annotation>
        <xsd:documentation>A set of codes classifying the status of a ReportedTime component.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:normalizedString">
        <xsd:enumeration value="Add" />
        <xsd:enumeration value="Changed" />
        <xsd:enumeration value="Unchanged" />
        <xsd:enumeration value="Void" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration Add
Enumeration Changed
Enumeration Unchanged
Enumeration Void