complexType CourseIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p278.png
namespace http://ed-fi.org/0110
children CourseCode EducationOrganizationReference
used by
element CourseReferenceType/CourseIdentity
annotation
documentation
Encapsulates the possible attributes that can be used to lookup the identity of courses.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
source <xs:complexType name="CourseIdentityType">
 
<xs:annotation>
   
<xs:documentation>Encapsulates the possible attributes that can be used to lookup the identity of courses. </xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="CourseCode" type="CourseCode" maxOccurs="unbounded">
     
<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: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:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element CourseIdentityType/CourseCode
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p279.png
namespace http://ed-fi.org/0110
type CourseCode
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children ID
attributes
Name  Type  Use  Default  Fixed  annotation
IdentificationSystemCourseCodeSystemTyperequired      
documentation
A system that is used to identify the organization of subject matter and related learning experiences provided for the instruction of students.
AssigningOrganizationCodeIdentificationCodeoptional      
documentation
The organization code or name assigning the staff Identification Code.
annotation
documentation
The code that identifies the organization of subject matter and related learning experiences provided for the instruction of students.
source <xs:element name="CourseCode" type="CourseCode" maxOccurs="unbounded">
 
<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:annotation>
</xs:element>

element CourseIdentityType/EducationOrganizationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p280.png
namespace http://ed-fi.org/0110
type EducationOrganizationReferenceType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children EducationOrganizationIdentity
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with this complex object.
refxs: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.
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:annotation>
</xs:element>