annotationType

A cut-down version of<section/>used in annotations

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="annotationType">
  <xs:annotation>
    <xs:documentation>A cut-down version of
      <section/>used in annotations</xs:documentation>
  </xs:annotation>
  <xs:choice minOccurs="0" maxOccurs="unbounded">
    <xs:element name="p" type="pType"/>
    <xs:element name="poem" type="poemType"/>
    <xs:element name="cite" type="citeType"/>
    <xs:element name="subtitle" type="pType"/>
    <xs:element name="table" type="tableType"/>
    <xs:element name="empty-line"/>
  </xs:choice>
  <xs:attribute name="id" type="xs:ID" use="optional"/>
  <xs:attribute ref="xml:lang"/>
</xs:complexType>