<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> |