simpleType
OperationalStatusType
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||||||||||
type | restriction of xs:token | ||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
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> |