complexType CourseIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p340.png
namespace http://ed-fi.org/0200
children CourseCode EducationOrganizationReference
used by
element CourseReferenceType/CourseIdentity
annotation
documentation
Encapsulates primary attributes that can be used to lookup the identity of courses.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
<ann:EdFiId>411</ann:EdFiId>
source <xs:complexType name="CourseIdentityType">
 
<xs:annotation>
   
<xs:documentation>Encapsulates primary attributes that can be used to lookup the identity of courses.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
     
<ann:EdFiId>411</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="CourseCode" type="IdentificationCode">
     
<xs:annotation>
       
<xs:documentation>The code that identifies the organization of subject matter and related learning experiences provided for the instruction of students.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2025</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType">
     
<xs:annotation>
       
<xs:documentation>The Education Organization that defines the curriculum and courses offered - often the LEA or school.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2026</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element CourseIdentityType/CourseCode
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p341.png
namespace http://ed-fi.org/0200
type IdentificationCode
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 60
annotation
documentation
The code that identifies the organization of subject matter and related learning experiences provided for the instruction of students.
appinfo
<ann:EdFiId>2025</ann:EdFiId>
source <xs:element name="CourseCode" type="IdentificationCode">
 
<xs:annotation>
   
<xs:documentation>The code that identifies the organization of subject matter and related learning experiences provided for the instruction of students.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2025</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element CourseIdentityType/EducationOrganizationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p342.png
namespace http://ed-fi.org/0200
type EducationOrganizationReferenceType
properties
content complex
children EducationOrganizationIdentity EducationOrganizationLookup
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
The Education Organization that defines the curriculum and courses offered - often the LEA or school.
appinfo
<ann:EdFiId>2026</ann:EdFiId>
source <xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType">
 
<xs:annotation>
   
<xs:documentation>The Education Organization that defines the curriculum and courses offered - often the LEA or school.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2026</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>