Schema "xhtml-blkstruct-1.xsd"
Target Namespace:
http://www.w3.org/1999/xhtml
Defined Components:
elements (2 global), complexTypes (2), element groups (2), attribute groups (2)
Default Namespace-Qualified Form:
Local Elements: unqualified; Local Attributes: unqualified
Schema Location:
/Users/j/Documents/DDI/ddi_2_5_1/schemas/XHTML/xhtml-blkstruct-1.xsd; see XML source
Included in Schemas (1):
xhtml-text-1.xsd [src]
Annotation
Annotation 1 [src]:
Block Structural * div, p This module declares the elements and their attributes used to support block-level structural markup. This is the XML Schema Block Structural module for XHTML $Id$
Annotation 2 [src]:
See:  xhtml-copyright-1.xsd
All Element Summary
div
Type:
Content:
mixed (allows character data), 6 attributes, 38 elements
Defined:
globally; see XML source
Used:
p
Type:
Content:
mixed (allows character data), 6 attributes, 22 elements
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:
mixed (allows character data), 6 attributes, 22 elements
Defined:
globally; see XML source
Used:
Element Group Summary
Content:
Defined:
globally; see XML source
Used:
Content:
Defined:
globally; see XML source
Used:
Attribute Group Summary
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>
Block Structural

* div, p

This module declares the elements and their attributes used to
support block-level structural markup.

This is the XML Schema Block Structural module for XHTML
$Id$
</xs:documentation>
<xs:documentation source="xhtml-copyright-1.xsd"/>
</xs:annotation>
<!-- div -->
<xs:attributeGroup name="div.attlist">
<xs:attributeGroup ref="Common.attrib"/>
</xs:attributeGroup>
<xs:group name="div.content">
<xs:sequence>
<xs:group maxOccurs="unbounded" minOccurs="0" ref="Flow.mix"/>
</xs:sequence>
</xs:group>
<xs:complexType mixed="true" name="div.type">
<xs:group ref="div.content"/>
<xs:attributeGroup ref="div.attlist"/>
</xs:complexType>
<xs:element name="div" type="div.type"/>
<!-- p -->
<xs:attributeGroup name="p.attlist">
<xs:attributeGroup ref="Common.attrib"/>
</xs:attributeGroup>
<xs:group name="p.content">
<xs:sequence>
<xs:group maxOccurs="unbounded" minOccurs="0" ref="Inline.mix"/>
</xs:sequence>
</xs:group>
<xs:complexType mixed="true" name="p.type">
<xs:group ref="p.content"/>
<xs:attributeGroup ref="p.attlist"/>
</xs:complexType>
<xs:element name="p" type="p.type"/>
</xs:schema>

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