simpleType GradeValueQualifier
namespace http://ed-fi.org/0110
type restriction of xs:string
used by
element StudentAcademicRecord/GradeValueQualifier
facets
Kind Value annotation 
minLength 
maxLength 80 
annotation
documentation
The scale of equivalents, if applicable, for grades awarded as indicators of performance in schoolwork. For example, numerical equivalents for letter grades used in determining a student's Grade Point Average (A=4, B=3, C=2, D=1 in a four-point system) or letter equivalents for percentage grades (90-100%=A, 80-90%=B, etc.).
appinfo
<ann:TypeGroup>Simple</ann:TypeGroup>
source <xs:simpleType name="GradeValueQualifier">
 
<xs:annotation>
   
<xs:documentation>The scale of equivalents, if applicable, for grades awarded as indicators of performance in schoolwork. For example, numerical equivalents for letter grades used in determining a student&apos;s Grade Point Average (A=4, B=3, C=2, D=1 in a four-point system) or letter equivalents for percentage grades (90-100%=A, 80-90%=B, etc.).</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Simple</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="1"/>
   
<xs:maxLength value="80"/>
 
</xs:restriction>
</xs:simpleType>