complexType SectionIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1097.png
namespace http://ed-fi.org/0200
children LocationReference ClassPeriodReference CourseOfferingReference UniqueSectionCode SequenceOfCourse
used by
element SectionReferenceType/SectionIdentity
annotation
documentation
Encapsulates primary attributes that can be used to lookup the identity of Sections.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
<ann:EdFiId>457</ann:EdFiId>
source <xs:complexType name="SectionIdentityType">
 
<xs:annotation>
   
<xs:documentation>Encapsulates primary attributes that can be used to lookup the identity of Sections.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
     
<ann:EdFiId>457</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="LocationReference" type="LocationReferenceType">
     
<xs:annotation>
       
<xs:documentation>Provide user information to lookup and link to an existing location record in the receiving system.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2068</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="ClassPeriodReference" type="ClassPeriodReferenceType">
     
<xs:annotation>
       
<xs:documentation>Provide user information to lookup and link to an existing class period record in the receiving system.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2066</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="CourseOfferingReference" type="CourseOfferingReferenceType">
     
<xs:annotation>
       
<xs:documentation>Provide user information to lookup and link to an existing course offering record in the receiving system.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2067</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="UniqueSectionCode" type="UniqueSectionCode">
     
<xs:annotation>
       
<xs:documentation>A unique identifier for the Section that is defined by the classroom, the subjects taught, and the instructors that are assigned.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2411</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="SequenceOfCourse" type="SequenceOfCourse">
     
<xs:annotation>
       
<xs:documentation>When a Section is part of a sequence of parts for a course, the number of the sequence.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2412</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element SectionIdentityType/LocationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1098.png
namespace http://ed-fi.org/0200
type LocationReferenceType
properties
content complex
children LocationIdentity
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
Provide user information to lookup and link to an existing location record in the receiving system.
appinfo
<ann:EdFiId>2068</ann:EdFiId>
source <xs:element name="LocationReference" type="LocationReferenceType">
 
<xs:annotation>
   
<xs:documentation>Provide user information to lookup and link to an existing location record in the receiving system.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2068</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element SectionIdentityType/ClassPeriodReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1099.png
namespace http://ed-fi.org/0200
type ClassPeriodReferenceType
properties
content complex
children ClassPeriodIdentity
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
Provide user information to lookup and link to an existing class period record in the receiving system.
appinfo
<ann:EdFiId>2066</ann:EdFiId>
source <xs:element name="ClassPeriodReference" type="ClassPeriodReferenceType">
 
<xs:annotation>
   
<xs:documentation>Provide user information to lookup and link to an existing class period record in the receiving system.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2066</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element SectionIdentityType/CourseOfferingReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1100.png
namespace http://ed-fi.org/0200
type CourseOfferingReferenceType
properties
content complex
children CourseOfferingIdentity
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
Provide user information to lookup and link to an existing course offering record in the receiving system.
appinfo
<ann:EdFiId>2067</ann:EdFiId>
source <xs:element name="CourseOfferingReference" type="CourseOfferingReferenceType">
 
<xs:annotation>
   
<xs:documentation>Provide user information to lookup and link to an existing course offering record in the receiving system.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2067</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element SectionIdentityType/UniqueSectionCode
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1101.png
namespace http://ed-fi.org/0200
type UniqueSectionCode
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 255
annotation
documentation
A unique identifier for the Section that is defined by the classroom, the subjects taught, and the instructors that are assigned.
appinfo
<ann:EdFiId>2411</ann:EdFiId>
source <xs:element name="UniqueSectionCode" type="UniqueSectionCode">
 
<xs:annotation>
   
<xs:documentation>A unique identifier for the Section that is defined by the classroom, the subjects taught, and the instructors that are assigned.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2411</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element SectionIdentityType/SequenceOfCourse
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1102.png
namespace http://ed-fi.org/0200
type SequenceOfCourse
properties
content simple
facets
Kind Value Annotation
minInclusive 1
maxInclusive 8
annotation
documentation
When a Section is part of a sequence of parts for a course, the number of the sequence.
appinfo
<ann:EdFiId>2412</ann:EdFiId>
source <xs:element name="SequenceOfCourse" type="SequenceOfCourse">
 
<xs:annotation>
   
<xs:documentation>When a Section is part of a sequence of parts for a course, the number of the sequence.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2412</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>