Definition Type: Element
Name: ClassRank
Namespace: http://ns.hr-xml.org/2007-04-15
Type: integer:http://www.w3.org/2001/XMLSchema
Containing Schema: EducationHistory.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
This is a student's numerical class rank with the highest student in the class having a rank or position of 1
Collapse XSD Schema Diagram:
Drilldown into numberOfStudents in schema educationhistory_xsdXSD Diagram of ClassRank in schema educationhistory_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="ClassRank" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>This is a student's numerical class rank with the highest student in the class having a rank or position of 1</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:simpleContent>
            <xsd:extension base="xsd:integer">
                <xsd:attribute name="numberOfStudents" type="xsd:integer" use="optional" />
            </xsd:extension>
        </xsd:simpleContent>
    </xsd:complexType>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
numberOfStudents hr:numberOfStudents Optional