simpleType OperationalStatusType
namespace http://ed-fi.org/0110
type restriction of xs:token
used by
element EducationOrganization/OperationalStatus
facets
Kind Value annotation 
enumeration Active 
enumeration Added 
enumeration Changed Agency 
enumeration Closed 
enumeration Continuing 
enumeration Future 
enumeration Inactive 
enumeration New 
enumeration Reopened 
annotation
documentation
The current operational status of the education organization (e.g., active, inactive). 
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
source <xs:simpleType name="OperationalStatusType">
 
<xs:annotation>
   
<xs:documentation>The current operational status of the education organization (e.g., active, inactive).  </xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Active"/>
   
<xs:enumeration value="Added"/>
   
<xs:enumeration value="Changed Agency"/>
   
<xs:enumeration value="Closed"/>
   
<xs:enumeration value="Continuing"/>
   
<xs:enumeration value="Future"/>
   
<xs:enumeration value="Inactive"/>
   
<xs:enumeration value="New"/>
   
<xs:enumeration value="Reopened"/>
 
</xs:restriction>
</xs:simpleType>