complexType CourseIdentificationSystemDescriptor
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p384.png
namespace http://ed-fi.org/0210
type extension of DescriptorType
properties
base DescriptorType
children CodeValue ShortDescription Description EffectiveBeginDate EffectiveEndDate PriorDescriptor Namespace CourseIdentificationSystemMap
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with the complex object.
annotation
documentation
This descriptor defines a standard code that identifies the organization of subject matter and related learning experiences provided for the instruction of students.
appinfo
<ann:TypeGroup>Descriptor</ann:TypeGroup>
source <xs:complexType name="CourseIdentificationSystemDescriptor">
 
<xs:annotation>
   
<xs:documentation>This descriptor defines a standard code that identifies the organization of subject matter and related learning experiences provided for the instruction of students.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Descriptor</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="DescriptorType">
     
<xs:sequence>
       
<xs:element name="CourseIdentificationSystemMap" type="CourseIdentificationSystemMapType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The mapping to a known CourseIdentificationSystem enumeration type.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element CourseIdentificationSystemDescriptor/CourseIdentificationSystemMap
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p385.png
namespace http://ed-fi.org/0210
type CourseIdentificationSystemMapType
properties
minOcc 0
maxOcc 1
content simple
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 enumeration type.
source <xs:element name="CourseIdentificationSystemMap" type="CourseIdentificationSystemMapType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The mapping to a known CourseIdentificationSystem enumeration type.</xs:documentation>
 
</xs:annotation>
</xs:element>