xhtml.List.class

Element Group Information

Model

ul | ol | dl
Children: dl, ol, ul

Used By

Source

<xs:group name="xhtml.List.class">
  <xs:choice>
    <xs:element name="ul" type="xhtml.ul.type"/>
    <xs:element name="ol" type="xhtml.ol.type"/>
    <xs:element name="dl" type="xhtml.dl.type"/>
  </xs:choice>
</xs:group>