simpleType GradeEarned
namespace http://ed-fi.org/0200
type restriction of xs:string
properties
base xs:string
used by
elements CourseTranscript/FinalLetterGradeEarned Grade/LetterGradeEarned StudentGradebookEntry/LetterGradeEarned
facets
Kind Value Annotation
minLength 1
maxLength 20
annotation
documentation
A final or interim (grading period) indicator of student performance in a class as submitted by the instructor.
appinfo
<ann:TypeGroup>Simple</ann:TypeGroup>
<ann:EdFiId>53</ann:EdFiId>
source <xs:simpleType name="GradeEarned">
 
<xs:annotation>
   
<xs:documentation>A final or interim (grading period) indicator of student performance in a class as submitted by the instructor.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Simple</ann:TypeGroup>
     
<ann:EdFiId>53</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="1"/>
   
<xs:maxLength value="20"/>
 
</xs:restriction>
</xs:simpleType>