simpleType CourseGPAApplicabilityType
namespace http://ed-fi.org/0110
type restriction of xs:token
used by
element Course/CourseGPAApplicability
facets
Kind Value annotation 
enumeration Applicable 
enumeration Not Applicable 
enumeration Weighted 
annotation
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.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
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>