Element Group HTMLblock
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0
Annotations
<type>Group</type>
<name>HTMLblock</name>
<comment>The group HTMLblock lists the elements that are blocks and were inherited from the HTML vocabulary</comment>
Diagram
Diagram akomantoso30_xsd_Element_ul.tmp#ul akomantoso30_xsd_Element_ol.tmp#ol akomantoso30_xsd_Element_table.tmp#table akomantoso30_xsd_Element_p.tmp#p
Used by
Element Group blockElements
Model ul | ol | table | p
Children ol, p, table, ul
Source
<xsd:group name="HTMLblock">
  <xsd:annotation>
    <xsd:documentation>
      <type>Group</type>
      <name>HTMLblock</name>
      <comment>The group HTMLblock lists the elements that are blocks and were inherited from the HTML vocabulary</comment>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:choice>
    <xsd:element ref="ul"/>
    <xsd:element ref="ol"/>
    <xsd:element ref="table"/>
    <xsd:element ref="p"/>
  </xsd:choice>
</xsd:group>