simpleType RepeatIdentifierType
namespace http://ed-fi.org/0110
type restriction of xs:token
used by
element StudentSectionAssociation/RepeatIdentifier
facets
Kind Value annotation 
enumeration Repeated, counted in grade point average 
enumeration Repeated, not counted in grade point average 
enumeration Replacement counted 
enumeration Replacement not counted 
enumeration Repeated, other institution 
enumeration Not repeated 
enumeration Other, not counted in GPA 
enumeration Other 
annotation
documentation
An indication as to whether a student has previously taken a given course.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
source <xs:simpleType name="RepeatIdentifierType">
 
<xs:annotation>
   
<xs:documentation>An indication as to whether a student has previously taken a given course.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Repeated, counted in grade point average"/>
   
<xs:enumeration value="Repeated, not counted in grade point average"/>
   
<xs:enumeration value="Replacement counted"/>
   
<xs:enumeration value="Replacement not counted"/>
   
<xs:enumeration value="Repeated, other institution"/>
   
<xs:enumeration value="Not repeated"/>
   
<xs:enumeration value="Other, not counted in GPA"/>
   
<xs:enumeration value="Other"/>
 
</xs:restriction>
</xs:simpleType>