<xsd:complexType name="EPMReasonCodeType">
<xsd:annotation>
<xsd:documentation>Identifies the reason for the performance management process. Provides a choice between standard enumerated values (promotion; job change; and scheduled) and a user-defined value.</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element name="StandardValue" type="EPMReasonCodeEnumType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Enumerated values are: promotion; job change; and scheduled.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="NonStandardValue" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Optional choice to specify a non-enumerated value.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:complexType>
|