complexType ClassRanking
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p250.png
namespace http://ed-fi.org/0200
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>
<ann:EdFiId>492</ann:EdFiId>
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>
     
<ann:EdFiId>492</ann:EdFiId>
   
</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:appinfo>
         
<ann:EdFiId>763</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="TotalNumberInClass" type="xs:int">
     
<xs:annotation>
       
<xs:documentation>The total number of students in the student's graduating class.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>766</ann:EdFiId>
       
</xs:appinfo>
     
</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:appinfo>
         
<ann:EdFiId>765</ann:EdFiId>
       
</xs:appinfo>
     
</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:appinfo>
         
<ann:EdFiId>764</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element ClassRanking/ClassRank
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p251.png
namespace http://ed-fi.org/0200
type xs:int
properties
content simple
annotation
documentation
The academic rank of a student in relation to his or her graduating class (e.g., 1st, 2nd, 3rd).
appinfo
<ann:EdFiId>763</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>763</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element ClassRanking/TotalNumberInClass
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p252.png
namespace http://ed-fi.org/0200
type xs:int
properties
content simple
annotation
documentation
The total number of students in the student's graduating class.
appinfo
<ann:EdFiId>766</ann:EdFiId>
source <xs:element name="TotalNumberInClass" type="xs:int">
 
<xs:annotation>
   
<xs:documentation>The total number of students in the student's graduating class.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>766</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element ClassRanking/PercentageRanking
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p253.png
namespace http://ed-fi.org/0200
type xs:int
properties
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%).
appinfo
<ann:EdFiId>765</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>765</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

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