simpleType SchoolFoodServicesEligibilityMapType
namespace http://ed-fi.org/0210
type restriction of xs:token
properties
base xs:token
used by
element SchoolFoodServicesEligibilityDescriptor/SchoolFoodServicesEligibilityMap
facets
Kind Value Annotation
enumeration Free
enumeration Full price
enumeration Reduced price
enumeration Unknown
annotation
documentation
The mapping to a known SchoolFoodServicesEligibility.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
source <xs:simpleType name="SchoolFoodServicesEligibilityMapType">
 
<xs:annotation>
   
<xs:documentation>The mapping to a known SchoolFoodServicesEligibility.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Free">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Full price">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Reduced price">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Unknown">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>