simpleType AgeAuthorizedToServe
namespace http://ed-fi.org/0210
type xs:int
properties
base xs:int
used by
elements License/OldestAgeAuthorizedToServe License/YoungestAgeAuthorizedToServe
annotation
documentation
Age of children a provider is authorized or licensed to serve.
appinfo
<ann:TypeGroup>Simple</ann:TypeGroup>
source <xs:simpleType name="AgeAuthorizedToServe">
 
<xs:annotation>
   
<xs:documentation>Age of children a provider is authorized or licensed to serve.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Simple</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:int"/>
</xs:simpleType>