Definition Type: Element
Name: ReasonCode
Namespace: http://ns.hr-xml.org/2007-04-15
Type: hr:EPMReasonCodeType
Containing Schema: EPMResult.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
A code identifying the reason for the appraisal or review. Allows for choice of either standard enumerated values or a non-standard value. Standard values are: promotion; job change; and scheduled.
Collapse XSD Schema Diagram:
Drilldown into NonStandardValue in schema epmtypes_xsd Drilldown into StandardValue in schema epmtypes_xsd Drilldown into EPMReasonCodeType in schema epmtypes_xsdXSD Diagram of ReasonCode in schema epmresult_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="ReasonCode" type="EPMReasonCodeType" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>A code identifying the reason for the appraisal or review. Allows for choice of either standard enumerated values or a non-standard value. Standard values are: promotion; job change; and scheduled.</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: