complexType SessionReferenceType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1146.png
namespace http://ed-fi.org/0200
type extension of ReferenceType
properties
base ReferenceType
children SessionIdentity SessionLookup
used by
elements CourseOffering/SessionReference StudentSchoolAttendanceEvent/SessionReference CourseOfferingIdentityType/SessionReference
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
Provides alternative references for sessions at an education organization. Use XML IDREF to reference a session record that is included in the interchange.
appinfo
<ann:TypeGroup>Extended Reference</ann:TypeGroup>
<ann:EdFiId>454</ann:EdFiId>
source <xs:complexType name="SessionReferenceType">
 
<xs:annotation>
   
<xs:documentation>Provides alternative references for sessions at an education organization. Use XML IDREF to reference a session record that is included in the interchange.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Extended Reference</ann:TypeGroup>
     
<ann:EdFiId>454</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="ReferenceType">
     
<xs:sequence>
       
<xs:element name="SessionIdentity" type="SessionIdentityType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Encapsulates primary attributes that can be used to lookup the identity of sessions.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>2131</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="SessionLookup" type="SessionLookupType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Encapsulates alternative attributes that can be used to lookup the identity of sessions.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>2393</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element SessionReferenceType/SessionIdentity
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1147.png
namespace http://ed-fi.org/0200
type SessionIdentityType
properties
minOcc 0
maxOcc 1
content complex
children SchoolReference SchoolYear Term
annotation
documentation
Encapsulates primary attributes that can be used to lookup the identity of sessions.
appinfo
<ann:EdFiId>2131</ann:EdFiId>
source <xs:element name="SessionIdentity" type="SessionIdentityType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Encapsulates primary attributes that can be used to lookup the identity of sessions.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2131</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element SessionReferenceType/SessionLookup
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1148.png
namespace http://ed-fi.org/0200
type SessionLookupType
properties
minOcc 0
maxOcc 1
content complex
children SessionName SchoolYear Term SchoolReference
annotation
documentation
Encapsulates alternative attributes that can be used to lookup the identity of sessions.
appinfo
<ann:EdFiId>2393</ann:EdFiId>
source <xs:element name="SessionLookup" type="SessionLookupType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Encapsulates alternative attributes that can be used to lookup the identity of sessions.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2393</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>