Definition Type: ComplexType
Name: EPMStatusType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: EPMTypes.xsd
Abstract
Documentation:
Provides a choice between a standard and non-standard value describing a status of a performance management process component (e.g., an Objective). Enumerated standard values are: in progress, complete, canceled, not known, and not applicable.
Collapse XSD Schema Diagram:
Drilldown into NonStandardValue in schema epmtypes_xsd Drilldown into StandardValue in schema epmtypes_xsdXSD Diagram of EPMStatusType in schema epmtypes_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="EPMStatusType">
    <xsd:annotation>
        <xsd:documentation>Provides a choice between a standard and non-standard value describing a status of a performance management process component (e.g., an Objective). Enumerated standard values are: in progress, complete, canceled, not known, and not applicable.</xsd:documentation>
    </xsd:annotation>
    <xsd:choice>
        <xsd:element name="StandardValue" type="EPMStatusEnumType" />
        <xsd:element name="NonStandardValue" type="xsd:string" />
    </xsd:choice>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
StandardValue hr:StandardValue (1) (1)
NonStandardValue hr:NonStandardValue (1) (1)
Collapse Derivation Tree:
Collapse References:
hr:DevelopmentItemStatus, hr:ObjectiveStatus, hr:ObjectiveStatus