Definition Type: ComplexType
Name: OtherRatingSectionType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
ABIE Other Rating Section .Details A "catch all" section of a performance appraisal. For appraisal content that would not be covered within an Objectives, Competency, or Overall rating section.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into OtherRating in schema components_xsd Drilldown into OtherRatingGroup in schema components_xsd Drilldown into SectionSummaryResult in schema components_xsd Drilldown into SectionTitle in schema fields_xsd Drilldown into ID in schema fields_xsdXSD Diagram of OtherRatingSectionType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="OtherRatingSectionType">
    <xsd:annotation>
        <xsd:documentation source="http://www.hr-xml.org" xml:lang="en">
            <ccts:CategoryCode xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">ABIE</ccts:CategoryCode>
            <ccts:DictionaryEntryName xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Other Rating Section .Details</ccts:DictionaryEntryName>
            <ccts:DefinitionText xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">A "catch all" section of a performance appraisal. For appraisal content that would not be covered within an Objectives, Competency, or Overall rating section.</ccts:DefinitionText>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="ID" minOccurs="0" />
        <xsd:element ref="SectionTitle" minOccurs="0" />
        <xsd:element ref="SectionSummaryResult" minOccurs="0" />
        <xsd:element ref="OtherRatingGroup" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="OtherRating" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ID nsA:ID 0 (1)
SectionTitle nsA:SectionTitle 0 (1)
SectionSummaryResult nsA:SectionSummaryResult 0 (1)
OtherRatingGroup nsA:OtherRatingGroup 0 unbounded
OtherRating nsA:OtherRating 0 unbounded
UserArea nsA:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:OtherRatingSection