simpleType TitleIPartAParticipantType
namespace http://ed-fi.org/0210
type restriction of xs:token
properties
base 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:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Public Schoolwide Program">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Private school students participating">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Local Neglected Program">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Was not served">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>