complexType CourseIdentificationCode
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p333.png
namespace http://ed-fi.org/0200
children IdentificationCode CourseIdentificationSystem AssigningOrganizationIdentificationCode
used by
elements Course/CourseIdentificationCode CourseLookupType/CourseIdentificationCode
annotation
documentation
A standard code that identifies the organization of subject matter and related learning experiences provided for the instruction of students.
appinfo
<ann:TypeGroup>Common</ann:TypeGroup>
<ann:EdFiId>495</ann:EdFiId>
source <xs:complexType name="CourseIdentificationCode">
 
<xs:annotation>
   
<xs:documentation>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>Common</ann:TypeGroup>
     
<ann:EdFiId>495</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="IdentificationCode" type="IdentificationCode">
     
<xs:annotation>
       
<xs:documentation>A unique number or alphanumeric code assigned to a course by a school, school system, state, or other agency or entity. For multi-part course codes, concatenate the parts separated by a "/". For example, consider the following SCED code-    subject = 20 Math    course = 272 Geometry    level = G General    credits = 1.00   course sequence 1 of 1- would be entered as 20/272/G/1.00/1 of 1.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>781</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="CourseIdentificationSystem" type="CourseIdentificationSystemDescriptorReferenceType">
     
<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.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>780</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="AssigningOrganizationIdentificationCode" type="IdentificationCode" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The organization code or name assigning the staff Identification Code.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>779</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element CourseIdentificationCode/IdentificationCode
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p334.png
namespace http://ed-fi.org/0200
type IdentificationCode
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 60
annotation
documentation
A unique number or alphanumeric code assigned to a course by a school, school system, state, or other agency or entity. For multi-part course codes, concatenate the parts separated by a "/". For example, consider the following SCED code-    subject = 20 Math    course = 272 Geometry    level = G General    credits = 1.00   course sequence 1 of 1- would be entered as 20/272/G/1.00/1 of 1.
appinfo
<ann:EdFiId>781</ann:EdFiId>
source <xs:element name="IdentificationCode" type="IdentificationCode">
 
<xs:annotation>
   
<xs:documentation>A unique number or alphanumeric code assigned to a course by a school, school system, state, or other agency or entity. For multi-part course codes, concatenate the parts separated by a "/". For example, consider the following SCED code-    subject = 20 Math    course = 272 Geometry    level = G General    credits = 1.00   course sequence 1 of 1- would be entered as 20/272/G/1.00/1 of 1.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>781</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element CourseIdentificationCode/CourseIdentificationSystem
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p335.png
namespace http://ed-fi.org/0200
type CourseIdentificationSystemDescriptorReferenceType
properties
content complex
children CodeValue Namespace
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with this complex object.
ref  xs:IDREF        
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
A system that is used to identify the organization of subject matter and related learning experiences provided for the instruction of students.
appinfo
<ann:EdFiId>780</ann:EdFiId>
source <xs:element name="CourseIdentificationSystem" type="CourseIdentificationSystemDescriptorReferenceType">
 
<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.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>780</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element CourseIdentificationCode/AssigningOrganizationIdentificationCode
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p336.png
namespace http://ed-fi.org/0200
type IdentificationCode
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 60
annotation
documentation
The organization code or name assigning the staff Identification Code.
appinfo
<ann:EdFiId>779</ann:EdFiId>
source <xs:element name="AssigningOrganizationIdentificationCode" type="IdentificationCode" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The organization code or name assigning the staff Identification Code.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>779</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>