simpleType CourseCodeSystemType
namespace http://ed-fi.org/0110
type restriction of xs:token
used by
attribute CourseCode/@IdentificationSystem
facets
Kind Value annotation 
enumeration CSSC course code 
enumeration Intermediate agency course code 
enumeration LEA course code 
enumeration NCES Pilot SNCCS course code 
enumeration Other 
enumeration SCED course code 
enumeration School course code 
enumeration State course code 
enumeration University course code 
annotation
documentation
A system that is used to identify the organization of subject matter and related learning experiences provided for the instruction of students. In addition to identifying courses using the appropriate state codes, it is encouraged that courses are also cross referenced against one of the national course codes.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
source <xs:simpleType name="CourseCodeSystemType">
 
<xs:annotation>
   
<xs:documentation>A system that is used to identify the organization of subject matter and related learning experiences provided for the instruction of students. In addition to identifying courses using the appropriate state codes, it is encouraged that courses are also cross referenced against one of the national course codes.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="CSSC course code"/>
   
<xs:enumeration value="Intermediate agency course code"/>
   
<xs:enumeration value="LEA course code"/>
   
<xs:enumeration value="NCES Pilot SNCCS course code"/>
   
<xs:enumeration value="Other"/>
   
<xs:enumeration value="SCED course code"/>
   
<xs:enumeration value="School course code"/>
   
<xs:enumeration value="State course code"/>
   
<xs:enumeration value="University course code"/>
 
</xs:restriction>
</xs:simpleType>