simpleType PostSecondaryEventCategoryType
namespace http://ed-fi.org/0110
type restriction of xs:token
used by
element PostSecondaryEvent/PostSecondaryEventCategory
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
A code describing the type of postsecondary event (e.g., college application or acceptance)
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
source <xs:simpleType name="PostSecondaryEventCategoryType">
 
<xs:annotation>
   
<xs:documentation>A code describing the type of postsecondary event (e.g., college application or acceptance)</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Certification Received"/>
   
<xs:enumeration value="College Application"/>
   
<xs:enumeration value="College Acceptance"/>
   
<xs:enumeration value="College Degree Received"/>
   
<xs:enumeration value="College Enrollment"/>
   
<xs:enumeration value="College Selection"/>
   
<xs:enumeration value="FAFSA Application"/>
   
<xs:enumeration value="Student Interest"/>
 
</xs:restriction>
</xs:simpleType>