XML Source of "highlightDomain.xsd"
See Also: |
|
Schema Location: |
http://docs.oasis-open.org/dita/v1.1/OS/schema/highlightDomain.xsd |
XML Source
<?xml version="1.0" encoding="UTF-8"?>
<!-- ============================================================= -->
<!-- HEADER -->
<!-- ============================================================= -->
<!-- MODULE: DITA Highlight Domain -->
<!-- VERSION: 1.1 -->
<!-- DATE: November 2006 -->
<!-- -->
<!-- ============================================================= -->
<!-- ============================================================= -->
<!-- SYSTEM: Darwin Information Typing Architecture (DITA) -->
<!-- -->
<!-- PURPOSE: Define elements and specialization attributes -->
<!-- for Highlight Domain -->
<!-- -->
<!-- ORIGINAL CREATION DATE: -->
<!-- March 2001 -->
<!-- -->
<!-- (C) Copyright OASIS-Open.org 2005, 2006 -->
<!-- (C) Copyright IBM Corporation 2001, 2004. -->
<!-- All Rights Reserved. -->
<!-- ============================================================= -->
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:group name="hi-d-ph">
</xs:group>
<!-- Basic form: Single Effect Formatting Phrases -->
<xs:annotation>
<xs:documentation>
The superscript (<
<keyword>sup</keyword>
>) element indicates that text should
be superscripted, or vertically raised in relationship to the surrounding
text. Superscripts are usually a smaller font than the surrounding text.
Use this element only when there is not some other more proper tag. For example,
for specific items such as GUI controls, use the
<ph>
<xref href="uicontrol.xml">uicontrol</xref>
</ph>
tag. This element is part of the DITA highlighting
domain.
</xs:documentation>
</xs:annotation>
<xs:complexType mixed="true">
<xs:complexContent>
<xs:extension base="sup.class">
<xs:attribute default="+ topic/ph hi-d/sup " ref="class"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:complexType mixed="true" name="sup.class">
<xs:choice maxOccurs="unbounded" minOccurs="0">
</xs:choice>
</xs:complexType>
<xs:annotation>
<xs:documentation>
A subscript (<
<keyword>sub</keyword>
>) indicates that text should be subscripted,
or placed lower in relationship to the surrounding text. Subscripted text
is often a smaller font than the surrounding text. Formatting may vary depending
on your output process. This element is part of the DITA highlighting domain.
</xs:documentation>
</xs:annotation>
<xs:complexType mixed="true">
<xs:complexContent>
<xs:extension base="sub.class">
<xs:attribute default="+ topic/ph hi-d/sub " ref="class"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:complexType mixed="true" name="sub.class">
<xs:choice maxOccurs="unbounded" minOccurs="0">
</xs:choice>
</xs:complexType>
<xs:annotation>
<xs:documentation>
The teletype (<
<keyword>tt</keyword>
>) element is used to apply monospaced
highlighting to the content of the element. Use this element only when there
is not some other more proper tag. For example, for specific items such as
GUI controls, use the
<ph>
<xref href="uicontrol.xml">uicontrol</xref>
</ph>
tag.
This element is part of the DITA highlighting domain.
</xs:documentation>
</xs:annotation>
<xs:complexType mixed="true">
<xs:complexContent>
<xs:extension base="tt.class">
<xs:attribute default="+ topic/ph hi-d/tt " ref="class"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:complexType mixed="true" name="tt.class">
<xs:choice maxOccurs="unbounded" minOccurs="0">
</xs:choice>
</xs:complexType>
<xs:annotation>
<xs:documentation>
The bold (<
<keyword>b</keyword>
>) element is used to apply bold highlighting
to the content of the element. Use this element only when there is not some
other more proper tag. For example, for specific items such as GUI controls,
use the
<ph>
<xref href="uicontrol.xml">uicontrol</xref>
</ph>
tag.
This element is part of the DITA highlighting domain.
</xs:documentation>
</xs:annotation>
<xs:complexType mixed="true">
<xs:complexContent>
<xs:extension base="b.class">
<xs:attribute default="+ topic/ph hi-d/b " ref="class"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:complexType mixed="true" name="b.class">
<xs:choice maxOccurs="unbounded" minOccurs="0">
</xs:choice>
</xs:complexType>
<xs:annotation>
<xs:documentation>
The underline (<
<keyword>u</keyword>
>) element is used to apply
underline highlighting to the content of the element. Use this element only
when there is not some other more proper tag. For example, for specific items
such as GUI controls, use the
<ph>
<xref href="uicontrol.xml">uicontrol</xref>
</ph>
tag.
This element is part of the DITA highlighting domain.
</xs:documentation>
</xs:annotation>
<xs:complexType mixed="true">
<xs:complexContent>
<xs:extension base="u.class">
<xs:attribute default="+ topic/ph hi-d/u " ref="class"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:complexType mixed="true" name="u.class">
<xs:choice maxOccurs="unbounded" minOccurs="0">
</xs:choice>
</xs:complexType>
<xs:annotation>
<xs:documentation>
The italic (<i>) element is used to apply italic highlighting
to the content of the element. Use this element only when there
is not some other more proper tag. For example, for specific items such as
GUI controls, use the
<ph>
<xref href="uicontrol.xml">uicontrol</xref>
</ph>
tag.
Italic highlighting generally means a font that is slanted for emphasis, but
this may vary depending on your output formatting process. This element is
part of the DITA highlighting domain.
</xs:documentation>
</xs:annotation>
<xs:complexType mixed="true">
<xs:complexContent>
<xs:extension base="i.class">
<xs:attribute default="+ topic/ph hi-d/i " ref="class"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:complexType mixed="true" name="i.class">
<xs:choice maxOccurs="unbounded" minOccurs="0">
</xs:choice>
</xs:complexType>
</xs:schema>