simpleType
PublicationStatusType
namespace | http://ed-fi.org/0110 | ||||||||||||||||||
type | restriction of xs:token | ||||||||||||||||||
used by |
|
||||||||||||||||||
facets |
|
||||||||||||||||||
annotation |
|
||||||||||||||||||
source | <xs:simpleType name="PublicationStatusType"> <xs:annotation> <xs:documentation>The publication status of the document (i.e., Adopted, Draft, Published, Deprecated, Unknown)</xs:documentation> <xs:appinfo> <ann:TypeGroup>Enumeration</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:restriction base="xs:token"> <xs:enumeration value="Adopted"/> <xs:enumeration value="Draft"/> <xs:enumeration value="Published"/> <xs:enumeration value="Deprecated"/> <xs:enumeration value="Unknown"/> </xs:restriction> </xs:simpleType> |