Definition Type: ComplexType
Name: MultiRaterGroupScoreType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into Comment in schema fields_xsd Drilldown into PercentileRank in schema fields_xsd Drilldown into MeanRating in schema fields_xsd Drilldown into HighestRating in schema components_xsd Drilldown into LowestRating in schema components_xsd Drilldown into Score in schema components_xsd Drilldown into RaterGroupCode in schema fields_xsdXSD Diagram of MultiRaterGroupScoreType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="MultiRaterGroupScoreType">
    <xsd:sequence>
        <xsd:element ref="RaterGroupCode" minOccurs="0" />
        <xsd:element ref="Score" minOccurs="0" />
        <xsd:element ref="LowestRating" minOccurs="0" />
        <xsd:element ref="HighestRating" minOccurs="0" />
        <xsd:element ref="MeanRating" minOccurs="0" />
        <xsd:element ref="PercentileRank" minOccurs="0" />
        <xsd:element ref="Comment" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
RaterGroupCode nsA:RaterGroupCode 0 (1)
Score nsA:Score 0 (1)
LowestRating nsA:LowestRating 0 (1)
HighestRating nsA:HighestRating 0 (1)
MeanRating nsA:MeanRating 0 (1)
PercentileRank nsA:PercentileRank 0 (1)
Comment nsA:Comment 0 unbounded
UserArea nsA:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:MultiRaterGroupScore