XML Source of "uiDomain.xsd"
See Also: |
|
Schema Location: |
http://docs.oasis-open.org/dita/v1.1/OS/schema/uiDomain.xsd |
XML Source
<?xml version="1.0" encoding="UTF-8"?>
<!-- ============================================================= -->
<!-- HEADER -->
<!-- ============================================================= -->
<!-- MODULE: DITA User Interface Domain -->
<!-- VERSION: 1.1 -->
<!-- DATE: November 2006 -->
<!-- -->
<!-- ============================================================= -->
<!-- ============================================================= -->
<!-- SYSTEM: Darwin Information Typing Architecture (DITA) -->
<!-- -->
<!-- PURPOSE: Define elements and specialization attributes -->
<!-- for User Interface 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">
<!-- Import namespace for xml:space attribute for element screen -->
</xs:group>
</xs:group>
</xs:group>
<xs:annotation>
<xs:documentation>
The user interface control (<
<keyword>uicontrol</keyword>
>) element represents
a button, entry field, menu item, or other object that allows the user to
control the interface. This could also include a menu or dialog. For example,
use the <
<keyword>uicontrol</keyword>
> element inside a <
<keyword>menucascade</keyword>
> element
when the menu item is nested, such as
<menucascade>
<uicontrol>File</uicontrol>
<uicontrol>New</uicontrol>
</menucascade>
. This element is part
of the DITA user interface domain, a special set of DITA elements designed
to document user interface tasks, concepts and reference information.
</xs:documentation>
</xs:annotation>
<xs:complexType mixed="true">
<xs:complexContent>
<xs:extension base="uicontrol.class">
<xs:attribute default="+ topic/ph ui-d/uicontrol " ref="class"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="image"/>
</xs:choice>
<xs:attribute name="keyref" type="xs:string"/>
</xs:complexType>
<xs:annotation>
<xs:documentation>
The <
<keyword>shortcut</keyword>
> element identifies
a keyboard shortcut for a menu or window action. This element is part of the
DITA user interface domain, a special set of DITA elements designed to document
user interface tasks, concepts and reference information.
</xs:documentation>
</xs:annotation>
<xs:complexType mixed="true">
<xs:complexContent>
<xs:extension base="shortcut.class">
<xs:attribute default="+ topic/keyword ui-d/shortcut " ref="class"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:attribute name="keyref" type="xs:string"/>
</xs:complexType>
<xs:annotation>
<xs:documentation>
The window title <
<keyword>wintitle</keyword>
> element represents the title
text that appears at the top of a window or dialog, and applies to wizard
titles, wizard page titles, and pane titles. This element is part of the DITA
user interface domain, a special set of DITA elements designed to document
user interface tasks, concepts and reference information.
</xs:documentation>
</xs:annotation>
<xs:complexType mixed="true">
<xs:complexContent>
<xs:extension base="wintitle.class">
<xs:attribute default="+ topic/keyword ui-d/wintitle " ref="class"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:attribute name="keyref" type="xs:string"/>
</xs:complexType>
<xs:annotation>
<xs:documentation>
The <
<keyword>menucascade</keyword>
> element is used to document
a series of menu choices, or to show any choice on a menu from which the user
needs to choose. The <
<keyword>menucascade</keyword>
> element contains
one or more user interface control (<
<keyword>uicontrol</keyword>
>) elements,
for example:
<codeph>Start > Programs > Accessories > Notepad</codeph>
. If
there is more than one <
<keyword>uicontrol</keyword>
> element, the formatter
may show connecting characters between the menu items to represent the menu
cascade. This element is part of the DITA user interface domain, a special
set of DITA elements designed to document user interface tasks, concepts and
reference information.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="menucascade.class">
<xs:attribute default="+ topic/ph ui-d/menucascade " ref="class"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:choice maxOccurs="unbounded">
</xs:choice>
<xs:attribute name="keyref" type="xs:string"/>
</xs:complexType>
<xs:annotation>
<xs:documentation>
The <
<keyword>screen</keyword>
> element contains or refers to a textual representation
of a computer screen or user interface panel (window).
</xs:documentation>
</xs:annotation>
<xs:complexType mixed="true">
<xs:complexContent>
<xs:extension base="screen.class">
<xs:attribute default="+ topic/pre ui-d/screen " ref="class"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:group ref="basic.ph.notm"/>
<xs:choice maxOccurs="unbounded" minOccurs="0">
</xs:choice>
</xs:choice>
<xs:attribute name="spectitle" type="xs:string"/>
<xs:attribute fixed="preserve" ref="xml:space"/>
</xs:complexType>
</xs:schema>