simpleType TitleIPartAParticipantType
namespace http://ed-fi.org/0110
type restriction of xs:token
used by
element StudentTitleIPartAProgramAssociation/TitleIPartAParticipant
facets
Kind Value annotation 
enumeration Public Targeted Assistance Program 
enumeration Public Schoolwide Program 
enumeration Private school students participating 
enumeration Local Neglected Program 
enumeration Was not served 
annotation
documentation
An indication of the type of Title I program, if any, in which the student is participating and served.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
source <xs:simpleType name="TitleIPartAParticipantType">
 
<xs:annotation>
   
<xs:documentation>An indication of the type of Title I program, if any, in which the student is participating and served.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Public Targeted Assistance Program"/>
   
<xs:enumeration value="Public Schoolwide Program"/>
   
<xs:enumeration value="Private school students participating"/>
   
<xs:enumeration value="Local Neglected Program"/>
   
<xs:enumeration value="Was not served"/>
 
</xs:restriction>
</xs:simpleType>