simpleType RepeatIdentifierType
namespace http://ed-fi.org/0200
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
appinfo
<ann:EdFiId>219-004</ann:EdFiId>
enumeration Repeated, not counted in grade point average
appinfo
<ann:EdFiId>219-005</ann:EdFiId>
enumeration Replacement counted
appinfo
<ann:EdFiId>219-007</ann:EdFiId>
enumeration Replacement not counted
appinfo
<ann:EdFiId>219-008</ann:EdFiId>
enumeration Repeated, other institution
appinfo
<ann:EdFiId>219-006</ann:EdFiId>
enumeration Not repeated
appinfo
<ann:EdFiId>219-001</ann:EdFiId>
enumeration Other, not counted in GPA
appinfo
<ann:EdFiId>219-003</ann:EdFiId>
enumeration Other
appinfo
<ann:EdFiId>219-002</ann:EdFiId>
annotation
documentation
An indication as to whether a student has previously taken a given course.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
<ann:EdFiId>219</ann:EdFiId>
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>
     
<ann:EdFiId>219</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Repeated, counted in grade point average">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>219-004</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Repeated, not counted in grade point average">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>219-005</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Replacement counted">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>219-007</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Replacement not counted">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>219-008</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Repeated, other institution">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>219-006</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Not repeated">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>219-001</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Other, not counted in GPA">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>219-003</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Other">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>219-002</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>