Schema "xhtml-blkphras-1.xsd"
Target Namespace:
http://www.w3.org/1999/xhtml
Defined Components:
elements (9 global), complexTypes (10), element groups (9), attribute groups (10)
Default Namespace-Qualified Form:
Local Elements: unqualified; Local Attributes: unqualified
Schema Location:
/Users/j/Documents/DDI/ddi_2_5_1/schemas/XHTML/xhtml-blkphras-1.xsd; see XML source
Imports Schemas (1):
xml.xsd [src]
Included in Schemas (1):
xhtml-text-1.xsd [src]
Annotation
Annotation 1 [src]:
This is the XML Schema Block Phrasal support module for XHTML $Id$
Annotation 2 [src]:
See:  xhtml-copyright-1.xsd
Annotation 3 [src]:
Block Phrasal This module declares the elements and their attributes used to support block-level phrasal markup. This is the XML Schema block phrasal elements module for XHTML * address, blockquote, pre, h1, h2, h3, h4, h5, h6
Annotation 4 [src]:
See:  http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#s_textmodule
All Element Summary
address
Type:
Content:
mixed (allows character data), 6 attributes, 22 elements
Defined:
globally; see XML source
Used:
blockquote
Type:
Content:
complex, 7 attributes, 16 elements
Defined:
globally; see XML source
Used:
h1
Type:
Content:
mixed (allows character data), 6 attributes, 22 elements
Defined:
globally; see XML source
Used:
h2
Type:
Content:
mixed (allows character data), 6 attributes, 22 elements
Defined:
globally; see XML source
Used:
h3
Type:
Content:
mixed (allows character data), 6 attributes, 22 elements
Defined:
globally; see XML source
Used:
h4
Type:
Content:
mixed (allows character data), 6 attributes, 22 elements
Defined:
globally; see XML source
Used:
h5
Type:
Content:
mixed (allows character data), 6 attributes, 22 elements
Defined:
globally; see XML source
Used:
h6
Type:
Content:
mixed (allows character data), 6 attributes, 22 elements
Defined:
globally; see XML source
Used:
pre
Type:
Content:
mixed (allows character data), 7 attributes, 18 elements
Defined:
globally; see XML source
Used:
Complex Type Summary
Content:
mixed (allows character data), 6 attributes, 22 elements
Defined:
globally; see XML source
Used:
Content:
complex, 7 attributes, 16 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, 22 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, 22 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, 22 elements
Defined:
globally; see XML source
Used:
Content:
mixed (allows character data), 6 attributes, 22 elements
Defined:
globally; see XML source
Used:
never
Content:
mixed (allows character data), 7 attributes, 18 elements
Defined:
globally; see XML source
Used:
Element 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:
Content:
Defined:
globally; see XML source
Used:
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
Includes:
definition of 1 attribute
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:
Content:
Defined:
globally; see XML source
Used:
Content:
Defined:
globally; see XML source
Used:
Content:
Defined:
globally; see XML source
Includes:
definition of 1 attribute
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>
This is the XML Schema Block Phrasal support module for XHTML
$Id$
</xs:documentation>
<xs:documentation source="xhtml-copyright-1.xsd"/>
</xs:annotation>
<xs:annotation>
<xs:documentation>
Block Phrasal
This module declares the elements and their attributes used to
support block-level phrasal markup.
This is the XML Schema block phrasal elements module for XHTML

