simpleType GradeValueQualifier
namespace http://ed-fi.org/0200
type restriction of xs:string
properties
base xs:string
used by
element StudentAcademicRecord/GradeValueQualifier
facets
Kind Value Annotation
minLength 1
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>
<ann:EdFiId>54</ann:EdFiId>
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'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>
     
<ann:EdFiId>54</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="1"/>
   
<xs:maxLength value="80"/>
 
</xs:restriction>
</xs:simpleType>