complexType
ClassRanking
element ClassRanking/ClassRank
element ClassRanking/TotalNumberInClass
element ClassRanking/PercentageRanking
element ClassRanking/ClassRankingDate
diagram | |||||
namespace | http://ed-fi.org/0210 | ||||
children | ClassRank TotalNumberInClass PercentageRanking ClassRankingDate | ||||
used by |
|
||||
annotation |
|
||||
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'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 | |||
namespace | http://ed-fi.org/0210 | ||
type | xs:int | ||
properties |
|
||
annotation |
|
||
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 | |||
namespace | http://ed-fi.org/0210 | ||
type | xs:int | ||
properties |
|
||
annotation |
|
||
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:annotation> </xs:element> |
element ClassRanking/PercentageRanking
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | xs:int | ||||||
properties |
|
||||||
annotation |
|
||||||
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 | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | xs:date | ||||||
properties |
|
||||||
annotation |
|
||||||
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> |