complexType
PostSecondaryEvent
element PostSecondaryEvent/EventDate
element PostSecondaryEvent/PostSecondaryEventCategory
element PostSecondaryEvent/NameOfInstitution
element PostSecondaryEvent/InstitutionId
element PostSecondaryEvent/StudentReference
diagram | |||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||
type | extension of ComplexObjectType | ||||||||||||||
properties |
|
||||||||||||||
children | EventDate PostSecondaryEventCategory NameOfInstitution InstitutionId StudentReference | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="PostSecondaryEvent"> <xs:annotation> <xs:documentation>This entity captures significant postsecondary events during a student's high school tenure (e.g., FASFSA application, or college application, acceptance, and enrollment).</xs:documentation> <xs:appinfo> <ann:TypeGroup>Domain Entity</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:complexContent> <xs:extension base="ComplexObjectType"> <xs:sequence> <xs:element name="EventDate" type="xs:date"> <xs:annotation> <xs:documentation>The date the event occurred or was recorded.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PostSecondaryEventCategory" type="PostSecondaryEventCategoryType"> <xs:annotation> <xs:documentation>The postsecondary event that is logged (e.g., FAFSA application, college application, college acceptance).</xs:documentation> </xs:annotation> </xs:element> <xs:element name="NameOfInstitution" type="NameOfInstitution" minOccurs="0"> <xs:annotation> <xs:documentation>The postsecondary institution associated with the event.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="InstitutionId" type="InstitutionId" minOccurs="0"> <xs:annotation> <xs:documentation>The ID of the postsecondary institution.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="StudentReference" type="StudentReferenceType"> <xs:annotation> <xs:documentation>The student associated with the postsecondary event.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
element PostSecondaryEvent/EventDate
diagram | |||||
namespace | http://ed-fi.org/0110 | ||||
type | xs:date | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:element name="EventDate" type="xs:date"> <xs:annotation> <xs:documentation>The date the event occurred or was recorded.</xs:documentation> </xs:annotation> </xs:element> |
element PostSecondaryEvent/PostSecondaryEventCategory
diagram | ||||||||||||||||||||||||||||
namespace | http://ed-fi.org/0110 | |||||||||||||||||||||||||||
type | PostSecondaryEventCategoryType | |||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||||||
source | <xs:element name="PostSecondaryEventCategory" type="PostSecondaryEventCategoryType"> <xs:annotation> <xs:documentation>The postsecondary event that is logged (e.g., FAFSA application, college application, college acceptance).</xs:documentation> </xs:annotation> </xs:element> |
element PostSecondaryEvent/NameOfInstitution
diagram | ||||||||||
namespace | http://ed-fi.org/0110 | |||||||||
type | NameOfInstitution | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="NameOfInstitution" type="NameOfInstitution" minOccurs="0"> <xs:annotation> <xs:documentation>The postsecondary institution associated with the event.</xs:documentation> </xs:annotation> </xs:element> |
element PostSecondaryEvent/InstitutionId
diagram | ||||||||||
namespace | http://ed-fi.org/0110 | |||||||||
type | InstitutionId | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="InstitutionId" type="InstitutionId" minOccurs="0"> <xs:annotation> <xs:documentation>The ID of the postsecondary institution.</xs:documentation> </xs:annotation> </xs:element> |
element PostSecondaryEvent/StudentReference
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||
type | StudentReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | StudentIdentity | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="StudentReference" type="StudentReferenceType"> <xs:annotation> <xs:documentation>The student associated with the postsecondary event.</xs:documentation> </xs:annotation> </xs:element> |