complexType SectionIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1233.png
namespace http://ed-fi.org/0210
children SectionIdentifier CourseOfferingReference
used by
element SectionReferenceType/SectionIdentity
annotation
documentation
Encapsulates primary attributes that can be used to look up the identity of a Section.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
source <xs:complexType name="SectionIdentityType">
 
<xs:annotation>
   
<xs:documentation>Encapsulates primary attributes that can be used to look up the identity of a Section.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="SectionIdentifier" type="SectionIdentifier">
     
<xs:annotation>
       
<xs:documentation>The local identifier assigned to a section.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="CourseOfferingReference" type="CourseOfferingReferenceType">
     
<xs:annotation>
       
<xs:documentation>The course offering taught in the Section.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element SectionIdentityType/SectionIdentifier
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1234.png
namespace http://ed-fi.org/0210
type SectionIdentifier
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 255
annotation
documentation
The local identifier assigned to a section.
source <xs:element name="SectionIdentifier" type="SectionIdentifier">
 
<xs:annotation>
   
<xs:documentation>The local identifier assigned to a section.</xs:documentation>
 
</xs:annotation>
</xs:element>

element SectionIdentityType/CourseOfferingReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1235.png
namespace http://ed-fi.org/0210
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
The course offering taught in the Section.
source <xs:element name="CourseOfferingReference" type="CourseOfferingReferenceType">
 
<xs:annotation>
   
<xs:documentation>The course offering taught in the Section.</xs:documentation>
 
</xs:annotation>
</xs:element>