publicationstmt

Complex Type Information

Model

Children: address, date, num, p, publisher

Attributes

QName Type Fixed Default Use Inheritable Annotation
altrender xs:token optional
audience restriction of xs:token optional
encodinganalog xs:token optional
id xs:ID optional
lang xs:NMTOKEN optional
script xs:NMTOKEN optional

Used By

Source

<xs:complexType name="publicationstmt">
  <xs:choice maxOccurs="unbounded">
    <xs:element name="publisher" type="publisher"/>
    <xs:element name="date" type="date"/>
    <xs:element name="address" type="address"/>
    <xs:element name="num" type="num"/>
    <xs:element name="p" type="p"/>
  </xs:choice>
  <xs:attributeGroup ref="am.common"/>
  <xs:attribute name="encodinganalog" type="xs:token"/>
</xs:complexType>