Schema "xhtml-inlphras-1.xsd"
Target Namespace:
http://www.w3.org/1999/xhtml
Defined Components:
elements (11 global), complexTypes (11), element groups (11), attribute groups (11)
Default Namespace-Qualified Form:
Local Elements: unqualified; Local Attributes: unqualified
Schema Location:
/Users/j/Documents/DDI/ddi_2_5_1/schemas/XHTML/xhtml-inlphras-1.xsd; see XML source
Included in Schemas (1):
xhtml-text-1.xsd [src]
Annotation
Annotation 1 [src]:
This is the XML Schema Inline Phrasal support module for XHTML $Id$
Annotation 2 [src]:
See:  xhtml-copyright-1.xsd
Annotation 3 [src]:
Inline Phrasal. This module declares the elements and their attributes used to support inline-level phrasal markup. This is the XML Schema Inline Phrasal module for XHTML * abbr, acronym, cite, code, dfn, em, kbd, q, samp, strong, var $Id$
Annotation 4 [src]:
See:  http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#s_textmodule
All Element Summary
abbr
Type:
Content:
mixed (allows character data), 6 attributes, 22 elements
Defined:
globally; see XML source
Used:
acronym
Type:
Content:
mixed (allows character data), 6 attributes, 22 elements
Defined:
globally; see XML source
Used:
cite
Type:
Content:
mixed (allows character data), 6 attributes, 22 elements
Defined:
globally; see XML source
Used:
code
Type:
Content:
mixed (allows character data), 6 attributes, 22 elements
Defined:
globally; see XML source
Used:
dfn
Type:
Content:
mixed (allows character data), 6 attributes, 22 elements
Defined:
globally; see XML source
Used:
em
Type:
Content:
mixed (allows character data), 6 attributes, 22 elements
Defined:
globally; see XML source
Used:
kbd
Type:
Content:
mixed (allows character data), 6 attributes, 22 elements
Defined:
globally; see XML source
Used:
q
Type:
Content:
mixed (allows character data), 7 attributes, 22 elements
Defined:
globally; see XML source
Used:
samp
Type:
Content:
mixed (allows character data), 6 attributes, 22 elements
Defined:
globally; see XML source
Used:
strong
Type:
Content:
mixed (allows character data), 6 attributes, 22 elements
Defined:
globally; see XML source
Used:
var
Type:
Content:
mixed (allows character data), 6 attributes, 22 elements
Defined:
globally; see XML source
Used:
Complex Type Summary
Content:
mixed (allows character data), 6 attributes, 22 elements
Defined:
globally; see XML source
Used:
Content:
mixed (allows character data), 6 attributes, 22 elements
Defined:
globally; see XML source
Used:
Content:
mixed (allows character data), 6 attributes, 22 elements
Defined:
globally; see XML source
Used:
Content:
mixed (allows character data), 6 attributes, 22 elements
Defined:
globally; see XML source
Used:
Content:
mixed (allows character data), 6 attributes, 22 elements
Defined:
globally; see XML source
Used:
Content:
mixed (allows character data), 6 attributes, 22 elements
Defined:
globally; see XML source
Used:
Content:
mixed (allows character data), 6 attributes, 22 elements
Defined:
globally; see XML source
Used:
Content:
mixed (allows character data), 7 attributes, 22 elements
Defined:
globally; see XML source
Used:
Content:
mixed (allows character data), 6 attributes, 22 elements
Defined:
globally; see XML source
Used:
Content:
mixed (allows character data), 6 attributes, 22 elements
Defined:
globally; see XML source
Used:
Content:
mixed (allows character data), 6 attributes, 22 elements
Defined:
globally; see XML source
Used:
Element Group Summary
Content:
Defined:
globally; see XML source
Used:
Content:
Defined:
globally; see XML source
Used:
Content:
Defined:
globally; see XML source
Used:
Content:
Defined:
globally; see XML source
Used:
Content:
Defined:
globally; see XML source
Used:
Content:
Defined:
globally; see XML source
Used:
Content:
Defined:
globally; see XML source
Used:
Content:
Defined:
globally; see XML source
Used:
Content:
Defined:
globally; see XML source
Used:
Content:
Defined:
globally; see XML source
Used:
Content:
Defined:
globally; see XML source
Used:
Attribute Group Summary
Content:
Defined:
globally; see XML source
Used:
Content:
Defined:
globally; see XML source
Used:
Content:
Defined:
globally; see XML source
Used:
Content:
Defined:
globally; see XML source
Used:
Content:
Defined:
globally; see XML source
Used:
Content:
Defined:
globally; see XML source
Used:
Content:
Defined:
globally; see XML source
Used:
Content:
Defined:
globally; see XML source
Includes:
definition of 1 attribute
Used:
Content:
Defined:
globally; see XML source
Used:
Content:
Defined:
globally; see XML source
Used:
Content:
Defined:
globally; see XML source
Used:
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 Phrasal support module for XHTML
$Id$
</xs:documentation>
<xs:documentation source="xhtml-copyright-1.xsd"/>
</xs:annotation>
<xs:annotation>
<xs:documentation>
Inline Phrasal.
This module declares the elements and their attributes used to
support inline-level phrasal markup.
This is the XML Schema Inline Phrasal module for XHTML

