simpleType SchoolFoodServicesEligibilityMapType
namespace http://ed-fi.org/0110
type restriction of xs:token
used by
element SchoolFoodServiceEligibilityDescriptor/SchoolFoodServiceEligibilityMap
facets
Kind Value annotation 
enumeration Free 
enumeration Full price 
enumeration Reduced price 
enumeration Unknown 
annotation
documentation
An indication of a student's level of eligibility for breakfast, lunch, snack, supper, and milk programs.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
source <xs:simpleType name="SchoolFoodServicesEligibilityMapType">
 
<xs:annotation>
   
<xs:documentation>An indication of a student&apos;s level of eligibility for breakfast, lunch, snack, supper, and milk programs.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Free"/>
   
<xs:enumeration value="Full price"/>
   
<xs:enumeration value="Reduced price"/>
   
<xs:enumeration value="Unknown"/>
 
</xs:restriction>
</xs:simpleType>