simpleType CourseIdentificationSystemMapType
namespace http://ed-fi.org/0200
type restriction of xs:token
properties
base xs:token
used by
element CourseIdentificationSystemDescriptor/CourseIdentificationSystemMap
facets
Kind Value Annotation
enumeration CSSC course code
appinfo
<ann:EdFiId>149-001</ann:EdFiId>
enumeration Intermediate agency course code
appinfo
<ann:EdFiId>149-002</ann:EdFiId>
enumeration LEA course code
appinfo
<ann:EdFiId>149-003</ann:EdFiId>
enumeration NCES Pilot SNCCS course code
appinfo
<ann:EdFiId>149-004</ann:EdFiId>
enumeration Other
appinfo
<ann:EdFiId>149-005</ann:EdFiId>
enumeration SCED course code
appinfo
<ann:EdFiId>149-006</ann:EdFiId>
enumeration School course code
appinfo
<ann:EdFiId>149-007</ann:EdFiId>
enumeration State course code
appinfo
<ann:EdFiId>149-008</ann:EdFiId>
enumeration University course code
appinfo
<ann:EdFiId>149-009</ann:EdFiId>
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, cross referencing courses with one of the national course codes is encouraged.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
<ann:EdFiId>149</ann:EdFiId>
source <xs:simpleType name="CourseIdentificationSystemMapType">
 
<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, cross referencing courses with one of the national course codes is encouraged.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
     
<ann:EdFiId>149</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="CSSC course code">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>149-001</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Intermediate agency course code">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>149-002</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="LEA course code">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>149-003</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="NCES Pilot SNCCS course code">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>149-004</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Other">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>149-005</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="SCED course code">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>149-006</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="School course code">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>149-007</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="State course code">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>149-008</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="University course code">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>149-009</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>