simpleType PostSecondaryInstitutionLevelType
namespace http://ed-fi.org/0200
type restriction of xs:token
properties
base xs:token
used by
element PostSecondaryInstitution/PostSecondaryInstitutionLevel
facets
Kind Value Annotation
enumeration Four or more years
appinfo
<ann:EdFiId>208-002</ann:EdFiId>
enumeration At least 2 but less than 4 years
appinfo
<ann:EdFiId>208-001</ann:EdFiId>
enumeration Less than 2 years (below associate)
appinfo
<ann:EdFiId>208-003</ann:EdFiId>
annotation
documentation
A classification of whether a post-secondary institution's highest level of offering is a program of 4 years or higher (4 year), 2 but less than 4 years (2 year) or less than 2 years.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
<ann:EdFiId>208</ann:EdFiId>
source <xs:simpleType name="PostSecondaryInstitutionLevelType">
 
<xs:annotation>
   
<xs:documentation>A classification of whether a post-secondary institution's highest level of offering is a program of 4 years or higher (4 year), 2 but less than 4 years (2 year) or less than 2 years.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
     
<ann:EdFiId>208</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Four or more years">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>208-002</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="At least 2 but less than 4 years">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>208-001</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Less than 2 years (below associate)">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>208-003</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>