simpleType PostSecondaryEventCategoryType
namespace http://ed-fi.org/0200
type restriction of xs:token
properties
base xs:token
used by
element PostSecondaryEvent/PostSecondaryEventCategory
facets
Kind Value Annotation
enumeration Certification Received
appinfo
<ann:EdFiId>207-001</ann:EdFiId>
enumeration College Application
appinfo
<ann:EdFiId>207-003</ann:EdFiId>
enumeration College Acceptance
appinfo
<ann:EdFiId>207-002</ann:EdFiId>
enumeration College Degree Received
appinfo
<ann:EdFiId>207-004</ann:EdFiId>
enumeration College Enrollment
appinfo
<ann:EdFiId>207-005</ann:EdFiId>
enumeration College Selection
appinfo
<ann:EdFiId>207-007</ann:EdFiId>
enumeration FAFSA Application
appinfo
<ann:EdFiId>207-008</ann:EdFiId>
enumeration Student Interest
appinfo
<ann:EdFiId>207-011</ann:EdFiId>
enumeration Remedial Enrollment - ELA
appinfo
<ann:EdFiId>207-009</ann:EdFiId>
enumeration Remedial Enrollment - Math
appinfo
<ann:EdFiId>207-010</ann:EdFiId>
enumeration College Exit Date
appinfo
<ann:EdFiId>207-006</ann:EdFiId>
annotation
documentation
A code describing the type of post-secondary event (e.g., college application or acceptance).
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
<ann:EdFiId>207</ann:EdFiId>
source <xs:simpleType name="PostSecondaryEventCategoryType">
 
<xs:annotation>
   
<xs:documentation>A code describing the type of post-secondary event (e.g., college application or acceptance).</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
     
<ann:EdFiId>207</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Certification Received">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>207-001</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="College Application">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>207-003</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="College Acceptance">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>207-002</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="College Degree Received">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>207-004</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="College Enrollment">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>207-005</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="College Selection">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>207-007</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="FAFSA Application">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>207-008</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Student Interest">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>207-011</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Remedial Enrollment - ELA">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>207-009</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Remedial Enrollment - Math">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>207-010</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="College Exit Date">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>207-006</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>