complexType CourseLookupType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p343.png
namespace http://ed-fi.org/0200
children CourseCode CourseTitle CourseIdentificationCode EducationOrganizationReference
used by
element CourseReferenceType/CourseLookup
annotation
documentation
Encapsulates alternative attributes that can be used to lookup the identity of courses.
appinfo
<ann:TypeGroup>Lookup</ann:TypeGroup>
<ann:EdFiId>645</ann:EdFiId>
source <xs:complexType name="CourseLookupType">
 
<xs:annotation>
   
<xs:documentation>Encapsulates alternative attributes that can be used to lookup the identity of courses.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Lookup</ann:TypeGroup>
     
<ann:EdFiId>645</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="CourseCode" type="IdentificationCode" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>A unique alphanumeric code assigned to a course.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2313</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="CourseTitle" type="CourseTitle" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The descriptive name given to a course of study offered in a school or other institution or organization. In departmentalized classes at the elementary, secondary, and postsecondary levels (and for staff development activities), this refers to the name by which a course is identified (e.g., American History, English III). For elementary and other non-departmentalized classes, it refers to any portion of the instruction for which a grade or report is assigned (e.g., reading, composition, spelling, and language arts).</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2315</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="CourseIdentificationCode" type="CourseIdentificationCode" minOccurs="0">
     
<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>2314</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType" minOccurs="0">
     
<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>2316</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element CourseLookupType/CourseCode
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p344.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
A unique alphanumeric code assigned to a course.
appinfo
<ann:EdFiId>2313</ann:EdFiId>
source <xs:element name="CourseCode" type="IdentificationCode" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>A unique alphanumeric code assigned to a course.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2313</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element CourseLookupType/CourseTitle
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p345.png
namespace http://ed-fi.org/0200
type CourseTitle
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 60
annotation
documentation
The descriptive name given to a course of study offered in a school or other institution or organization. In departmentalized classes at the elementary, secondary, and postsecondary levels (and for staff development activities), this refers to the name by which a course is identified (e.g., American History, English III). For elementary and other non-departmentalized classes, it refers to any portion of the instruction for which a grade or report is assigned (e.g., reading, composition, spelling, and language arts).
appinfo
<ann:EdFiId>2315</ann:EdFiId>
source <xs:element name="CourseTitle" type="CourseTitle" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The descriptive name given to a course of study offered in a school or other institution or organization. In departmentalized classes at the elementary, secondary, and postsecondary levels (and for staff development activities), this refers to the name by which a course is identified (e.g., American History, English III). For elementary and other non-departmentalized classes, it refers to any portion of the instruction for which a grade or report is assigned (e.g., reading, composition, spelling, and language arts).</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2315</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element CourseLookupType/CourseIdentificationCode
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p346.png
namespace http://ed-fi.org/0200
type CourseIdentificationCode
properties
minOcc 0
maxOcc 1
content complex
children IdentificationCode CourseIdentificationSystem AssigningOrganizationIdentificationCode
annotation
documentation
The code that identifies the organization of subject matter and related learning experiences provided for the instruction of students.
appinfo
<ann:EdFiId>2314</ann:EdFiId>
source <xs:element name="CourseIdentificationCode" type="CourseIdentificationCode" minOccurs="0">
 
<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>2314</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element CourseLookupType/EducationOrganizationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p347.png
namespace http://ed-fi.org/0200
type EducationOrganizationReferenceType
properties
minOcc 0
maxOcc 1
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>2316</ann:EdFiId>
source <xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType" minOccurs="0">
 
<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>2316</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>