<div xmlns="http://www.w3.org/1999/xhtml"> <h3>Overline End</h3> </div> |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
id | xsd:ID | optional | |||||
rid | xsd:IDREF | required | |||||
specific-use | xsd:string | optional | |||||
xml:base | xs:anyURI | optional |
|
Element Group | emphasis.class |
<xsd:element name="overline-end"> <xsd:annotation> <xsd:documentation> <div xmlns="http://www.w3.org/1999/xhtml"> <h3>Overline End</h3> </div> </xsd:documentation> </xsd:annotation> <xsd:complexType> <xsd:attribute name="id" use="optional" type="xsd:ID"/> <xsd:attribute name="rid" use="required" type="xsd:IDREF"/> <xsd:attribute name="specific-use" use="optional" type="xsd:string"/> <xsd:attribute ref="xml:base" use="optional"/> </xsd:complexType> </xsd:element> |