dl

Element Information

Model

dt | dd
Children: dd, dt

Attributes

QName Type Fixed Default Use Inheritable Annotation
class optional
dir restriction of xs:token optional
id xs:ID optional
lang XHTMLLanguageCode optional
style StyleSheet optional
title XHTMLText optional

Source

<xs:element name="dl" substitutionGroup="lists">
  <xs:complexType>
    <xs:choice maxOccurs="unbounded">
      <xs:element ref="dt"/>
      <xs:element ref="dd"/>
    </xs:choice>
    <xs:attributeGroup ref="dl.attlist"/>
  </xs:complexType>
</xs:element>

Sample