simpleType
SchoolFoodServicesEligibilityMapType
namespace | http://ed-fi.org/0110 | |||||||||||||||
type | restriction of xs:token | |||||||||||||||
used by |
|
|||||||||||||||
facets |
|
|||||||||||||||
annotation |
|
|||||||||||||||
source | <xs:simpleType name="SchoolFoodServicesEligibilityMapType"> <xs:annotation> <xs:documentation>An indication of a student'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> |