simpleType CourseRepeatCodeType
namespace http://ed-fi.org/0110
type restriction of 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&apos;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:enumeration value="Repeat NotCounted"/>
   
<xs:enumeration value="Replacement Counted"/>
   
<xs:enumeration value="Replaced NotCounted"/>
   
<xs:enumeration value="Repeat Other Institution"/>
   
<xs:enumeration value="Not Counted Other"/>
 
</xs:restriction>
</xs:simpleType>