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-inlphras-1.xsd"
Target Namespace:
http://www.w3.org/1999/xhtml
Defined Components:
11 global elements, 11 complexTypes, 11 element groups, 11 attribute groups
Default Namespace-Qualified Form:
Local Elements: unqualified; Local Attributes: unqualified
Schema Location:
http://www.ddialliance.org/DDI/schema/ddi3.1/XHTML\xhtml-inlphras-1.xsd, see XML source
Included in Schema:
xhtml-text-1.xsd [src]
Annotation
Annotation 1:
This is the XML Schema Inline Phrasal support module for XHTML $Id$
Annotation 2:
See:  xhtml-copyright-1.xsd
Annotation 3:
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:
See:  http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#s_textmodule
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: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 SDK 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set