citeType

A citation with an optional citation author at the end

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
id xs:ID optional
xml:lang xs:language optional
Element content's languige

Used By

Source

<xs:complexType name="citeType">
  <xs:annotation>
    <xs:documentation>A citation with an optional citation author at the end</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element name="p" type="pType"/>
      <xs:element name="poem" type="poemType"/>
      <xs:element name="empty-line"/>
      <xs:element name="subtitle" type="pType"/>
      <xs:element name="table" type="tableType"/>
    </xs:choice>
    <xs:element name="text-author" type="pType" minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>
  <xs:attribute name="id" type="xs:ID" use="optional"/>
  <xs:attribute ref="xml:lang"/>
</xs:complexType>