<xs:complexType name="quoteType" mixed="true">
<xs:annotation>
<xs:documentation xml:lang="en">a quotation from some author other than that of the surrounding text, usually either embedded or displayed.</xs:documentation>
</xs:annotation>
<xs:complexContent mixed="false">
<!-- 0.4 extend par.seq instead of subpar.seq -->
<xs:extension base="xces:par.seq">
<!--
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="p" type="xces:subpar.seq"/>
<xs:element name="poem" type="xces:poemType"/>
<xs:element name="quote" type="xces:quoteType"/>
</xs:choice>
-->
<xs:attribute name="type" type="xs:string"/>
</xs:extension>
</xs:complexContent>
</xs:complexType> |