<xsd:complexType name="EPMScheduleType">
<xsd:annotation>
<xsd:documentation>Identifies the appraisal schedule type. Provides a choice between standard enumerated values (annual, midyear, interim, probation) and a custom value.</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element name="StandardValue" type="EPMScheduleEnumType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Enumerated values are: annual, mid-year, and probation (i.e., end of probation period). </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>
|