* address, blockquote, pre, h1, h2, h3, h4, h5, h6
</xs:documentation>
<xs:documentation source="http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#s_textmodule"/>
</xs:annotation>
<xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="../xml.xsd">
<xs:annotation>
<xs:documentation>
This import brings in the XML namespace attributes
The module itself does not provide the schemaLocation
and expects the driver schema to provide the
actual SchemaLocation.
</xs:documentation>
</xs:annotation>
</xs:import>
<!-- address -->
<xs:attributeGroup name="address.attlist">
<xs:attributeGroup ref="Common.attrib"/>
</xs:attributeGroup>
<xs:group name="address.content">
<xs:sequence>
<xs:group maxOccurs="unbounded" minOccurs="0" ref="Inline.mix"/>
</xs:sequence>
</xs:group>
<xs:complexType mixed="true" name="address.type">
<xs:group ref="address.content"/>
<xs:attributeGroup ref="address.attlist"/>
</xs:complexType>
<xs:element name="address" type="address.type"/>
<!-- blockquote -->
<xs:attributeGroup name="blockquote.attlist">
<xs:attributeGroup ref="Common.attrib"/>
<xs:attribute name="cite" type="URI"/>
</xs:attributeGroup>
<xs:group name="blockquote.content">
<xs:sequence>
<xs:group maxOccurs="unbounded" ref="Block.mix"/>
</xs:sequence>
</xs:group>
<xs:complexType name="blockquote.type">
<xs:group ref="blockquote.content"/>
<xs:attributeGroup ref="blockquote.attlist"/>
</xs:complexType>
<xs:element name="blockquote" type="blockquote.type"/>
<!-- pre -->
<xs:attributeGroup name="pre.attlist">
<xs:attribute ref="xml:space"/>
<xs:attributeGroup ref="Common.attrib"/>
</xs:attributeGroup>
<xs:group name="pre.content">
<xs:sequence>
<xs:group maxOccurs="unbounded" minOccurs="0" ref="InlinePre.mix"/>
</xs:sequence>
</xs:group>
<xs:complexType mixed="true" name="pre.type">
<xs:group ref="pre.content"/>
<xs:attributeGroup ref="pre.attlist"/>
</xs:complexType>
<xs:element name="pre" type="pre.type"/>
<!-- Heading Elements -->
<xs:attributeGroup name="heading.attlist">
<xs:attributeGroup ref="Common.attrib"/>
</xs:attributeGroup>
<xs:complexType mixed="true" name="heading.type">
<xs:group maxOccurs="unbounded" minOccurs="0" ref="Inline.mix"/>
<xs:attributeGroup ref="heading.attlist"/>
</xs:complexType>
<xs:attributeGroup name="h1.attlist">
<xs:attributeGroup ref="Common.attrib"/>
</xs:attributeGroup>
<xs:group name="h1.content">
<xs:sequence>
<xs:group maxOccurs="unbounded" minOccurs="0" ref="Inline.mix"/>
</xs:sequence>
</xs:group>
<xs:complexType mixed="true" name="h1.type">
<xs:group ref="h1.content"/>
<xs:attributeGroup ref="h1.attlist"/>
</xs:complexType>
<xs:element name="h1" type="h1.type"/>
<xs:attributeGroup name="h2.attlist">
<xs:attributeGroup ref="Common.attrib"/>
</xs:attributeGroup>
<xs:group name="h2.content">
<xs:sequence>
<xs:group maxOccurs="unbounded" minOccurs="0" ref="Inline.mix"/>
</xs:sequence>
</xs:group>
<xs:complexType mixed="true" name="h2.type">
<xs:group ref="h2.content"/>
<xs:attributeGroup ref="h2.attlist"/>
</xs:complexType>
<xs:element name="h2" type="h2.type"/>
<xs:attributeGroup name="h3.attlist">
<xs:attributeGroup ref="Common.attrib"/>
</xs:attributeGroup>
<xs:group name="h3.content">
<xs:sequence>
<xs:group maxOccurs="unbounded" minOccurs="0" ref="Inline.mix"/>
</xs:sequence>
</xs:group>
<xs:complexType mixed="true" name="h3.type">
<xs:group ref="h3.content"/>
<xs:attributeGroup ref="h3.attlist"/>
</xs:complexType>
<xs:element name="h3" type="h3.type"/>
<xs:attributeGroup name="h4.attlist">
<xs:attributeGroup ref="Common.attrib"/>
</xs:attributeGroup>
<xs:group name="h4.content">
<xs:sequence>
<xs:group maxOccurs="unbounded" minOccurs="0" ref="Inline.mix"/>
</xs:sequence>
</xs:group>
<xs:complexType mixed="true" name="h4.type">
<xs:group ref="h4.content"/>
<xs:attributeGroup ref="h4.attlist"/>
</xs:complexType>
<xs:element name="h4" type="h4.type"/>
<xs:attributeGroup name="h5.attlist">
<xs:attributeGroup ref="Common.attrib"/>
</xs:attributeGroup>
<xs:group name="h5.content">
<xs:sequence>
<xs:group maxOccurs="unbounded" minOccurs="0" ref="Inline.mix"/>
</xs:sequence>
</xs:group>
<xs:complexType mixed="true" name="h5.type">
<xs:group ref="h5.content"/>
<xs:attributeGroup ref="h5.attlist"/>
</xs:complexType>
<xs:element name="h5" type="h5.type"/>
<xs:attributeGroup name="h6.attlist">
<xs:attributeGroup ref="Common.attrib"/>
</xs:attributeGroup>
<xs:group name="h6.content">
<xs:sequence>
<xs:group maxOccurs="unbounded" minOccurs="0" ref="Inline.mix"/>
</xs:sequence>
</xs:group>
<xs:complexType mixed="true" name="h6.type">
<xs:group ref="h6.content"/>
<xs:attributeGroup ref="h6.attlist"/>
</xs:complexType>
<xs:element name="h6" type="h6.type"/>
</xs:schema>

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