<xsd:element name="disp-quote">
<xsd:annotation>
<xsd:documentation>
<div xmlns="http://www.w3.org/1999/xhtml">
<h3>Quote, Displayed</h3>
</div>
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:group ref="disp-quote-model"/>
<xsd:attribute name="content-type" use="optional" type="xsd:string"/>
<xsd:attribute name="id" use="optional" type="xsd:ID"/>
<xsd:attribute name="specific-use" use="optional" type="xsd:string"/>
<xsd:attribute ref="xml:base" use="optional"/>
<xsd:attribute ref="xml:lang" use="optional"/>
</xsd:complexType>
</xsd:element> |