simpleType TitleIPartASchoolDesignationType
namespace http://ed-fi.org/0110
type restriction of 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:enumeration value="Title I Part A Schoolwide Assistance Program School"/>
   
<xs:enumeration value="Title I Part A Targeted Assistance School"/>
   
<xs:enumeration value="Title I targeted eligible school - no program"/>
   
<xs:enumeration value="Title I targeted school"/>
   
<xs:enumeration value="Title I school wide eligible - Title I targeted program"/>
   
<xs:enumeration value="Title I school wide eligible school - no program"/>
 
</xs:restriction>
</xs:simpleType>