complexType PostSecondaryEvent
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p747.png
namespace http://ed-fi.org/0110
type extension of ComplexObjectType
properties
base ComplexObjectType
children EventDate PostSecondaryEventCategory NameOfInstitution InstitutionId StudentReference
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with the complex object.
annotation
documentation
This entity captures significant postsecondary events during a student's high school tenure (e.g., FASFSA application, or college application, acceptance, and enrollment).
appinfo
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
source <xs:complexType name="PostSecondaryEvent">
 
<xs:annotation>
   
<xs:documentation>This entity captures significant postsecondary events during a student&apos;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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p748.png
namespace http://ed-fi.org/0110
type xs:date
properties
isRef 0
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 PostSecondaryEvent/PostSecondaryEventCategory
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p749.png
namespace http://ed-fi.org/0110
type PostSecondaryEventCategoryType
properties
isRef 0
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 
annotation
documentation
The postsecondary event that is logged (e.g., FAFSA application, college application, college acceptance).
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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p750.png
namespace http://ed-fi.org/0110
type NameOfInstitution
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
minLength 
maxLength 75 
annotation
documentation
The postsecondary institution associated with the event.
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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p751.png
namespace http://ed-fi.org/0110
type InstitutionId
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
minLength 
maxLength 30 
annotation
documentation
The ID of the postsecondary institution.
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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p752.png
namespace http://ed-fi.org/0110
type StudentReferenceType
properties
isRef 0
content complex
children StudentIdentity
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with this complex object.
refxs:IDREF      
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
The student associated with the postsecondary event.
source <xs:element name="StudentReference" type="StudentReferenceType">
 
<xs:annotation>
   
<xs:documentation>The student associated with the postsecondary event.</xs:documentation>
 
</xs:annotation>
</xs:element>