simpleType Capacity
namespace http://ed-fi.org/0210
type xs:int
properties
base xs:int
used by
element License/AuthorizedFacilityCapacity
annotation
documentation
The maximum number that can be contained or accommodated at any given time.
appinfo
<ann:TypeGroup>Simple</ann:TypeGroup>
source <xs:simpleType name="Capacity">
 
<xs:annotation>
   
<xs:documentation>The maximum number that can be contained or accommodated at any given time.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Simple</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:int"/>
</xs:simpleType>