xhtml.Heading.class

Element Group Information

Model

h1 | h2 | h3 | h4 | h5 | h6
Children: h1, h2, h3, h4, h5, h6

Used By

Source

<xs:group name="xhtml.Heading.class">
  <xs:choice>
    <xs:element name="h1" type="xhtml.h1.type"/>
    <xs:element name="h2" type="xhtml.h2.type"/>
    <xs:element name="h3" type="xhtml.h3.type"/>
    <xs:element name="h4" type="xhtml.h4.type"/>
    <xs:element name="h5" type="xhtml.h5.type"/>
    <xs:element name="h6" type="xhtml.h6.type"/>
  </xs:choice>
</xs:group>