simpleType RepeatIdentifierType
namespace http://ed-fi.org/0210
type restriction of xs:token
properties
base 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:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Repeated, not counted in grade point average">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Replacement counted">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Replacement not counted">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Repeated, other institution">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Not repeated">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Other, not counted in GPA">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Other">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>