Schema "xhtml-blkstruct-1.xsd"
Target Namespace:
-
Defined Components:
-
Default Namespace-Qualified Form:
-
Local Elements: unqualified; Local Attributes: unqualified
Schema Location:
-
E:\DDI\DDI_3_2\branches\test-final-3.2\schema\XHTML\xhtml-blkstruct-1.xsd; see XML source
Included in Schema:
-
Annotation
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$
See: xhtml-copyright-1.xsd
All Element Summary |
div |
Type: |
|
Content: |
mixed (allows character data), 6 attributes, 38 elements |
Defined: |
|
Used: |
|
|
p |
Type: |
|
Content: |
mixed (allows character data), 6 attributes, 22 elements |
Defined: |
|
Used: |
|
|
Complex Type Summary |
|
Content: |
mixed (allows character data), 6 attributes, 38 elements |
Defined: |
|
Used: |
|
|
|
Content: |
mixed (allows character data), 6 attributes, 22 elements |
Defined: |
|
Used: |
|
|
Element Group Summary |
|
Content: |
38 elements |
Defined: |
|
Used: |
|
|
|
Content: |
22 elements |
Defined: |
|
Used: |
|
|
Attribute Group Summary |
|
Content: |
6 attributes |
Defined: |
|
Used: |
|
|
|
Content: |
6 attributes |
Defined: |
|
Used: |
|
|
XML Source
<?xml version="1.0" encoding="UTF-8"?> <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> <xs:sequence> <xs:group maxOccurs="unbounded" minOccurs="0" ref="Flow.mix"/> </xs:sequence> </xs:group> <xs:complexType mixed="true" name="div.type"> </xs:complexType> <!-- p --> </xs:attributeGroup> <xs:sequence> <xs:group maxOccurs="unbounded" minOccurs="0" ref="Inline.mix"/> </xs:sequence> </xs:group> <xs:complexType mixed="true" name="p.type"> </xs:complexType> <xs:element name="p" type="p.type"/> </xs:schema> |