1 | <?xml version="1.0" encoding="utf-8" ?>
|
---|
2 | <schema xmlns="http://www.w3.org/2001/XMLSchema"
|
---|
3 | xmlns:maml="http://ddue.schemas.microsoft.com/authoring/2003/5"
|
---|
4 | xmlns:doc="http://ddue.schemas.microsoft.com/authoring/internal"
|
---|
5 | targetNamespace="http://ddue.schemas.microsoft.com/authoring/2003/5"
|
---|
6 | elementFormDefault="qualified"
|
---|
7 | attributeFormDefault="unqualified"
|
---|
8 | >
|
---|
9 |
|
---|
10 | <!-- Schema documentation -->
|
---|
11 | <annotation>
|
---|
12 | <documentation>
|
---|
13 | This schema definition defines the common reference types within
|
---|
14 | the Content Studio schema.
|
---|
15 | </documentation>
|
---|
16 | </annotation>
|
---|
17 |
|
---|
18 | <!-- include and import declarations -->
|
---|
19 | <include schemaLocation="base.xsd"/>
|
---|
20 |
|
---|
21 | <!-- element declarations -->
|
---|
22 | <element name="application" type="maml:textType">
|
---|
23 | <annotation>
|
---|
24 | <documentation>
|
---|
25 | The application element describes the name of an application,
|
---|
26 | such as Microsoft Windows or Notepad.
|
---|
27 | </documentation>
|
---|
28 | <appinfo>
|
---|
29 | <doc:localizable>true</doc:localizable>
|
---|
30 | <doc:type>character</doc:type>
|
---|
31 | </appinfo>
|
---|
32 | </annotation>
|
---|
33 | </element>
|
---|
34 |
|
---|
35 | <element name="database" type="maml:textType">
|
---|
36 | <annotation>
|
---|
37 | <documentation>
|
---|
38 | The database element describes a database.
|
---|
39 | </documentation>
|
---|
40 | <appinfo>
|
---|
41 | <doc:localizable>true</doc:localizable>
|
---|
42 | <doc:type>character</doc:type>
|
---|
43 | </appinfo>
|
---|
44 | </annotation>
|
---|
45 | </element>
|
---|
46 |
|
---|
47 | <element name="fictitiousUri">
|
---|
48 | <annotation>
|
---|
49 | <documentation>
|
---|
50 | The fictitiousUri element describes a fictitious internet address,
|
---|
51 | such as a web or email address.
|
---|
52 | </documentation>
|
---|
53 | <appinfo>
|
---|
54 | <doc:localizable>true</doc:localizable>
|
---|
55 | <doc:type>character</doc:type>
|
---|
56 | </appinfo>
|
---|
57 | </annotation>
|
---|
58 | <complexType>
|
---|
59 | <simpleContent>
|
---|
60 | <extension base="maml:textType">
|
---|
61 | <attribute name="type">
|
---|
62 | <simpleType>
|
---|
63 | <restriction base="token">
|
---|
64 | <enumeration value="email"/>
|
---|
65 | <enumeration value="web"/>
|
---|
66 | <enumeration value="ftp"/>
|
---|
67 | </restriction>
|
---|
68 | </simpleType>
|
---|
69 | </attribute>
|
---|
70 | </extension>
|
---|
71 | </simpleContent>
|
---|
72 | </complexType>
|
---|
73 | </element>
|
---|
74 |
|
---|
75 | <element name="localUri">
|
---|
76 | <annotation>
|
---|
77 | <documentation>
|
---|
78 | The localUri element describes the path of some local resource.
|
---|
79 | </documentation>
|
---|
80 | <appinfo>
|
---|
81 | <doc:localizable>true</doc:localizable>
|
---|
82 | <doc:type>character</doc:type>
|
---|
83 | </appinfo>
|
---|
84 | </annotation>
|
---|
85 | <complexType>
|
---|
86 | <simpleContent>
|
---|
87 | <extension base="maml:textType">
|
---|
88 | <attribute name="type">
|
---|
89 | <simpleType>
|
---|
90 | <restriction base="token">
|
---|
91 | <enumeration value="absolutePath"/>
|
---|
92 | <enumeration value="relativePath"/>
|
---|
93 | <enumeration value="registryKey"/>
|
---|
94 | <enumeration value="allUsersDocAndSettings"/>
|
---|
95 | <enumeration value="currentUserDocAndSettings"/>
|
---|
96 | <enumeration value="programFiles"/>
|
---|
97 | <enumeration value="Windows"/>
|
---|
98 | </restriction>
|
---|
99 | </simpleType>
|
---|
100 | </attribute>
|
---|
101 | </extension>
|
---|
102 | </simpleContent>
|
---|
103 | </complexType>
|
---|
104 | </element>
|
---|
105 |
|
---|
106 | <element name="environmentVariable" type="maml:textType">
|
---|
107 | <annotation>
|
---|
108 | <documentation>
|
---|
109 | The environmentVariable element describes an environment variable in an operating system.
|
---|
110 | </documentation>
|
---|
111 | <appinfo>
|
---|
112 | <doc:localizable>true</doc:localizable>
|
---|
113 | <doc:type>character</doc:type>
|
---|
114 | </appinfo>
|
---|
115 | </annotation>
|
---|
116 | </element>
|
---|
117 |
|
---|
118 | <element name="errorInline" type="maml:textType">
|
---|
119 | <annotation>
|
---|
120 | <documentation>
|
---|
121 | The errorInline element describes an error.
|
---|
122 | </documentation>
|
---|
123 | <appinfo>
|
---|
124 | <doc:localizable>true</doc:localizable>
|
---|
125 | <doc:type>character</doc:type>
|
---|
126 | </appinfo>
|
---|
127 | </annotation>
|
---|
128 | </element>
|
---|
129 |
|
---|
130 | <element name="hardware" type="maml:textType">
|
---|
131 | <annotation>
|
---|
132 | <documentation>
|
---|
133 | The hardware element describes a physical part of a computer system.
|
---|
134 | </documentation>
|
---|
135 | <appinfo>
|
---|
136 | <doc:localizable>true</doc:localizable>
|
---|
137 | <doc:type>character</doc:type>
|
---|
138 | </appinfo>
|
---|
139 | </annotation>
|
---|
140 | </element>
|
---|
141 |
|
---|
142 | <element name="literal" type="maml:textType">
|
---|
143 | <annotation>
|
---|
144 | <documentation>
|
---|
145 | The literal element describes a literal value.
|
---|
146 | </documentation>
|
---|
147 | <appinfo>
|
---|
148 | <doc:localizable>true</doc:localizable>
|
---|
149 | <doc:type>character</doc:type>
|
---|
150 | </appinfo>
|
---|
151 | </annotation>
|
---|
152 | </element>
|
---|
153 |
|
---|
154 | <element name="markup" type="maml:textType">
|
---|
155 | <annotation>
|
---|
156 | <documentation>
|
---|
157 | The markup element describes a string of markup, such as TeX or XML.
|
---|
158 | </documentation>
|
---|
159 | <appinfo>
|
---|
160 | <doc:localizable>true</doc:localizable>
|
---|
161 | <doc:type>character</doc:type>
|
---|
162 | </appinfo>
|
---|
163 | </annotation>
|
---|
164 | </element>
|
---|
165 |
|
---|
166 | <element name="command">
|
---|
167 | <annotation>
|
---|
168 | <documentation>
|
---|
169 | The command element describes the name of an executable or other software
|
---|
170 | application than can be run.
|
---|
171 | </documentation>
|
---|
172 | <appinfo>
|
---|
173 | <doc:localizable>true</doc:localizable>
|
---|
174 | <doc:type>character</doc:type>
|
---|
175 | </appinfo>
|
---|
176 | </annotation>
|
---|
177 | <complexType mixed="true">
|
---|
178 | <choice minOccurs="0" maxOccurs="unbounded">
|
---|
179 | <element name="replaceable" type="maml:textType">
|
---|
180 | <annotation>
|
---|
181 | <documentation>
|
---|
182 | The replaceable element describes a part of a command or of a
|
---|
183 | function that must be replaced by the user.
|
---|
184 | </documentation>
|
---|
185 | <appinfo>
|
---|
186 | <doc:localizable>true</doc:localizable>
|
---|
187 | <doc:type>character</doc:type>
|
---|
188 | </appinfo>
|
---|
189 | </annotation>
|
---|
190 | </element>
|
---|
191 | </choice>
|
---|
192 | </complexType>
|
---|
193 | </element>
|
---|
194 |
|
---|
195 | <element name="token" type="maml:textType">
|
---|
196 | <annotation>
|
---|
197 | <documentation>
|
---|
198 | The token element describes a symbol that represents a grammatical construct
|
---|
199 | or is merely a link to something else. Tokens are particularly important
|
---|
200 | in lexical parsing.
|
---|
201 | </documentation>
|
---|
202 | <appinfo>
|
---|
203 | <doc:localizable>true</doc:localizable>
|
---|
204 | <doc:type>character</doc:type>
|
---|
205 | </appinfo>
|
---|
206 | </annotation>
|
---|
207 | </element>
|
---|
208 |
|
---|
209 | <element name="codeInline">
|
---|
210 | <annotation>
|
---|
211 | <documentation>
|
---|
212 | The codeInline element describes a string of code of a particular computer language.
|
---|
213 | </documentation>
|
---|
214 | <appinfo>
|
---|
215 | <doc:localizable>false</doc:localizable>
|
---|
216 | <doc:type>character</doc:type>
|
---|
217 | </appinfo>
|
---|
218 | </annotation>
|
---|
219 | <complexType mixed="true">
|
---|
220 | <choice minOccurs="0" maxOccurs="unbounded">
|
---|
221 | <element name="legacyItalic" type="maml:textType" />
|
---|
222 | <element name="codeFeaturedElement" type="maml:textType" />
|
---|
223 | </choice>
|
---|
224 | </complexType>
|
---|
225 |
|
---|
226 | </element>
|
---|
227 |
|
---|
228 | <element name="languageKeyword" type="maml:textType">
|
---|
229 | <annotation>
|
---|
230 | <documentation>
|
---|
231 | The languageKeyword element describes a keyword of a particular computer language.
|
---|
232 | </documentation>
|
---|
233 | <appinfo>
|
---|
234 | <doc:localizable>false</doc:localizable>
|
---|
235 | <doc:type>character</doc:type>
|
---|
236 | </appinfo>
|
---|
237 | </annotation>
|
---|
238 | </element>
|
---|
239 |
|
---|
240 | <element name="computerOutputInline" type="maml:textType">
|
---|
241 | <annotation>
|
---|
242 | <documentation>
|
---|
243 | The computerOutputInline element describes output from either a console prompt
|
---|
244 | or from a UI form.
|
---|
245 | </documentation>
|
---|
246 | <appinfo>
|
---|
247 | <doc:localizable>true</doc:localizable>
|
---|
248 | <doc:type>character</doc:type>
|
---|
249 | </appinfo>
|
---|
250 | </annotation>
|
---|
251 | </element>
|
---|
252 |
|
---|
253 | <element name="ui" type="maml:textType">
|
---|
254 | <annotation>
|
---|
255 | <documentation>
|
---|
256 | The ui element describes a user interface component.
|
---|
257 | </documentation>
|
---|
258 | <appinfo>
|
---|
259 | <doc:localizable>true</doc:localizable>
|
---|
260 | <doc:type>character</doc:type>
|
---|
261 | </appinfo>
|
---|
262 | </annotation>
|
---|
263 | </element>
|
---|
264 |
|
---|
265 | <element name="system" type="maml:textType">
|
---|
266 | <annotation>
|
---|
267 | <documentation>
|
---|
268 | The system element describes any system commands (eg: command line switches, commands)
|
---|
269 | </documentation>
|
---|
270 | <appinfo>
|
---|
271 | <doc:localizable>false</doc:localizable>
|
---|
272 | <doc:type>character</doc:type>
|
---|
273 | </appinfo>
|
---|
274 | </annotation>
|
---|
275 | </element>
|
---|
276 |
|
---|
277 | <element name="placeholder" type="maml:textType">
|
---|
278 | <annotation>
|
---|
279 | <documentation>
|
---|
280 | This element is used as a placeholder.
|
---|
281 | </documentation>
|
---|
282 | <appinfo>
|
---|
283 | <doc:localizable>true</doc:localizable>
|
---|
284 | <doc:type>character</doc:type>
|
---|
285 | </appinfo>
|
---|
286 | </annotation>
|
---|
287 | </element>
|
---|
288 |
|
---|
289 | <element name="math" type="maml:textType">
|
---|
290 | <annotation>
|
---|
291 | <documentation>
|
---|
292 | This element is used for any math equations, etc.
|
---|
293 | </documentation>
|
---|
294 | <appinfo>
|
---|
295 | <doc:localizable>false</doc:localizable>
|
---|
296 | <doc:type>character</doc:type>
|
---|
297 | </appinfo>
|
---|
298 | </annotation>
|
---|
299 | </element>
|
---|
300 |
|
---|
301 | <element name="newTerm" type="maml:textType">
|
---|
302 | <annotation>
|
---|
303 | <documentation>
|
---|
304 | The newTerm element is used to introduce new technologies, etc
|
---|
305 | </documentation>
|
---|
306 | <appinfo>
|
---|
307 | <doc:localizable>true</doc:localizable>
|
---|
308 | <doc:type>character</doc:type>
|
---|
309 | </appinfo>
|
---|
310 | </annotation>
|
---|
311 | </element>
|
---|
312 |
|
---|
313 | <element name="unmanagedCodeEntityReference" type="maml:textType">
|
---|
314 | <annotation>
|
---|
315 | <documentation>
|
---|
316 | The unManagedCodeEntityReference element is used to refer to unmanaged code entities.
|
---|
317 | </documentation>
|
---|
318 | <appinfo>
|
---|
319 | <doc:localizable>false</doc:localizable>
|
---|
320 | <doc:type>character</doc:type>
|
---|
321 | </appinfo>
|
---|
322 | </annotation>
|
---|
323 | </element>
|
---|
324 |
|
---|
325 | <!-- group declarations -->
|
---|
326 | <group name="inlineSoftwareGroup">
|
---|
327 | <choice>
|
---|
328 | <element ref="maml:application"/>
|
---|
329 | <element ref="maml:database"/>
|
---|
330 | <element ref="maml:fictitiousUri"/>
|
---|
331 | <element ref="maml:localUri"/>
|
---|
332 | <element ref="maml:environmentVariable"/>
|
---|
333 | <element ref="maml:errorInline"/>
|
---|
334 | <element ref="maml:hardware"/>
|
---|
335 | <element ref="maml:literal"/>
|
---|
336 | <element ref="maml:markup"/>
|
---|
337 | <element ref="maml:command"/>
|
---|
338 | <element ref="maml:token"/>
|
---|
339 | <element ref="maml:codeInline"/>
|
---|
340 | <element ref="maml:languageKeyword"/>
|
---|
341 | <element ref="maml:computerOutputInline"/>
|
---|
342 | <element ref="maml:ui"/>
|
---|
343 | <element ref="maml:math"/>
|
---|
344 | <element ref="maml:system"/>
|
---|
345 | <element ref="maml:newTerm"/>
|
---|
346 | <element ref="maml:placeholder"/>
|
---|
347 | <element ref="maml:unmanagedCodeEntityReference"/>
|
---|
348 | </choice>
|
---|
349 | </group>
|
---|
350 |
|
---|
351 | </schema>
|
---|