complexType ClassRanking
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p216.png
namespace http://ed-fi.org/0110
children ClassRank TotalNumberInClass PercentageRanking ClassRankingDate
used by
element StudentAcademicRecord/ClassRanking
annotation
documentation
The academic rank information of a student in relation to his or her graduating class
appinfo
<ann:TypeGroup>Common</ann:TypeGroup>
source <xs:complexType name="ClassRanking">
 
<xs:annotation>
   
<xs:documentation>The academic rank information of a student in relation to his or her graduating class </xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Common</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="ClassRank" type="xs:int">
     
<xs:annotation>
       
<xs:documentation>The academic rank of a student in relation to his or her graduating class (e.g., 1st, 2nd, 3rd).</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="TotalNumberInClass" type="xs:int">
     
<xs:annotation>
       
<xs:documentation>The total number of students in the student&apos;s graduating class.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="PercentageRanking" type="xs:int" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The academic percentage rank of a student in relation to his or her graduating class (e.g., 95%, 80%, 50%).</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="ClassRankingDate" type="xs:date" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Date class ranking was determined.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element ClassRanking/ClassRank
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p217.png
namespace http://ed-fi.org/0110
type xs:int
properties
isRef 0
content simple
annotation
documentation
The academic rank of a student in relation to his or her graduating class (e.g., 1st, 2nd, 3rd).
source <xs:element name="ClassRank" type="xs:int">
 
<xs:annotation>
   
<xs:documentation>The academic rank of a student in relation to his or her graduating class (e.g., 1st, 2nd, 3rd).</xs:documentation>
 
</xs:annotation>
</xs:element>

element ClassRanking/TotalNumberInClass
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p218.png
namespace http://ed-fi.org/0110
type xs:int
properties
isRef 0
content simple
annotation
documentation
The total number of students in the student&apos;s graduating class.
source <xs:element name="TotalNumberInClass" type="xs:int">
 
<xs:annotation>
   
<xs:documentation>The total number of students in the student&apos;s graduating class.</xs:documentation>
 
</xs:annotation>
</xs:element>

element ClassRanking/PercentageRanking
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p219.png
namespace http://ed-fi.org/0110
type xs:int
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
The academic percentage rank of a student in relation to his or her graduating class (e.g., 95%, 80%, 50%).
source <xs:element name="PercentageRanking" type="xs:int" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The academic percentage rank of a student in relation to his or her graduating class (e.g., 95%, 80%, 50%).</xs:documentation>
 
</xs:annotation>
</xs:element>

element ClassRanking/ClassRankingDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p220.png
namespace http://ed-fi.org/0110
type xs:date
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Date class ranking was determined.
source <xs:element name="ClassRankingDate" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Date class ranking was determined.</xs:documentation>
 
</xs:annotation>
</xs:element>