simpleType TitleIPartASchoolDesignationType
namespace http://ed-fi.org/0210
type restriction of xs:token
properties
base xs:token
used by
element School/TitleIPartASchoolDesignation
facets
Kind Value Annotation
enumeration Not designated as a Title I Part A school
enumeration Title I Part A Schoolwide Assistance Program School
enumeration Title I Part A Targeted Assistance School
enumeration Title I targeted eligible school - no program
enumeration Title I targeted school
enumeration Title I school wide eligible - Title I targeted program
enumeration Title I school wide eligible school - no program
annotation
documentation
Denotes the Title I Part A designation for the school.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
source <xs:simpleType name="TitleIPartASchoolDesignationType">
 
<xs:annotation>
   
<xs:documentation>Denotes the Title I Part A designation for the school.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Not designated as a Title I Part A school">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Title I Part A Schoolwide Assistance Program School">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Title I Part A Targeted Assistance School">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Title I targeted eligible school - no program">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Title I targeted school">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Title I school wide eligible - Title I targeted program">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Title I school wide eligible school - no program">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>