<xsd:attributeGroup name="CommonAttributesGroup">
<xsd:attribute name="id" type="xsd:ID" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">A unique XML identifier used to assign an XML unique identifier to an element, such as a paragraph, note or table.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="IDReference" type="xsd:IDREFS" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">A cross-reference to a unique identifier used to point from one element to one or more other elements. The value of the attribute must be one or more XML unique identifiers that are the value(s) of id attribute(s) elsewhere in the document.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="qualifier" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">A user-defined property within an element for general purpose processing used with block objects to provide supplemental information over and above that conveyed by the element name. This attribute is analogous to HTML's "class" attribute.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:attributeGroup> |