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-attribs-1.xsd"
Target Namespace:
http://www.w3.org/1999/xhtml
Defined Components:
3 global attributes, 9 attribute groups
Default Namespace-Qualified Form:
Local Elements: unqualified; Local Attributes: unqualified
Schema Location:
http://www.ddialliance.org/DDI/schema/ddi3.1/XHTML\xhtml-attribs-1.xsd, see XML source
Imports Schema:
xml.xsd [src]
Included in Schema:
xhtml-framework-1.xsd [src]
Annotation
Annotation 1:
This is the XML Schema common attributes module for XHTML $Id$
Annotation 2:
See:  xhtml-copyright-1.xsd
Annotation 3:
See:  http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#s_commonatts
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 common attributes module for XHTML
$Id$
</xs:documentation>
<xs:documentation source="xhtml-copyright-1.xsd"/>
</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>
<xs:attributeGroup name="id">
<xs:attribute name="id" type="xs:ID"/>
</xs:attributeGroup>
<xs:attributeGroup name="class">
<xs:attribute name="class" type="xs:NMTOKENS"/>
</xs:attributeGroup>
<xs:attributeGroup name="title">
<xs:attribute name="title" type="xs:string"/>
</xs:attributeGroup>
<xs:attributeGroup name="Core.attrib">
<xs:attributeGroup ref="id"/>
<xs:attributeGroup ref="class"/>
<xs:attributeGroup ref="title"/>
<xs:attributeGroup ref="Core.extra.attrib"/>
</xs:attributeGroup>
<xs:attributeGroup name="I18n.attrib">
<xs:attribute ref="xml:lang"/>
<xs:attributeGroup ref="I18n.extra.attrib"/>
</xs:attributeGroup>
<xs:attributeGroup name="Common.attrib">
<xs:attributeGroup ref="Core.attrib"/>
<xs:attributeGroup ref="I18n.attrib"/>
<xs:attributeGroup ref="Common.extra"/>
</xs:attributeGroup>
<!-- Global attributes -->
<xs:attribute name="id" type="xs:ID"/>
<xs:attribute name="class" type="xs:NMTOKENS"/>
<xs:attribute name="title" type="xs:string"/>
<xs:attributeGroup name="Global.core.attrib">
<xs:attribute ref="id"/>
<xs:attribute ref="class"/>
<xs:attribute ref="title"/>
<xs:attributeGroup ref="Global.core.extra.attrib"/>
</xs:attributeGroup>
<xs:attributeGroup name="Global.i18n.attrib">
<xs:attribute ref="xml:lang"/>
<xs:attributeGroup ref="Global.I18n.extra.attrib"/>
</xs:attributeGroup>
<xs:attributeGroup name="Global.common.attrib">
<xs:attributeGroup ref="Global.core.attrib"/>
<xs:attributeGroup ref="Global.i18n.attrib"/>
<xs:attributeGroup ref="Global.Common.extra"/>
</xs:attributeGroup>
</xs:schema>

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