Definition Type: ComplexType
Name: RatingType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: EmploymentHistory.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into StringValue in schema employmenthistory_xsd Drilldown into NumericValue in schema employmenthistory_xsdXSD Diagram of RatingType in schema employmenthistory_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="RatingType">
    <xsd:choice>
        <xsd:element name="NumericValue">
            <xsd:complexType>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:double">
                        <xsd:attribute name="minValue" type="xsd:double" />
                        <xsd:attribute name="maxValue" type="xsd:double" />
                        <xsd:attribute name="description" type="xsd:string" />
                    </xsd:extension>
                </xsd:simpleContent>
            </xsd:complexType>
        </xsd:element>
        <xsd:element name="StringValue">
            <xsd:complexType>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string">
                        <xsd:attribute name="minValue" type="xsd:string" />
                        <xsd:attribute name="maxValue" type="xsd:string" />
                        <xsd:attribute name="description" type="xsd:string" />
                    </xsd:extension>
                </xsd:simpleContent>
            </xsd:complexType>
        </xsd:element>
    </xsd:choice>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
NumericValue hr:NumericValue (1) (1)
StringValue hr:StringValue (1) (1)
Collapse Derivation Tree:
Collapse References:
hr:AttendanceRating, hr:OverallPerformanceRating