Definition Type: SimpleType
Name: EPMStatusEnumType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: EPMTypes.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 EPMStatusEnumType in schema epmtypes_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:simpleType name="EPMStatusEnumType">
    <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:string">
        <xsd:enumeration value="in progress" />
        <xsd:enumeration value="complete" />
        <xsd:enumeration value="canceled" />
        <xsd:enumeration value="not known" />
        <xsd:enumeration value="not applicable" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration in progress
Enumeration complete
Enumeration canceled
Enumeration not known
Enumeration not applicable
Collapse Derivation Tree:
Collapse References:
hr:ObjectiveGroupStatus, hr:ObjectiveGroupStatus, hr:StandardValue