title

<div xmlns="http://www.w3.org/1999/xhtml">
  <h3>Title</h3>
</div>

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
content-type xsd:string optional
display-as xsd:string optional
id xsd:ID optional
show-in-toc restriction of xsd:NMTOKEN optional
specific-use xsd:string optional
suppress restriction of xsd:NMTOKEN optional
xml:base xs:anyURI optional
<div>
  <h3>base (as an attribute name)</h3>
  <p>denotes an attribute whose value provides a URI to be used as the base for interpreting any relative URIs in the scope of the element on which it appears; its value is inherited. This name is reserved by virtue of its definition in the XML Base specification.</p>
  <p>See
    <a href="http://www.w3.org/TR/xmlbase/">http://www.w3.org/TR/xmlbase/</a>for information about this attribute.</p>
</div>

Used By

Source

<xsd:element name="title">
  <xsd:annotation>
    <xsd:documentation>
      <div xmlns="http://www.w3.org/1999/xhtml">
        <h3>Title</h3>
      </div>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:complexType mixed="true">
    <xsd:choice minOccurs="0" maxOccurs="unbounded">
      <xsd:group ref="struct-title-elements"/>
    </xsd:choice>
    <xsd:attribute name="content-type" use="optional" type="xsd:string"/>
    <xsd:attribute name="display-as" use="optional" type="xsd:string"/>
    <xsd:attribute name="id" use="optional" type="xsd:ID"/>
    <xsd:attribute name="show-in-toc" use="optional">
      <xsd:simpleType>
        <xsd:annotation>
          <xsd:documentation/>
        </xsd:annotation>
        <xsd:restriction base="xsd:NMTOKEN">
          <xsd:enumeration value="no"/>
          <xsd:enumeration value="yes"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute name="specific-use" use="optional" type="xsd:string"/>
    <xsd:attribute name="suppress" use="optional">
      <xsd:simpleType>
        <xsd:annotation>
          <xsd:documentation/>
        </xsd:annotation>
        <xsd:restriction base="xsd:NMTOKEN">
          <xsd:enumeration value="no"/>
          <xsd:enumeration value="yes"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute ref="xml:base" use="optional"/>
  </xsd:complexType>
</xsd:element>

Sample