simpleType TitleIPartAParticipantType
namespace http://ed-fi.org/0200
type restriction of xs:token
properties
base xs:token
used by
element StudentTitleIPartAProgramAssociation/TitleIPartAParticipant
facets
Kind Value Annotation
enumeration Public Targeted Assistance Program
appinfo
<ann:EdFiId>247-004</ann:EdFiId>
enumeration Public Schoolwide Program
appinfo
<ann:EdFiId>247-003</ann:EdFiId>
enumeration Private school students participating
appinfo
<ann:EdFiId>247-002</ann:EdFiId>
enumeration Local Neglected Program
appinfo
<ann:EdFiId>247-001</ann:EdFiId>
enumeration Was not served
appinfo
<ann:EdFiId>247-005</ann:EdFiId>
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>
<ann:EdFiId>247</ann:EdFiId>
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>
     
<ann:EdFiId>247</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Public Targeted Assistance Program">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>247-004</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Public Schoolwide Program">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>247-003</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Private school students participating">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>247-002</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Local Neglected Program">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>247-001</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Was not served">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>247-005</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>