Definition Type: SimpleType
Name: EPMStatusCodeEnumType
Namespace: http://www.hr-xml.org/3
Containing Schema: CodeLists.xsd
Documentation:
Values describing status of a performance management process component (e.g., an Objective). Enumerated values are: in progress, complete, canceled, not known, and not applicable.
Collapse XSD Schema Diagram:
XSD Diagram of EPMStatusCodeEnumType in schema codelists_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:simpleType name="EPMStatusCodeEnumType">
    <xsd:annotation>
        <xsd:documentation>Values describing status of a performance management process component (e.g., an Objective). Enumerated values are: in progress, complete, canceled, not known, and not applicable.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:normalizedString">
        <xsd:enumeration value="InProgress" />
        <xsd:enumeration value="Complete" />
        <xsd:enumeration value="Canceled" />
        <xsd:enumeration value="NotKnown" />
        <xsd:enumeration value="NotApplicable" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration InProgress
Enumeration Complete
Enumeration Canceled
Enumeration NotKnown
Enumeration NotApplicable