simpleType PublicationStatusType
namespace http://ed-fi.org/0110
type restriction of xs:token
used by
element ContentStandardType/PublicationStatus
facets
Kind Value annotation 
enumeration Adopted 
enumeration Draft 
enumeration Published 
enumeration Deprecated 
enumeration Unknown 
annotation
documentation
The publication status of the document (i.e., Adopted, Draft, Published, Deprecated, Unknown)
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
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>