Definition Type: ComplexType
Name: EPMSummaryResultType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: EPMSummaryResult.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema userarea_xsd Drilldown into OverallRating in schema epmsummaryresult_xsd Drilldown into ScheduleType in schema epmsummaryresult_xsd Drilldown into ReasonCode in schema epmsummaryresult_xsd Drilldown into AppraisalSubject in schema epmsummaryresult_xsd Drilldown into PreparedBy in schema epmsummaryresult_xsd Drilldown into ProviderId in schema epmsummaryresult_xsd Drilldown into AppraisalPeriod in schema epmsummaryresult_xsd Drilldown into ResultDate in schema epmsummaryresult_xsd Drilldown into ResultId in schema epmsummaryresult_xsd Drilldown into lang in schema xml_xsdXSD Diagram of EPMSummaryResultType in schema epmsummaryresult_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="EPMSummaryResultType">
    <xsd:sequence>
        <xsd:element name="ResultId" type="EntityIdType" minOccurs="0" />
        <xsd:element name="ResultDate" type="xsd:date">
            <xsd:annotation>
                <xsd:documentation>Required element. Date of the EPM result.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="AppraisalPeriod" type="EPMPeriodType" minOccurs="0" />
        <xsd:element name="ProviderId" type="EntityIdType" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>An optional identifier for the EPM provider or source of the EPM Result.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="PreparedBy" type="EPMPersonType" minOccurs="0" />
        <xsd:element name="AppraisalSubject" type="EPMPersonType" />
        <xsd:element name="ReasonCode" type="EPMReasonCodeType" minOccurs="0" />
        <xsd:element name="ScheduleType" type="EPMScheduleType" minOccurs="0" />
        <xsd:element name="OverallRating" type="EPMOverallRatingType" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
    <xsd:attribute ref="xml:lang" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ResultId hr:ResultId 0 (1)
ResultDate hr:ResultDate (1) (1)
AppraisalPeriod hr:AppraisalPeriod 0 (1)
ProviderId hr:ProviderId 0 (1)
PreparedBy hr:PreparedBy 0 (1)
AppraisalSubject hr:AppraisalSubject (1) (1)
ReasonCode hr:ReasonCode 0 (1)
ScheduleType hr:ScheduleType 0 (1)
OverallRating hr:OverallRating (1) (1)
UserArea hr:UserArea 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
lang nsA:lang (Optional)
Collapse Derivation Tree:
Collapse References:
hr:EPMSummaryResult, hr:ProcessEPMSummaryResult, hr:ShowEPMSummaryResult