<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>
|