simpleType
CourseRepeatCodeType
| namespace | http://ed-fi.org/0110 | |||||||||||||||||||||
| type | restriction of xs:token | |||||||||||||||||||||
| used by |
|
|||||||||||||||||||||
| facets |
|
|||||||||||||||||||||
| annotation |
|
|||||||||||||||||||||
| 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: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> |
