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