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

element SectionLookupType/SectionIdentifier
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1237.png
namespace http://ed-fi.org/0210
type SectionIdentifier
properties
minOcc 0
maxOcc 1
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" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The local identifier assigned to a section.</xs:documentation>
 
</xs:annotation>
</xs:element>

element SectionLookupType/CourseOfferingReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1238.png
namespace http://ed-fi.org/0210
type CourseOfferingReferenceType
properties
minOcc 0
maxOcc 1
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" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The course offering taught in the Section.</xs:documentation>
 
</xs:annotation>
</xs:element>