complexType
SessionReferenceType
element SessionReferenceType/SessionIdentity
element SessionReferenceType/SessionLookup
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | extension of ReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | SessionIdentity SessionLookup | ||||||||||||||||||||||
used by |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:complexType name="SessionReferenceType"> <xs:annotation> <xs:documentation>Provides alternative references for a Session. Use XML IDREF to reference a record that is included in the interchange. Use the identity type to look up a record that was loaded previously.</xs:documentation> <xs:appinfo> <ann:TypeGroup>Extended Reference</ann:TypeGroup> </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 look up the identity of a Session.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="SessionLookup" type="SessionLookupType" minOccurs="0"> <xs:annotation> <xs:documentation>Encapsulates alternative attributes that can be used to look up the identity of a Session.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
element SessionReferenceType/SessionIdentity
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | SessionIdentityType | ||||||
properties |
|
||||||
children | SessionName SchoolYear SchoolReference | ||||||
annotation |
|
||||||
source | <xs:element name="SessionIdentity" type="SessionIdentityType" minOccurs="0"> <xs:annotation> <xs:documentation>Encapsulates primary attributes that can be used to look up the identity of a Session.</xs:documentation> </xs:annotation> </xs:element> |
element SessionReferenceType/SessionLookup
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | SessionLookupType | ||||||
properties |
|
||||||
children | SessionName SchoolYear Term SchoolReference | ||||||
annotation |
|
||||||
source | <xs:element name="SessionLookup" type="SessionLookupType" minOccurs="0"> <xs:annotation> <xs:documentation>Encapsulates alternative attributes that can be used to look up the identity of a Session.</xs:documentation> </xs:annotation> </xs:element> |