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