simpleType CourseIdentificationSystemMapType
namespace http://ed-fi.org/0210
type restriction of xs:token
properties
base xs:token
used by
element CourseIdentificationSystemDescriptor/CourseIdentificationSystemMap
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
The mapping to a known CourseIdentificationSystem.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
source <xs:simpleType name="CourseIdentificationSystemMapType">
 
<xs:annotation>
   
<xs:documentation>The mapping to a known CourseIdentificationSystem.</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:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Intermediate agency course code">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="LEA course code">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="NCES Pilot SNCCS course code">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Other">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="SCED course code">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="School course code">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="State course code">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="University course code">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>