Definition Type: Element
Name: dl
Namespace: http://www.w3.org/1999/xhtml
Containing Schema: pam-xhtml.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into dd in schema pam-xhtml_xsd Drilldown into dt in schema pam-xhtml_xsd Drilldown into lang in schema xml_xsd Drilldown into dir in schema pam-xhtml_xsd Drilldown into title in schema pam-xhtml_xsd Drilldown into id in schema pam-xhtml_xsd Drilldown into blockPresentationAtts in schema pam-xhtml_xsdXSD Diagram of dl in schema pam-xhtml_xsd (Prism - IDEAlliance Specification publishing)
Collapse XSD Schema Code:
<xs:element name="dl">
    <xs:complexType>
        <xs:choice maxOccurs="unbounded">
            <xs:element ref="xhtml:dt" />
            <xs:element ref="xhtml:dd" />
        </xs:choice>
        <xs:attributeGroup ref="xhtml:blockPresentationAtts" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
dt xhtml:dt (1) (1)
dd xhtml:dd (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id xhtml:id (Optional)
title xhtml:title (Optional)
dir xhtml:dir (Optional)
lang nsA:lang (Optional)