DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
XML Schema "xhtml-inlstruct-1.xsd"
Target Namespace:
http://www.w3.org/1999/xhtml
Defined Components:
2 global elements, 2 complexTypes, 2 element groups, 2 attribute groups
Default Namespace-Qualified Form:
Local Elements: unqualified; Local Attributes: unqualified
Schema Location:
http://www.ddialliance.org/DDI/schema/ddi3.1/XHTML\xhtml-inlstruct-1.xsd, see XML source
Included in Schema:
xhtml-text-1.xsd [src]
Annotation
Annotation 1:
This is the XML Schema Inline Structural support module for XHTML $Id$
Annotation 2:
See:  xhtml-copyright-1.xsd
Annotation 3:
Inline Structural. This module declares the elements and their attributes used to support inline-level structural markup. This is the XML Schema Inline Structural element module for XHTML * br, span
Annotation 4:
See:  http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#s_textmodule
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 Inline Structural support module for XHTML
$Id$
</xs:documentation>
<xs:documentation source="xhtml-copyright-1.xsd"/>
</xs:annotation>
<xs:annotation>
<xs:documentation>
Inline Structural.
This module declares the elements and their attributes
used to support inline-level structural markup.
This is the XML Schema Inline Structural element module for XHTML

* br, span
</xs:documentation>
</xs:annotation>
<xs:attributeGroup name="br.attlist">
<xs:attributeGroup ref="Core.attrib"/>
</xs:attributeGroup>
<xs:group name="br.content">
<xs:sequence/>
</xs:group>
<xs:complexType name="br.type">
<xs:group ref="br.content"/>
<xs:attributeGroup ref="br.attlist"/>
</xs:complexType>
<xs:element name="br" type="br.type"/>
<xs:attributeGroup name="span.attlist">
<xs:attributeGroup ref="Common.attrib"/>
</xs:attributeGroup>
<xs:group name="span.content">
<xs:sequence>
<xs:group maxOccurs="unbounded" minOccurs="0" ref="Inline.mix"/>
</xs:sequence>
</xs:group>
<xs:complexType mixed="true" name="span.type">
<xs:group ref="span.content"/>
<xs:attributeGroup ref="span.attlist"/>
</xs:complexType>
<xs:element name="span" type="span.type"/>
</xs:schema>

XML schema documentation generated with DocFlex/XML SDK 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set