simpleType GPA
namespace http://ed-fi.org/0110
type restriction of xs:decimal
facets
Kind Value annotation 
minInclusive 
fractionDigits 
annotation
documentation
Grade Point Average computed for a grading period or cumulatively.
appinfo
<ann:TypeGroup>Simple</ann:TypeGroup>
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>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:decimal">
   
<xs:minInclusive value="0"/>
   
<xs:fractionDigits value="2"/>
 
</xs:restriction>
</xs:simpleType>