* abbr, acronym, cite, code, dfn, em, kbd, q, samp, strong, var

$Id$
</xs:documentation>
<xs:documentation source="http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#s_textmodule"/>
</xs:annotation>
<xs:attributeGroup name="abbr.attlist">
<xs:attributeGroup ref="Common.attrib"/>
</xs:attributeGroup>
<xs:group name="abbr.content">
<xs:sequence>
<xs:group maxOccurs="unbounded" minOccurs="0" ref="Inline.mix"/>
</xs:sequence>
</xs:group>
<xs:complexType mixed="true" name="abbr.type">
<xs:group ref="abbr.content"/>
<xs:attributeGroup ref="abbr.attlist"/>
</xs:complexType>
<xs:element name="abbr" type="abbr.type"/>
<xs:attributeGroup name="acronym.attlist">
<xs:attributeGroup ref="Common.attrib"/>
</xs:attributeGroup>
<xs:group name="acronym.content">
<xs:sequence>
<xs:group maxOccurs="unbounded" minOccurs="0" ref="Inline.mix"/>
</xs:sequence>
</xs:group>
<xs:complexType mixed="true" name="acronym.type">
<xs:group ref="acronym.content"/>
<xs:attributeGroup ref="acronym.attlist"/>
</xs:complexType>
<xs:element name="acronym" type="acronym.type"/>
<xs:attributeGroup name="cite.attlist">
<xs:attributeGroup ref="Common.attrib"/>
</xs:attributeGroup>
<xs:group name="cite.content">
<xs:sequence>
<xs:group maxOccurs="unbounded" minOccurs="0" ref="Inline.mix"/>
</xs:sequence>
</xs:group>
<xs:complexType mixed="true" name="cite.type">
<xs:group ref="cite.content"/>
<xs:attributeGroup ref="cite.attlist"/>
</xs:complexType>
<xs:element name="cite" type="cite.type"/>
<xs:attributeGroup name="code.attlist">
<xs:attributeGroup ref="Common.attrib"/>
</xs:attributeGroup>
<xs:group name="code.content">
<xs:sequence>
<xs:group maxOccurs="unbounded" minOccurs="0" ref="Inline.mix"/>
</xs:sequence>
</xs:group>
<xs:complexType mixed="true" name="code.type">
<xs:group ref="code.content"/>
<xs:attributeGroup ref="code.attlist"/>
</xs:complexType>
<xs:element name="code" type="code.type"/>
<xs:attributeGroup name="dfn.attlist">
<xs:attributeGroup ref="Common.attrib"/>
</xs:attributeGroup>
<xs:group name="dfn.content">
<xs:sequence>
<xs:group maxOccurs="unbounded" minOccurs="0" ref="Inline.mix"/>
</xs:sequence>
</xs:group>
<xs:complexType mixed="true" name="dfn.type">
<xs:group ref="dfn.content"/>
<xs:attributeGroup ref="dfn.attlist"/>
</xs:complexType>
<xs:element name="dfn" type="dfn.type"/>
<xs:attributeGroup name="em.attlist">
<xs:attributeGroup ref="Common.attrib"/>
</xs:attributeGroup>
<xs:group name="em.content">
<xs:sequence>
<xs:group maxOccurs="unbounded" minOccurs="0" ref="Inline.mix"/>
</xs:sequence>
</xs:group>
<xs:complexType mixed="true" name="em.type">
<xs:group ref="em.content"/>
<xs:attributeGroup ref="em.attlist"/>
</xs:complexType>
<xs:element name="em" type="em.type"/>
<xs:attributeGroup name="kbd.attlist">
<xs:attributeGroup ref="Common.attrib"/>
</xs:attributeGroup>
<xs:group name="kbd.content">
<xs:sequence>
<xs:group maxOccurs="unbounded" minOccurs="0" ref="Inline.mix"/>
</xs:sequence>
</xs:group>
<xs:complexType mixed="true" name="kbd.type">
<xs:group ref="kbd.content"/>
<xs:attributeGroup ref="kbd.attlist"/>
</xs:complexType>
<xs:element name="kbd" type="kbd.type"/>
<xs:attributeGroup name="samp.attlist">
<xs:attributeGroup ref="Common.attrib"/>
</xs:attributeGroup>
<xs:group name="samp.content">
<xs:sequence>
<xs:group maxOccurs="unbounded" minOccurs="0" ref="Inline.mix"/>
</xs:sequence>
</xs:group>
<xs:complexType mixed="true" name="samp.type">
<xs:group ref="samp.content"/>
<xs:attributeGroup ref="samp.attlist"/>
</xs:complexType>
<xs:element name="samp" type="samp.type"/>
<xs:attributeGroup name="strong.attlist">
<xs:attributeGroup ref="Common.attrib"/>
</xs:attributeGroup>
<xs:group name="strong.content">
<xs:sequence>
<xs:group maxOccurs="unbounded" minOccurs="0" ref="Inline.mix"/>
</xs:sequence>
</xs:group>
<xs:complexType mixed="true" name="strong.type">
<xs:group ref="strong.content"/>
<xs:attributeGroup ref="strong.attlist"/>
</xs:complexType>
<xs:element name="strong" type="strong.type"/>
<xs:attributeGroup name="var.attlist">
<xs:attributeGroup ref="Common.attrib"/>
</xs:attributeGroup>
<xs:group name="var.content">
<xs:sequence>
<xs:group maxOccurs="unbounded" minOccurs="0" ref="Inline.mix"/>
</xs:sequence>
</xs:group>
<xs:complexType mixed="true" name="var.type">
<xs:group ref="var.content"/>
<xs:attributeGroup ref="var.attlist"/>
</xs:complexType>
<xs:element name="var" type="var.type"/>
<xs:attributeGroup name="q.attlist">
<xs:attributeGroup ref="Common.attrib"/>
<xs:attribute name="cite" type="URI"/>
</xs:attributeGroup>
<xs:group name="q.content">
<xs:sequence>
<xs:group maxOccurs="unbounded" minOccurs="0" ref="Inline.mix"/>
</xs:sequence>
</xs:group>
<xs:complexType mixed="true" name="q.type">
<xs:group ref="q.content"/>
<xs:attributeGroup ref="q.attlist"/>
</xs:complexType>
<xs:element name="q" type="q.type"/>
</xs:schema>

XML schema documentation generated with DocFlex/XML 1.8.7 using DocFlex/XML XSDDoc 2.7.0 template set