simpleType CourseRepeatCodeType
namespace http://ed-fi.org/0200
type restriction of xs:token
properties
base xs:token
used by
element CourseTranscript/CourseRepeatCode
facets
Kind Value Annotation
enumeration Repeat Counted
appinfo
<ann:EdFiId>153-002</ann:EdFiId>
enumeration Repeat NotCounted
appinfo
<ann:EdFiId>153-003</ann:EdFiId>
enumeration Replacement Counted
appinfo
<ann:EdFiId>153-006</ann:EdFiId>
enumeration Replaced NotCounted
appinfo
<ann:EdFiId>153-005</ann:EdFiId>
enumeration Repeat Other Institution
appinfo
<ann:EdFiId>153-004</ann:EdFiId>
enumeration Not Counted Other
appinfo
<ann:EdFiId>153-001</ann:EdFiId>
annotation
documentation
Indicates that an academic course has been repeated by a student and how that repeat is to be computed in the student's academic grade average.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
<ann:EdFiId>153</ann:EdFiId>
source <xs:simpleType name="CourseRepeatCodeType">
 
<xs:annotation>
   
<xs:documentation>Indicates that an academic course has been repeated by a student and how that repeat is to be computed in the student's academic grade average.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
     
<ann:EdFiId>153</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Repeat Counted">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>153-002</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Repeat NotCounted">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>153-003</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Replacement Counted">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>153-006</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Replaced NotCounted">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>153-005</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Repeat Other Institution">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>153-004</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Not Counted Other">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>153-001</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>