simpleType GPA
namespace http://ed-fi.org/0200
type restriction of xs:decimal
properties
base xs:decimal
used by
elements StudentAcademicRecord/CumulativeGradePointAverage StudentAcademicRecord/CumulativeGradePointsEarned ReportCard/GPACumulative ReportCard/GPAGivenGradingPeriod StudentAcademicRecord/SessionGradePointAverage StudentAcademicRecord/SessionGradePointsEarned
facets
Kind Value Annotation
minInclusive 0
totalDigits 18
fractionDigits 4
annotation
documentation
Grade Point Average computed for a grading period or cumulatively.
appinfo
<ann:TypeGroup>Simple</ann:TypeGroup>
<ann:EdFiId>51</ann:EdFiId>
source <xs:simpleType name="GPA">
 
<xs:annotation>
   
<xs:documentation>Grade Point Average computed for a grading period or cumulatively.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Simple</ann:TypeGroup>
     
<ann:EdFiId>51</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:decimal">
   
<xs:minInclusive value="0"/>
   
<xs:totalDigits value="18"/>
   
<xs:fractionDigits value="4"/>
 
</xs:restriction>
</xs:simpleType>