complexType CourseLevelCharacteristicsType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p281.png
namespace http://ed-fi.org/0110
children CourseLevelCharacteristic
used by
element Course/CourseLevelCharacteristics
annotation
documentation
Indication of the nature and difficulty of instruction: remedial, basic, honors, Ap, IB, Dual Credit, CTE. etc.
appinfo
<ann:TypeGroup>Enumerated Collection</ann:TypeGroup>
source <xs:complexType name="CourseLevelCharacteristicsType">
 
<xs:annotation>
   
<xs:documentation>Indication of the nature and difficulty of instruction: remedial, basic, honors, Ap, IB, Dual Credit, CTE. etc. </xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumerated Collection</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="CourseLevelCharacteristic" type="CourseLevelCharacteristicItemType" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Specification of the specific program or designation associated with the course. For example: Ap, IB, Dual Credit, CTE. etc.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element CourseLevelCharacteristicsType/CourseLevelCharacteristic
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p282.png
namespace http://ed-fi.org/0110
type CourseLevelCharacteristicItemType
properties
isRef 0
minOcc 0
maxOcc unbounded
content simple
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
Specification of the specific program or designation associated with the course. For example: Ap, IB, Dual Credit, CTE. etc.
source <xs:element name="CourseLevelCharacteristic" type="CourseLevelCharacteristicItemType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Specification of the specific program or designation associated with the course. For example: Ap, IB, Dual Credit, CTE. etc.</xs:documentation>
 
</xs:annotation>
</xs:element>