<xsd:element name="label">
<xsd:annotation>
<xsd:documentation>
<div xmlns="http://www.w3.org/1999/xhtml">
<h3>Label of a Figure, Reference, Etc.</h3>
</div>
</xsd:documentation>
</xsd:annotation>
<xsd:complexType mixed="true">
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:group ref="label-elements"/>
</xsd:choice>
<xsd:attribute name="alt" use="optional" type="xsd:string"/>
<xsd:attribute name="id" use="optional" type="xsd:ID"/>
<xsd:attribute ref="xml:base" use="optional"/>
<xsd:attribute ref="xml:lang" use="optional"/>
</xsd:complexType>
</xsd:element> |