elml:BibPublished

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
published restriction of xs:string optional
The attribute published contains yes if a source is published and no if a source is unpublished.

Used By

Source

<xs:attributeGroup name="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>
</xs:attributeGroup>