source: stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/gui.xsd@ c158fe6

7.5-systemd 7.6-systemd 7.7-systemd 7.8-systemd 7.9-systemd
Last change on this file since c158fe6 was b1a51ac1, checked in by Krejzi <krejzi@…>, 11 years ago

Import new branch

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10389 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 8.9 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 This file is part of DocBook V5.0
4
5 Copyright 1992-2008 HaL Computer Systems, Inc.,
6 O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software
7 Corporation, Norman Walsh, Sun Microsystems, Inc., and the
8 Organization for the Advancement of Structured Information
9 Standards (OASIS).
10
11 Release: $Id: pool.rnc 7466 2007-09-27 14:03:55Z nwalsh $
12
13 Permission to use, copy, modify and distribute the DocBook schema
14 and its accompanying documentation for any purpose and without fee
15 is hereby granted in perpetuity, provided that the above copyright
16 notice and this paragraph appear in all copies. The copyright
17 holders make no representation about the suitability of the schema
18 for any purpose. It is provided "as is" without expressed or implied
19 warranty.
20
21 If you modify the DocBook schema in any way, label your schema as a
22 variant of DocBook. See the reference documentation
23 (http://docbook.org/tdg5/en/html/ch05.html#s-notdocbook)
24 for more information.
25
26 Please direct all questions, bug reports, or suggestions for changes
27 to the docbook@lists.oasis-open.org mailing list. For more
28 information, see http://www.oasis-open.org/docbook/.
29
30 ======================================================================
31-->
32<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://docbook.org/ns/docbook" xmlns:dbs="http://docbook.org/ns/docbook-slides" xmlns:db="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
33 <xs:import namespace="http://docbook.org/ns/docbook-slides" schemaLocation="slides.xsd"/>
34 <xs:import namespace="http://www.w3.org/1999/xlink" schemaLocation="xlink.xsd"/>
35 <xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="xml.xsd"/>
36 <xs:group name="db.keycombination.contentmodel">
37 <xs:choice>
38 <xs:element ref="db:mousebutton"/>
39 <xs:choice>
40 <xs:element ref="db:keycap"/>
41 <xs:element ref="db:keycombo"/>
42 <xs:element ref="db:keysym"/>
43 </xs:choice>
44 </xs:choice>
45 </xs:group>
46 <xs:group name="db.gui.inlines">
47 <xs:choice>
48 <xs:element ref="db:guiicon"/>
49 <xs:element ref="db:guibutton"/>
50 <xs:element ref="db:guimenuitem"/>
51 <xs:element ref="db:guimenu"/>
52 <xs:element ref="db:guisubmenu"/>
53 <xs:element ref="db:guilabel"/>
54 <xs:element ref="db:menuchoice"/>
55 <xs:element ref="db:mousebutton"/>
56 </xs:choice>
57 </xs:group>
58 <!-- ====================================================================== -->
59 <xs:attributeGroup name="db.guibutton.role.attribute">
60 <xs:attribute name="role" use="required"/>
61 </xs:attributeGroup>
62 <xs:attributeGroup name="db.guibutton.attlist">
63 <xs:attribute name="role"/>
64 <xs:attributeGroup ref="dbs:db.common.attributes"/>
65 <xs:attributeGroup ref="db:db.common.linking.attributes"/>
66 </xs:attributeGroup>
67 <xs:element name="guibutton">
68 <xs:complexType mixed="true">
69 <xs:choice minOccurs="0" maxOccurs="unbounded">
70 <xs:group ref="db:db._text"/>
71 <xs:element ref="db:accel"/>
72 <xs:element ref="db:superscript"/>
73 <xs:element ref="db:subscript"/>
74 </xs:choice>
75 <xs:attributeGroup ref="db:db.guibutton.attlist"/>
76 </xs:complexType>
77 </xs:element>
78 <!-- ====================================================================== -->
79 <xs:attributeGroup name="db.guiicon.role.attribute">
80 <xs:attribute name="role" use="required"/>
81 </xs:attributeGroup>
82 <xs:attributeGroup name="db.guiicon.attlist">
83 <xs:attribute name="role"/>
84 <xs:attributeGroup ref="dbs:db.common.attributes"/>
85 <xs:attributeGroup ref="db:db.common.linking.attributes"/>
86 </xs:attributeGroup>
87 <xs:element name="guiicon">
88 <xs:complexType mixed="true">
89 <xs:choice minOccurs="0" maxOccurs="unbounded">
90 <xs:group ref="db:db._text"/>
91 <xs:element ref="db:accel"/>
92 <xs:element ref="db:superscript"/>
93 <xs:element ref="db:subscript"/>
94 </xs:choice>
95 <xs:attributeGroup ref="db:db.guiicon.attlist"/>
96 </xs:complexType>
97 </xs:element>
98 <!-- ====================================================================== -->
99 <xs:attributeGroup name="db.guilabel.role.attribute">
100 <xs:attribute name="role" use="required"/>
101 </xs:attributeGroup>
102 <xs:attributeGroup name="db.guilabel.attlist">
103 <xs:attribute name="role"/>
104 <xs:attributeGroup ref="dbs:db.common.attributes"/>
105 <xs:attributeGroup ref="db:db.common.linking.attributes"/>
106 </xs:attributeGroup>
107 <xs:element name="guilabel">
108 <xs:complexType mixed="true">
109 <xs:choice minOccurs="0" maxOccurs="unbounded">
110 <xs:group ref="db:db._text"/>
111 <xs:element ref="db:accel"/>
112 <xs:element ref="db:superscript"/>
113 <xs:element ref="db:subscript"/>
114 </xs:choice>
115 <xs:attributeGroup ref="db:db.guilabel.attlist"/>
116 </xs:complexType>
117 </xs:element>
118 <!-- ====================================================================== -->
119 <xs:attributeGroup name="db.guimenu.role.attribute">
120 <xs:attribute name="role" use="required"/>
121 </xs:attributeGroup>
122 <xs:attributeGroup name="db.guimenu.attlist">
123 <xs:attribute name="role"/>
124 <xs:attributeGroup ref="dbs:db.common.attributes"/>
125 <xs:attributeGroup ref="db:db.common.linking.attributes"/>
126 </xs:attributeGroup>
127 <xs:element name="guimenu">
128 <xs:complexType mixed="true">
129 <xs:choice minOccurs="0" maxOccurs="unbounded">
130 <xs:group ref="db:db._text"/>
131 <xs:element ref="db:accel"/>
132 <xs:element ref="db:superscript"/>
133 <xs:element ref="db:subscript"/>
134 </xs:choice>
135 <xs:attributeGroup ref="db:db.guimenu.attlist"/>
136 </xs:complexType>
137 </xs:element>
138 <!-- ====================================================================== -->
139 <xs:attributeGroup name="db.guimenuitem.role.attribute">
140 <xs:attribute name="role" use="required"/>
141 </xs:attributeGroup>
142 <xs:attributeGroup name="db.guimenuitem.attlist">
143 <xs:attribute name="role"/>
144 <xs:attributeGroup ref="dbs:db.common.attributes"/>
145 <xs:attributeGroup ref="db:db.common.linking.attributes"/>
146 </xs:attributeGroup>
147 <xs:element name="guimenuitem">
148 <xs:complexType mixed="true">
149 <xs:choice minOccurs="0" maxOccurs="unbounded">
150 <xs:group ref="db:db._text"/>
151 <xs:element ref="db:accel"/>
152 <xs:element ref="db:superscript"/>
153 <xs:element ref="db:subscript"/>
154 </xs:choice>
155 <xs:attributeGroup ref="db:db.guimenuitem.attlist"/>
156 </xs:complexType>
157 </xs:element>
158 <!-- ====================================================================== -->
159 <xs:attributeGroup name="db.guisubmenu.role.attribute">
160 <xs:attribute name="role" use="required"/>
161 </xs:attributeGroup>
162 <xs:attributeGroup name="db.guisubmenu.attlist">
163 <xs:attribute name="role"/>
164 <xs:attributeGroup ref="dbs:db.common.attributes"/>
165 <xs:attributeGroup ref="db:db.common.linking.attributes"/>
166 </xs:attributeGroup>
167 <xs:element name="guisubmenu">
168 <xs:complexType mixed="true">
169 <xs:choice minOccurs="0" maxOccurs="unbounded">
170 <xs:group ref="db:db._text"/>
171 <xs:element ref="db:accel"/>
172 <xs:element ref="db:superscript"/>
173 <xs:element ref="db:subscript"/>
174 </xs:choice>
175 <xs:attributeGroup ref="db:db.guisubmenu.attlist"/>
176 </xs:complexType>
177 </xs:element>
178 <!-- ====================================================================== -->
179 <xs:attributeGroup name="db.menuchoice.role.attribute">
180 <xs:attribute name="role" use="required"/>
181 </xs:attributeGroup>
182 <xs:attributeGroup name="db.menuchoice.attlist">
183 <xs:attribute name="role"/>
184 <xs:attributeGroup ref="dbs:db.common.attributes"/>
185 <xs:attributeGroup ref="db:db.common.linking.attributes"/>
186 </xs:attributeGroup>
187 <xs:element name="menuchoice">
188 <xs:complexType>
189 <xs:sequence>
190 <xs:element minOccurs="0" ref="db:shortcut"/>
191 <xs:choice maxOccurs="unbounded">
192 <xs:element ref="db:guibutton"/>
193 <xs:element ref="db:guiicon"/>
194 <xs:element ref="db:guilabel"/>
195 <xs:element ref="db:guimenu"/>
196 <xs:element ref="db:guimenuitem"/>
197 <xs:element ref="db:guisubmenu"/>
198 </xs:choice>
199 </xs:sequence>
200 <xs:attributeGroup ref="db:db.menuchoice.attlist"/>
201 </xs:complexType>
202 </xs:element>
203 <!-- ====================================================================== -->
204 <xs:attributeGroup name="db.mousebutton.role.attribute">
205 <xs:attribute name="role" use="required"/>
206 </xs:attributeGroup>
207 <xs:attributeGroup name="db.mousebutton.attlist">
208 <xs:attribute name="role"/>
209 <xs:attributeGroup ref="dbs:db.common.attributes"/>
210 <xs:attributeGroup ref="db:db.common.linking.attributes"/>
211 </xs:attributeGroup>
212 <xs:element name="mousebutton">
213 <xs:complexType mixed="true">
214 <xs:group ref="db:db._text"/>
215 <xs:attributeGroup ref="db:db.mousebutton.attlist"/>
216 </xs:complexType>
217 </xs:element>
218</xs:schema>
Note: See TracBrowser for help on using the repository browser.