Element Group Summary |
||||||||||
|
||||||||||
|
||||||||||
|
||||||||||
|
||||||||||
|
||||||||||
|
||||||||||
|
||||||||||
|
||||||||||
|
||||||||||
|
||||||||||
|
||||||||||
|
||||||||||
|
||||||||||
|
||||||||||
|
||||||||||
|
||||||||||
|
||||||||||
|
||||||||||
|
||||||||||
|
||||||||||
|
||||||||||
|
||||||||||
|
||||||||||
|
||||||||||
|
Attribute Group Summary |
||||||||
Extended Common Attributes
|
||||||||
Extend Core Attributes
|
||||||||
Extended Global Common Attributes
|
||||||||
Extended Global Core Attributes
|
||||||||
Extended Global I18n attributes
|
||||||||
Extended I18n attribute
|
<?xml version="1.0" encoding="UTF-8"?>
<!--
This file is part of DDI 3.3 XML Schema. 2019-11-22 --> <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>
This is the XML Schema module of common content models for XHTML11
</xs:documentation>
$Id: ddi-xhtml11-model-1.xsd,v 1.1 2007/02/08 16:03:11 jgager Exp $ <xs:annotation>
<xs:documentation>
</xs:annotation>
XHTML Document Model
</xs:documentation>
This module describes the groupings of elements/attributes that make up common content models for XHTML elements. XHTML has following basic content models: Inline.mix; character-level elements Block.mix; block-like elements, eg., paragraphs and lists Flow.mix; any block or inline elements HeadOpts.mix; Head Elements InlinePre.mix; Special class for pre content model InlineNoAnchor.mix; Content model for Anchor Any groups declared in this module may be used to create element content models, but the above are considered 'global' (insofar as that term applies here). XHTML has the following Attribute Groups Core.extra.attrib I18n.extra.attrib Common.extra The above attribute Groups are considered Global
<xs:annotation>
</xs:annotation>
</xs:attributeGroup>
<xs:annotation>
</xs:annotation>
</xs:attributeGroup>
<xs:annotation>
</xs:annotation>
</xs:attributeGroup>
</xs:attributeGroup>
<xs:annotation>
</xs:annotation>
</xs:attributeGroup>
<xs:annotation>
</xs:annotation>
</xs:attributeGroup>
<xs:annotation>
</xs:annotation>
</xs:attributeGroup>
<xs:annotation>
</xs:annotation>
</xs:attributeGroup>
<!--
<xs:group name="HeadOpts.mix"> <xs:choice> <xs:element ref="script"/> <xs:element ref="style"/> <xs:element ref="meta"/> <xs:element ref="link"/> <xs:element ref="object"/> </xs:choice> </xs:group> --> <!--
ins and del are used to denote editing changes --> <!--
<xs:group name="Edit.class"> <xs:choice> <xs:element ref="ins"/> <xs:element ref="del"/> </xs:choice> </xs:group> --> <!--
script and noscript are used to contain scripts and alternative content --> <!--
<xs:group name="Script.class"> <xs:choice> <xs:element ref="script"/> <xs:element ref="noscript"/> </xs:choice> </xs:group> -->
<xs:choice/>
</xs:group>
<!--
These elements are neither block nor inline, and can essentially be used anywhere in the document body. -->
<xs:choice>
</xs:choice>
</xs:group>
<!-- Inline Elements -->
</xs:group>
</xs:group>
</xs:group>
</xs:group>
</xs:group>
<!--
<xs:group name="InlSpecial.class"> <xs:choice> <xs:element ref="img"/> <xs:element ref="map"/> <xs:element ref="object"/> </xs:choice> </xs:group> <xs:group name="InlForm.class"> <xs:choice> <xs:element ref="input"/> <xs:element ref="select"/> <xs:element ref="textarea"/> <xs:element ref="label"/> <xs:element ref="button"/> </xs:choice> </xs:group> <xs:group name="Inline.extra"> <xs:choice/> </xs:group> <xs:group name="Ruby.class"> <xs:sequence> <xs:element ref="ruby"/> </xs:sequence> </xs:group> --> <!--
Inline.class includes all inline elements, used as a component in mixes -->
<xs:choice>
</xs:group>
<xs:group ref="InlStruct.class"/>
</xs:choice>
<!-- <xs:group ref="InlSpecial.class"/>
<xs:group ref="InlForm.class"/> <xs:group ref="Ruby.class"/> <xs:group ref="Inline.extra"/> --> <!--
InlNoRuby.class includes all inline elements except ruby -->
<xs:choice>
</xs:group>
<xs:group ref="InlStruct.class"/>
</xs:choice>
<!-- <xs:group ref="InlSpecial.class"/> -->
<!-- <xs:group ref="InlForm.class"/> -->
<!-- <xs:group ref="Inline.extra"/> -->
<!--
InlinePre.mix Used as a component in pre model -->
<xs:choice>
</xs:group>
<xs:group ref="InlStruct.class"/>
</xs:choice>
<!-- <xs:element ref="script"/>
<xs:element ref="map"/> <xs:group ref="Inline.extra"/> --> <!--
InlNoAnchor.class includes all non-anchor inlines, used as a component in mixes -->
<xs:choice>
</xs:group>
<xs:group ref="InlStruct.class"/>
</xs:choice>
<!-- <xs:group ref="InlSpecial.class"/>
<xs:group ref="InlForm.class"/> <xs:group ref="Ruby.class"/> <xs:group ref="Inline.extra"/> --> <!--
</xs:group>
InlNoAnchor.mix includes all non-anchor inlines --> <!--
</xs:group>
Inline.mix includes all inline elements, including Misc.class --> <!--
InlNoRuby.mix includes all of inline.mix elements except ruby --> <!--
<xs:group name="InlNoRuby.mix"> <xs:choice> <xs:group ref="InlNoRuby.class"/> <xs:group ref="Misc.class"/> </xs:choice> </xs:group> --> <!--
</xs:group>
</xs:group>
</xs:group>
In the HTML 4 DTD, heading and list elements were included in the block group. The Heading.class and List.class groups must now be included explicitly on element declarations where desired. --> <!--
</xs:group>
<xs:group name="Form.class"> <xs:choice> <xs:element ref="form"/> </xs:choice> </xs:group> <xs:group name="Fieldset.class"> <xs:choice> <xs:element ref="fieldset"/> </xs:choice> </xs:group> -->
<xs:choice>
</xs:choice>
</xs:group>
</xs:group>
<xs:choice>
</xs:choice>
</xs:group>
<xs:choice/>
</xs:group>
<!--
</xs:group>
Block.class includes all block elements, used as an component in mixes --> <!--
</xs:group>
Block.mix includes all block elements plus %Misc.class; --> <!--
</xs:group>
All Content Elements Flow.mix includes all text content, block and inline Note that the "any" element included here allows us to add data from any other namespace, a necessity for compound document creation. Note however that it is not possible to add to any head level element without further modification. To add RDF metadata to the head of a document, modify the structure module. --> <!--
</xs:group>
BlkNoForm.mix includes all non-form block elements, plus Misc.class --> </xs:schema>
|
XML schema documentation generated with DocFlex/XML 1.12 using DocFlex/XML XSDDoc 2.9.0 template set |