simpleType
CourseGPAApplicabilityType
namespace | http://ed-fi.org/0110 | ||||||||||||
type | restriction of xs:token | ||||||||||||
used by |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:simpleType name="CourseGPAApplicabilityType"> <xs:annotation> <xs:documentation>An indicator of whether or not this course being described is included in the computation of the student’s Grade Point Average, and if so, if it weighted differently from regular courses.</xs:documentation> <xs:appinfo> <ann:TypeGroup>Enumeration</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:restriction base="xs:token"> <xs:enumeration value="Applicable"/> <xs:enumeration value="Not Applicable"/> <xs:enumeration value="Weighted"/> </xs:restriction> </xs:simpleType> |