| <?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:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="urn:oasis:names:tc:dita:xsd:xml.xsd:1.1"/> <xs:choice> </xs:choice> </xs:group> <xs:choice> </xs:choice> </xs:group> <xs:choice> </xs:choice> </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> </xs:complexContent> </xs:complexType> </xs:element> <xs:choice maxOccurs="unbounded" minOccurs="0"> </xs:choice> </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> </xs:complexContent> </xs:complexType> </xs:element> </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> </xs:complexContent> </xs:complexType> </xs:element> </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:complexType> <xs:complexContent> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> <xs:choice maxOccurs="unbounded"> </xs:choice> </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> </xs:complexContent> </xs:complexType> </xs:element> <xs:choice maxOccurs="unbounded" minOccurs="0"> <xs:choice maxOccurs="unbounded" minOccurs="0"> </xs:choice> </xs:choice> </xs:complexType> </xs:schema> |
| XML schema documentation generated with DocFlex/XML RE 1.8.0 using DocFlex/XML XSDDoc 2.2.0 template set |