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