complexType PostSecondaryEventIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1063.png
namespace http://ed-fi.org/0210
children EventDate PostSecondaryEventCategory StudentReference
used by
element PostSecondaryEventReferenceType/PostSecondaryEventIdentity
annotation
documentation
Identity of a PostSecondaryEvent.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
source <xs:complexType name="PostSecondaryEventIdentityType">
 
<xs:annotation>
   
<xs:documentation>Identity of a PostSecondaryEvent.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<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 PostSecondaryEvent that is logged (e.g., FAFSA application, college application, college acceptance).</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="StudentReference" type="StudentReferenceType">
     
<xs:annotation>
       
<xs:documentation>The student associated with the PostSecondaryEvent.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element PostSecondaryEventIdentityType/EventDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1064.png
namespace http://ed-fi.org/0210
type xs:date
properties
content simple
annotation
documentation
The date the event occurred or was recorded.
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 PostSecondaryEventIdentityType/PostSecondaryEventCategory
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1065.png
namespace http://ed-fi.org/0210
type PostSecondaryEventCategoryType
properties
content simple
facets
Kind Value Annotation
enumeration Certification Received
enumeration College Application
enumeration College Acceptance
enumeration College Degree Received
enumeration College Enrollment
enumeration College Selection
enumeration FAFSA Application
enumeration Student Interest
enumeration Remedial Enrollment - ELA
enumeration Remedial Enrollment - Math
enumeration College Exit Date
annotation
documentation
The PostSecondaryEvent that is logged (e.g., FAFSA application, college application, college acceptance).
source <xs:element name="PostSecondaryEventCategory" type="PostSecondaryEventCategoryType">
 
<xs:annotation>
   
<xs:documentation>The PostSecondaryEvent that is logged (e.g., FAFSA application, college application, college acceptance).</xs:documentation>
 
</xs:annotation>
</xs:element>

element PostSecondaryEventIdentityType/StudentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1066.png
namespace http://ed-fi.org/0210
type StudentReferenceType
properties
content complex
children StudentIdentity StudentLookup
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 student associated with the PostSecondaryEvent.
source <xs:element name="StudentReference" type="StudentReferenceType">
 
<xs:annotation>
   
<xs:documentation>The student associated with the PostSecondaryEvent.</xs:documentation>
 
</xs:annotation>
</xs:element>