|
FlexDoc/XML XSDDoc Demo |
XML Schemas for XHTML 1.1 |
XML Schema "xhtml-attribs-1.xsd"
Target Namespace (adopted):
Defined Components:
Default Namespace-Qualified Form:
Local Elements: qualified; Local Attributes: unqualified
Schema Location:
http://www.w3.org/MarkUp/SCHEMA/xhtml-attribs-1.xsd; see
XML source
Imports Schemas (2):
Included in Schemas (2):
This is the XML Schema common attributes module for XHTML
$Id: xhtml-attribs-1.xsd,v 1.9 2009/11/18 17:59:51 ahby Exp $
Attribute Group Summary |
|
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
declaration of 1 attribute |
Referenced: |
|
|
|
Namespace: |
|
Content: |
|
Defined: |
|
Referenced: |
|
|
|
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
declaration of 1 attribute |
Referenced: |
|
|
|
Namespace: |
|
Content: |
|
Defined: |
|
Referenced: |
never |
|
|
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
declarations of 3 attributes |
Referenced: |
|
|
|
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
declaration of 1 attribute |
Referenced: |
|
|
|
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
declaration of 1 attribute |
Referenced: |
|
|
|
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
declaration of 1 attribute |
Referenced: |
|
|
|
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
declaration of 1 attribute |
Referenced: |
|
|
Global Attribute Summary |
|
Namespace: |
|
Type: |
xs:string |
Defined: |
|
Referenced: |
|
|
|
Namespace: |
|
Type: |
xs:ID |
Defined: |
|
Referenced: |
|
|
|
Namespace: |
|
Type: |
xs:string |
Defined: |
|
Referenced: |
|
|
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema elementFormDefault="qualified" xmlns:xh11d="http://www.w3.org/1999/xhtml/datatypes/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:import namespace="http://www.w3.org/1999/xhtml/datatypes/" schemaLocation="xhtml-datatypes-1.xsd"/>
<xs:annotation>
<xs:documentation>
This is the XML Schema common attributes module for XHTML
$Id: xhtml-attribs-1.xsd,v 1.9 2009/11/18 17:59:51 ahby Exp $
</xs:documentation>
<xs:documentation source="http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#s_commonatts"/> </xs:annotation>
<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:attribute name="id" type="xs:ID"/> </xs:attributeGroup>
<xs:attribute name="class" type="xs:string"/> </xs:attributeGroup>
<xs:attribute name="title" type="xs:string"/> </xs:attributeGroup>
<xs:attribute fixed="preserve" ref="xml:space"/>
</xs:attributeGroup>
</xs:attributeGroup>
</xs:attributeGroup>
<!-- Global attributes -->
<xs:attribute name="id" type="xs:ID"/>
<xs:attribute name="class" type="xs:string"/>
<xs:attribute name="title" type="xs:string"/>
<xs:attribute ref="id"/>
<xs:attribute ref="class"/>
<xs:attribute ref="title"/>
</xs:attributeGroup>
</xs:attributeGroup>
</xs:attributeGroup>
</xs:schema>