published

The attribute published contains yes if a source is published and no if a source is unpublished.

Attribute Information

Used By

Attribute Group elml:BibPublished

Source

<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>

Sample