source: stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/technical.xsd@ 112db9d

7.5-systemd 7.6-systemd 7.7-systemd 7.8-systemd 7.9-systemd
Last change on this file since 112db9d 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: 10.4 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 <!-- ====================================================================== -->
37 <!-- ====================================================================== -->
38 <xs:simpleType name="db.systemitem.class.enumeration">
39 <xs:restriction base="xs:token">
40 <xs:enumeration value="daemon">
41 <xs:annotation>
42 <xs:documentation>A daemon or other system process (syslogd)</xs:documentation>
43 </xs:annotation>
44 </xs:enumeration>
45 <xs:enumeration value="domainname">
46 <xs:annotation>
47 <xs:documentation>A domain name (example.com)</xs:documentation>
48 </xs:annotation>
49 </xs:enumeration>
50 <xs:enumeration value="etheraddress">
51 <xs:annotation>
52 <xs:documentation>An ethernet address (00:05:4E:49:FD:8E)</xs:documentation>
53 </xs:annotation>
54 </xs:enumeration>
55 <xs:enumeration value="event">
56 <xs:annotation>
57 <xs:documentation>An event of some sort (SIGHUP)</xs:documentation>
58 </xs:annotation>
59 </xs:enumeration>
60 <xs:enumeration value="eventhandler">
61 <xs:annotation>
62 <xs:documentation>An event handler of some sort (hangup)</xs:documentation>
63 </xs:annotation>
64 </xs:enumeration>
65 <xs:enumeration value="filesystem">
66 <xs:annotation>
67 <xs:documentation>A filesystem (ext3)</xs:documentation>
68 </xs:annotation>
69 </xs:enumeration>
70 <xs:enumeration value="fqdomainname">
71 <xs:annotation>
72 <xs:documentation>A fully qualified domain name (my.example.com)</xs:documentation>
73 </xs:annotation>
74 </xs:enumeration>
75 <xs:enumeration value="groupname">
76 <xs:annotation>
77 <xs:documentation>A group name (wheel)</xs:documentation>
78 </xs:annotation>
79 </xs:enumeration>
80 <xs:enumeration value="ipaddress">
81 <xs:annotation>
82 <xs:documentation>An IP address (127.0.0.1)</xs:documentation>
83 </xs:annotation>
84 </xs:enumeration>
85 <xs:enumeration value="library">
86 <xs:annotation>
87 <xs:documentation>A library (libncurses)</xs:documentation>
88 </xs:annotation>
89 </xs:enumeration>
90 <xs:enumeration value="macro">
91 <xs:annotation>
92 <xs:documentation>A macro</xs:documentation>
93 </xs:annotation>
94 </xs:enumeration>
95 <xs:enumeration value="netmask">
96 <xs:annotation>
97 <xs:documentation>A netmask (255.255.255.192)</xs:documentation>
98 </xs:annotation>
99 </xs:enumeration>
100 <xs:enumeration value="newsgroup">
101 <xs:annotation>
102 <xs:documentation>A newsgroup (comp.text.xml)</xs:documentation>
103 </xs:annotation>
104 </xs:enumeration>
105 <xs:enumeration value="osname">
106 <xs:annotation>
107 <xs:documentation>An operating system name (Hurd)</xs:documentation>
108 </xs:annotation>
109 </xs:enumeration>
110 <xs:enumeration value="process">
111 <xs:annotation>
112 <xs:documentation>A process (gnome-cups-icon)</xs:documentation>
113 </xs:annotation>
114 </xs:enumeration>
115 <xs:enumeration value="protocol">
116 <xs:annotation>
117 <xs:documentation>A protocol (ftp)</xs:documentation>
118 </xs:annotation>
119 </xs:enumeration>
120 <xs:enumeration value="resource">
121 <xs:annotation>
122 <xs:documentation>A resource</xs:documentation>
123 </xs:annotation>
124 </xs:enumeration>
125 <xs:enumeration value="securitycontext">
126 <xs:annotation>
127 <xs:documentation>A security context (a role, permission, or security token, for example)</xs:documentation>
128 </xs:annotation>
129 </xs:enumeration>
130 <xs:enumeration value="server">
131 <xs:annotation>
132 <xs:documentation>A server (mail.example.com)</xs:documentation>
133 </xs:annotation>
134 </xs:enumeration>
135 <xs:enumeration value="service">
136 <xs:annotation>
137 <xs:documentation>A service (ppp)</xs:documentation>
138 </xs:annotation>
139 </xs:enumeration>
140 <xs:enumeration value="systemname">
141 <xs:annotation>
142 <xs:documentation>A system name (hephaistos)</xs:documentation>
143 </xs:annotation>
144 </xs:enumeration>
145 <xs:enumeration value="username">
146 <xs:annotation>
147 <xs:documentation>A user name (ndw)</xs:documentation>
148 </xs:annotation>
149 </xs:enumeration>
150 </xs:restriction>
151 </xs:simpleType>
152 <xs:attributeGroup name="db.systemitem.class-enum.attribute">
153 <xs:attribute name="class" type="db:db.systemitem.class.enumeration"/>
154 </xs:attributeGroup>
155 <xs:attributeGroup name="db.systemitem.class-other.attribute">
156 <xs:attribute name="otherclass" use="required" type="xs:NMTOKEN"/>
157 </xs:attributeGroup>
158 <xs:attributeGroup name="db.systemitem.class-other.attributes">
159 <xs:attribute name="class" use="required">
160 <xs:simpleType>
161 <xs:restriction base="xs:token">
162 <xs:enumeration value="other">
163 <xs:annotation>
164 <xs:documentation>Indicates that the system item is some 'other' kind.</xs:documentation>
165 </xs:annotation>
166 </xs:enumeration>
167 </xs:restriction>
168 </xs:simpleType>
169 </xs:attribute>
170 <xs:attributeGroup ref="db:db.systemitem.class-other.attribute"/>
171 </xs:attributeGroup>
172 <xs:attributeGroup name="db.systemitem.class.attribute">
173 <xs:attribute name="class">
174 <xs:simpleType>
175 <xs:union memberTypes="db:db.systemitem.class.enumeration">
176 <xs:simpleType>
177 <xs:restriction base="xs:token">
178 <xs:enumeration value="other">
179 <xs:annotation>
180 <xs:documentation>Indicates that the system item is some 'other' kind.</xs:documentation>
181 </xs:annotation>
182 </xs:enumeration>
183 </xs:restriction>
184 </xs:simpleType>
185 </xs:union>
186 </xs:simpleType>
187 </xs:attribute>
188 <xs:attribute name="otherclass" type="xs:NMTOKEN"/>
189 </xs:attributeGroup>
190 <xs:attributeGroup name="db.systemitem.role.attribute">
191 <xs:attribute name="role" use="required"/>
192 </xs:attributeGroup>
193 <xs:attributeGroup name="db.systemitem.attlist">
194 <xs:attribute name="role"/>
195 <xs:attributeGroup ref="dbs:db.common.attributes"/>
196 <xs:attributeGroup ref="db:db.common.linking.attributes"/>
197 <xs:attributeGroup ref="db:db.systemitem.class.attribute"/>
198 </xs:attributeGroup>
199 <xs:element name="systemitem" substitutionGroup="db:db.technical.inlines">
200 <xs:complexType mixed="true">
201 <xs:group minOccurs="0" maxOccurs="unbounded" ref="db:db.systemitem.inlines"/>
202 <xs:attributeGroup ref="db:db.systemitem.attlist"/>
203 </xs:complexType>
204 </xs:element>
205 <!-- ====================================================================== -->
206 <xs:attributeGroup name="db.option.role.attribute">
207 <xs:attribute name="role" use="required"/>
208 </xs:attributeGroup>
209 <xs:attributeGroup name="db.option.attlist">
210 <xs:attribute name="role"/>
211 <xs:attributeGroup ref="dbs:db.common.attributes"/>
212 <xs:attributeGroup ref="db:db.common.linking.attributes"/>
213 </xs:attributeGroup>
214 <xs:element name="option" substitutionGroup="db:db.technical.inlines">
215 <xs:complexType mixed="true">
216 <xs:group ref="db:db._text"/>
217 <xs:attributeGroup ref="db:db.option.attlist"/>
218 </xs:complexType>
219 </xs:element>
220 <!-- ====================================================================== -->
221 <xs:attributeGroup name="db.optional.role.attribute">
222 <xs:attribute name="role" use="required"/>
223 </xs:attributeGroup>
224 <xs:attributeGroup name="db.optional.attlist">
225 <xs:attribute name="role"/>
226 <xs:attributeGroup ref="dbs:db.common.attributes"/>
227 <xs:attributeGroup ref="db:db.common.linking.attributes"/>
228 </xs:attributeGroup>
229 <xs:element name="optional" substitutionGroup="db:db.technical.inlines">
230 <xs:complexType mixed="true">
231 <xs:group ref="db:db._text"/>
232 <xs:attributeGroup ref="db:db.optional.attlist"/>
233 </xs:complexType>
234 </xs:element>
235 <!-- ====================================================================== -->
236 <xs:attributeGroup name="db.property.role.attribute">
237 <xs:attribute name="role" use="required"/>
238 </xs:attributeGroup>
239 <xs:attributeGroup name="db.property.attlist">
240 <xs:attribute name="role"/>
241 <xs:attributeGroup ref="dbs:db.common.attributes"/>
242 <xs:attributeGroup ref="db:db.common.linking.attributes"/>
243 </xs:attributeGroup>
244 <xs:element name="property" substitutionGroup="db:db.technical.inlines">
245 <xs:complexType mixed="true">
246 <xs:group ref="db:db._text"/>
247 <xs:attributeGroup ref="db:db.property.attlist"/>
248 </xs:complexType>
249 </xs:element>
250</xs:schema>
Note: See TracBrowser for help on using the repository browser.