All Element Summary |
||||||||||
|
Complex Type Summary |
||||||||
|
Element Group Summary |
||||||||
|
Global Attribute Summary |
||||||||
|
Attribute Group Summary |
||||||||||
|
||||||||||
|
||||||||||
|
<?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>
</xs:annotation>
Bidirectional Override (bdo) Element
</xs:documentation>
This is the XML Schema BDO Element module for XHTML This modules declares the element 'bdo' and 'dir' attributes, Used to override the Unicode bidirectional algorithm for selected fragments of text. Bidirectional text support includes both the bdo element and the 'dir' attribute. $Id$
<xs:annotation>
</xs:import>
<xs:documentation>
</xs:annotation>
This import brings in the XML namespace attributes
</xs:documentation>
The module itself does not provide the schemaLocation and expects the driver schema to provide the actual SchemaLocation.
<xs:attribute ref="xml:lang"/>
</xs:attributeGroup>
</xs:group>
</xs:complexType>
<xs:simpleType>
</xs:attribute>
<xs:restriction base="xs:NMTOKEN">
</xs:simpleType>
<xs:enumeration value="ltr"/>
</xs:restriction>
<xs:enumeration value="rtl"/>
<xs:attribute name="dir">
</xs:attributeGroup>
<xs:simpleType>
</xs:attribute>
<xs:restriction base="xs:NMTOKEN">
</xs:simpleType>
<xs:enumeration value="ltr"/>
</xs:restriction>
<xs:enumeration value="rtl"/>
<!-- Global dir attribute -->
<xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:restriction base="xs:NMTOKEN">
</xs:simpleType>
<xs:enumeration value="ltr"/>
</xs:restriction>
<xs:enumeration value="rtl"/>
</xs:schema>
|
XML schema documentation generated with DocFlex/XML 1.12 using DocFlex/XML XSDDoc 2.9.0 template set |