xhtml.dl.content

Element Group Information

Model

(dt | dd)
Children: dd, dt

Used By

Complex Type xhtml.dl.type

Source

<xs:group name="xhtml.dl.content">
  <xs:sequence>
    <xs:choice maxOccurs="unbounded">
      <xs:element name="dt" type="xhtml.dt.type"/>
      <xs:element name="dd" type="xhtml.dd.type"/>
    </xs:choice>
  </xs:sequence>
</xs:group>