simpleType CourseLevelCharacteristicType
namespace http://ed-fi.org/0210
type restriction of xs:token
properties
base xs:token
used by
element Course/CourseLevelCharacteristic
facets
Kind Value Annotation
enumeration Accepted as high school equivalent
enumeration Advanced
enumeration Advanced Placement
enumeration Basic
enumeration College-level
enumeration Core Subject
enumeration Correspondence
enumeration Career and Technical Education
enumeration Distance Learning
enumeration Dual Credit
enumeration English Language Learner
enumeration General
enumeration Gifted and Talented
enumeration Graduation Credit
enumeration Honors
enumeration International Baccalaureate
enumeration Magnet
enumeration Pre-AP
enumeration Pre-IB
enumeration Remedial
enumeration Students with disabilities
enumeration Untracked
enumeration Other
annotation
documentation
The item for indication of the nature and difficulty of instruction: Remedial, Basic, Honors, Ap, IB, Dual Credit, CTE. etc.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
source <xs:simpleType name="CourseLevelCharacteristicType">
 
<xs:annotation>
   
<xs:documentation>The item for indication of the nature and difficulty of instruction: Remedial, Basic, Honors, Ap, IB, Dual Credit, CTE. etc.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Accepted as high school equivalent">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Advanced">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Advanced Placement">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Basic">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="College-level">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Core Subject">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Correspondence">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Career and Technical Education">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Distance Learning">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Dual Credit">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="English Language Learner">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="General">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Gifted and Talented">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Graduation Credit">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Honors">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="International Baccalaureate">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Magnet">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Pre-AP">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Pre-IB">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Remedial">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Students with disabilities">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Untracked">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Other">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>