Schema "xhtml-list-1.xsd"
Target Namespace:
http://www.w3.org/1999/xhtml
Defined Components:
elements (6 global), complexTypes (6), element groups (6), attribute groups (6)
Default Namespace-Qualified Form:
Local Elements: unqualified; Local Attributes: unqualified
Schema Location:
/Users/j/Documents/DDI/ddi_2_5_1/schemas/XHTML/xhtml-list-1.xsd; see XML source
Included in Schemas (1):
ddi-xhtml11-modules-1.xsd [src]
Annotation
Annotation 1 [src]:
List Module This is the XML Schema Lists module for XHTML List Module Elements * dl, dt, dd, ol, ul, li This module declares the list-oriented element types and their attributes. $Id$
Annotation 2 [src]:
See:  xhtml-copyright-1.xsd
Annotation 3 [src]:
See:  http://www.w3.org/TR/2001/REC-xhtml-modularization-20010410/abstract_modules.html#s_listmodule
All Element Summary
dd
Type:
Content:
mixed (allows character data), 6 attributes, 38 elements
Defined:
globally; see XML source
Used:
dl
Type:
Content:
complex, 6 attributes, 2 elements
Defined:
globally; see XML source
Used:
dt
Type:
Content:
mixed (allows character data), 6 attributes, 22 elements
Defined:
globally; see XML source
Used:
li
Type:
Content:
mixed (allows character data), 6 attributes, 38 elements
Defined:
globally; see XML source
Used:
ol
Type:
Content:
complex, 6 attributes, 1 element
Defined:
globally; see XML source
Used:
ul
Type:
Content:
complex, 6 attributes, 1 element
Defined:
globally; see XML source
Used:
Complex Type Summary
Content:
mixed (allows character data), 6 attributes, 38 elements
Defined:
globally; see XML source
Used:
Content:
complex, 6 attributes, 2 elements
Defined:
globally; see XML source
Used:
Content:
mixed (allows character data), 6 attributes, 22 elements
Defined:
globally; see XML source
Used:
Content:
mixed (allows character data), 6 attributes, 38 elements
Defined:
globally; see XML source
Used:
Content:
complex, 6 attributes, 1 element
Defined:
globally; see XML source
Used:
Content:
complex, 6 attributes, 1 element
Defined:
globally; see XML source
Used:
Element Group Summary
Content:
Defined:
globally; see XML source
Used:
Content:
Defined:
globally; see XML source
Includes:
definitions of 2 elements
Used:
Content:
Defined:
globally; see XML source
Used:
Content:
Defined:
globally; see XML source
Used:
Content:
Defined:
globally; see XML source
Includes:
definition of 1 element
Used:
Content:
Defined:
globally; see XML source
Includes:
definition of 1 element
Used:
Attribute Group Summary
Content:
Defined:
globally; see XML source
Used:
Content:
Defined:
globally; see XML source
Used:
Content:
Defined:
globally; see XML source
Used:
Content:
Defined:
globally; see XML source
Used:
Content:
Defined:
globally; see XML source
Used:
Content:
Defined:
globally; see XML source
Used:
XML Source
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema targetNamespace="http://www.w3.org/1999/xhtml" xmlns="http://www.w3.org/1999/xhtml" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:documentation>
List Module
This is the XML Schema Lists module for XHTML
List Module Elements

* dl, dt, dd, ol, ul, li

This module declares the list-oriented element types
and their attributes.
$Id$
</xs:documentation>
<xs:documentation source="xhtml-copyright-1.xsd"/>
<xs:documentation source="http://www.w3.org/TR/2001/REC-xhtml-modularization-20010410/abstract_modules.html#s_listmodule"/>
</xs:annotation>
<xs:attributeGroup name="dt.attlist">
<xs:attributeGroup ref="Common.attrib"/>
</xs:attributeGroup>
<xs:group name="dt.content">
<xs:sequence>
<xs:group maxOccurs="unbounded" minOccurs="0" ref="Inline.mix"/>
</xs:sequence>
</xs:group>
<xs:complexType mixed="true" name="dt.type">
<xs:group ref="dt.content"/>
<xs:attributeGroup ref="dt.attlist"/>
</xs:complexType>
<xs:element name="dt" type="dt.type"/>
<xs:attributeGroup name="dd.attlist">
<xs:attributeGroup ref="Common.attrib"/>
</xs:attributeGroup>
<xs:group name="dd.content">
<xs:sequence>
<xs:group maxOccurs="unbounded" minOccurs="0" ref="Flow.mix"/>
</xs:sequence>
</xs:group>
<xs:complexType mixed="true" name="dd.type">
<xs:group ref="dd.content"/>
<xs:attributeGroup ref="dd.attlist"/>
</xs:complexType>
<xs:element name="dd" type="dd.type"/>
<xs:attributeGroup name="dl.attlist">
<xs:attributeGroup ref="Common.attrib"/>
</xs:attributeGroup>
<xs:group name="dl.content">
<xs:sequence>
<xs:choice maxOccurs="unbounded">
<xs:element ref="dt"/>
<xs:element ref="dd"/>
</xs:choice>
</xs:sequence>
</xs:group>
<xs:complexType name="dl.type">
<xs:group ref="dl.content"/>
<xs:attributeGroup ref="dl.attlist"/>
</xs:complexType>
<xs:element name="dl" type="dl.type"/>
<xs:attributeGroup name="li.attlist">
<xs:attributeGroup ref="Common.attrib"/>
</xs:attributeGroup>
<xs:group name="li.content">
<xs:sequence>
<xs:group maxOccurs="unbounded" minOccurs="0" ref="Flow.mix"/>
</xs:sequence>
</xs:group>
<xs:complexType mixed="true" name="li.type">
<xs:group ref="li.content"/>
<xs:attributeGroup ref="li.attlist"/>
</xs:complexType>
<xs:element name="li" type="li.type"/>
<xs:attributeGroup name="ol.attlist">
<xs:attributeGroup ref="Common.attrib"/>
</xs:attributeGroup>
<xs:group name="ol.content">
<xs:sequence>
<xs:element maxOccurs="unbounded" ref="li"/>
</xs:sequence>
</xs:group>
<xs:complexType name="ol.type">
<xs:group ref="ol.content"/>
<xs:attributeGroup ref="ol.attlist"/>
</xs:complexType>
<xs:element name="ol" type="ol.type"/>
<xs:attributeGroup name="ul.attlist">
<xs:attributeGroup ref="Common.attrib"/>
</xs:attributeGroup>
<xs:group name="ul.content">
<xs:sequence>
<xs:element maxOccurs="unbounded" ref="li"/>
</xs:sequence>
</xs:group>
<xs:complexType name="ul.type">
<xs:group ref="ul.content"/>
<xs:attributeGroup ref="ul.attlist"/>
</xs:complexType>
<xs:element name="ul" type="ul.type"/>
</xs:schema>

XML schema documentation generated with DocFlex/XML 1.8.7 using DocFlex/XML XSDDoc 2.7.0 template set