complexType CourseIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p387.png
namespace http://ed-fi.org/0210
children CourseCode EducationOrganizationReference
used by
element CourseReferenceType/CourseIdentity
annotation
documentation
Encapsulates primary attributes that can be used to look up the identity of a Course.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
source <xs:complexType name="CourseIdentityType">
 
<xs:annotation>
   
<xs:documentation>Encapsulates primary attributes that can be used to look up the identity of a Course.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="CourseCode" type="IdentificationCode">
     
<xs:annotation>
       
<xs:documentation>A unique alphanumeric code assigned to a course.</xs:documentation>
     
</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:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element CourseIdentityType/CourseCode
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p388.png
namespace http://ed-fi.org/0210
type IdentificationCode
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 60
annotation
documentation
A unique alphanumeric code assigned to a course.
source <xs:element name="CourseCode" type="IdentificationCode">
 
<xs:annotation>
   
<xs:documentation>A unique alphanumeric code assigned to a course.</xs:documentation>
 
</xs:annotation>
</xs:element>

element CourseIdentityType/EducationOrganizationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p389.png
namespace http://ed-fi.org/0210
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.
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:annotation>
</xs:element>