The attribute published contains yes if a source is published and no if a source is unpublished. |
Attribute Group | elml:BibPublished |
<xs:attribute name="published"> <xs:annotation> <xs:documentation>The attribute published contains yes if a source is published and no if a source is unpublished.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="no"/> <xs:enumeration value="yes"/> </xs:restriction> </xs:simpleType> </xs:attribute> |