complexType
SessionIdentityType
element SessionIdentityType/StateOrganizationId
element SessionIdentityType/EducationOrgIdentificationCode
element SessionIdentityType/SessionName
element SessionIdentityType/SchoolYear
element SessionIdentityType/Term
diagram | |||||
namespace | http://ed-fi.org/0110 | ||||
children | StateOrganizationId EducationOrgIdentificationCode SessionName SchoolYear Term | ||||
used by |
|
||||
annotation |
|
||||
source | <xs:complexType name="SessionIdentityType"> <xs:annotation> <xs:documentation>Encapsulates the possible attributes that can be used to lookup the identity of sessions at a school. </xs:documentation> <xs:appinfo> <ann:TypeGroup>Identity</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:sequence> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Provide user information to lookup and link to an existing educational organization record in the receiving system</xs:documentation> </xs:annotation> <xs:element name="StateOrganizationId" type="IdentificationCode"> <xs:annotation> <xs:documentation>The identifier assigned to an education agency by the State Education Agency (SEA). Also known as the State LEA ID.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="EducationOrgIdentificationCode" type="EducationOrgIdentificationCode" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>A unique number or alphanumeric code assigned to an education organization by a school, school system, a state, or other agency or entity.</xs:documentation> </xs:annotation> </xs:element> </xs:choice> <xs:choice> <xs:element name="SessionName" type="IdentificationCode"> <xs:annotation> <xs:documentation>The identifier for the calendar for the academic session (e.g., 2010/11, 2011 Summer).</xs:documentation> </xs:annotation> </xs:element> <xs:sequence> <xs:element name="SchoolYear" type="SchoolYearType"> <xs:annotation> <xs:documentation>The identifier for the school year.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Term" type="TermType"> <xs:annotation> <xs:documentation>The term for the session during the school year.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:choice> </xs:sequence> </xs:complexType> |
element SessionIdentityType/StateOrganizationId
diagram | ||||||||||
namespace | http://ed-fi.org/0110 | |||||||||
type | IdentificationCode | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="StateOrganizationId" type="IdentificationCode"> <xs:annotation> <xs:documentation>The identifier assigned to an education agency by the State Education Agency (SEA). Also known as the State LEA ID.</xs:documentation> </xs:annotation> </xs:element> |
element SessionIdentityType/EducationOrgIdentificationCode
diagram | |||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||
type | EducationOrgIdentificationCode | ||||||||||||||
properties |
|
||||||||||||||
children | ID | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:element name="EducationOrgIdentificationCode" type="EducationOrgIdentificationCode" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>A unique number or alphanumeric code assigned to an education organization by a school, school system, a state, or other agency or entity.</xs:documentation> </xs:annotation> </xs:element> |
element SessionIdentityType/SessionName
diagram | ||||||||||
namespace | http://ed-fi.org/0110 | |||||||||
type | IdentificationCode | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="SessionName" type="IdentificationCode"> <xs:annotation> <xs:documentation>The identifier for the calendar for the academic session (e.g., 2010/11, 2011 Summer).</xs:documentation> </xs:annotation> </xs:element> |
element SessionIdentityType/SchoolYear
diagram | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://ed-fi.org/0110 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | SchoolYearType | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="SchoolYear" type="SchoolYearType"> <xs:annotation> <xs:documentation>The identifier for the school year.</xs:documentation> </xs:annotation> </xs:element> |
element SessionIdentityType/Term
diagram | ||||||||||||||||||||||||||||
namespace | http://ed-fi.org/0110 | |||||||||||||||||||||||||||
type | TermType | |||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||||||
source | <xs:element name="Term" type="TermType"> <xs:annotation> <xs:documentation>The term for the session during the school year.</xs:documentation> </xs:annotation> </xs:element> |