Definition Type: ComplexType
Name: EPMScheduleType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: EPMTypes.xsd
Abstract
Documentation:
Identifies the appraisal schedule type. Provides a choice between standard enumerated values (annual, midyear, interim, probation) and a custom value.
Collapse XSD Schema Diagram:
Drilldown into NonStandardValue in schema epmtypes_xsd Drilldown into StandardValue in schema epmtypes_xsdXSD Diagram of EPMScheduleType in schema epmtypes_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
StandardValue hr:StandardValue 0 (1)
NonStandardValue hr:NonStandardValue 0 (1)
Collapse Derivation Tree:
Collapse References:
hr:ScheduleType, hr:ScheduleType, hr:ScheduleType, hr:ScheduleType