simpleType CourseRepeatCodeType
namespace http://ed-fi.org/0210
type restriction of xs:token
properties
base xs:token
used by
element CourseTranscript/CourseRepeatCode
facets
Kind Value Annotation
enumeration Repeat Counted
enumeration Repeat NotCounted
enumeration Replacement Counted
enumeration Replaced NotCounted
enumeration Repeat Other Institution
enumeration Not Counted Other
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>
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>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Repeat Counted">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Repeat NotCounted">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Replacement Counted">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Replaced NotCounted">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Repeat Other Institution">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Not Counted Other">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>