Definition Type: Element
Name: ScheduleType
Namespace: http://ns.hr-xml.org/2007-04-15
Type: hr:EPMScheduleType
Containing Schema: EPMResult.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
In the case of a scheduled review, this element is used to identify the type of schedule. Allows for a choice of either standard enumerated values or a non-standard value. Standard values are: annual, mid-year, and probation.
Collapse XSD Schema Diagram:
Drilldown into NonStandardValue in schema epmtypes_xsd Drilldown into StandardValue in schema epmtypes_xsd Drilldown into EPMScheduleType in schema epmtypes_xsdXSD Diagram of ScheduleType in schema epmresult_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="ScheduleType" type="EPMScheduleType" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>In the case of a scheduled review, this element is used to identify the type of schedule. Allows for a choice of either standard enumerated values or a non-standard value. Standard values are: annual, mid-year, and probation. </xsd:documentation>
    </xsd:annotation>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
StandardValue hr:StandardValue 0 (1)
NonStandardValue hr:NonStandardValue 0 (1)
Collapse Derivation Tree: