simpleType
CourseAttemptResultType
| namespace | http://ed-fi.org/0110 | |||||||||||||||
| type | restriction of xs:token | |||||||||||||||
| used by |
|
|||||||||||||||
| facets |
|
|||||||||||||||
| annotation |
|
|||||||||||||||
| source | <xs:simpleType name="CourseAttemptResultType"> <xs:annotation> <xs:documentation>The result from the student's attempt to take the course, for example: Pass Fail Incomplete Withdrawn </xs:documentation> <xs:appinfo> <ann:TypeGroup>Enumeration</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:restriction base="xs:token"> <xs:enumeration value="Pass"/> <xs:enumeration value="Fail"/> <xs:enumeration value="Incomplete"/> <xs:enumeration value="Withdrawn"/> </xs:restriction> </xs:simpleType> |
