1 | <?xml version="1.0" encoding="utf-8" ?>
|
---|
2 | <schema xmlns="http://www.w3.org/2001/XMLSchema"
|
---|
3 | xmlns:doc="http://ddue.schemas.microsoft.com/authoring/internal"
|
---|
4 | targetNamespace="http://ddue.schemas.microsoft.com/authoring/internal"
|
---|
5 | elementFormDefault="qualified"
|
---|
6 | attributeFormDefault="unqualified"
|
---|
7 | >
|
---|
8 |
|
---|
9 | <!-- Schema documentation -->
|
---|
10 | <annotation>
|
---|
11 | <documentation>
|
---|
12 | This schema defines elements that are used to mark
|
---|
13 | items in another schema with extra information. These
|
---|
14 | elements can be put into annotation/appinfo sections.
|
---|
15 | </documentation>
|
---|
16 | </annotation>
|
---|
17 |
|
---|
18 | <element name="localizable">
|
---|
19 | <annotation>
|
---|
20 | <documentation>
|
---|
21 | Describes the localizability of the text content
|
---|
22 | in the element to which this tag has been applied.
|
---|
23 | This tag has nothing to say about child elements of the
|
---|
24 | element to which this tag has been applied.
|
---|
25 | </documentation>
|
---|
26 | </annotation>
|
---|
27 | <simpleType>
|
---|
28 | <restriction base="token">
|
---|
29 | <enumeration value="true">
|
---|
30 | <annotation>
|
---|
31 | <documentation>
|
---|
32 | The element contains text and that text
|
---|
33 | needs to be considered for localization.
|
---|
34 | </documentation>
|
---|
35 | </annotation>
|
---|
36 | </enumeration>
|
---|
37 | <enumeration value="false">
|
---|
38 | <annotation>
|
---|
39 | <documentation>
|
---|
40 | The element contains text but that text
|
---|
41 | does not need to be considered for localization.
|
---|
42 | </documentation>
|
---|
43 | </annotation>
|
---|
44 | </enumeration>
|
---|
45 | <enumeration value="n/a">
|
---|
46 | <annotation>
|
---|
47 | <documentation>
|
---|
48 | The element does not contain text, so there is nothing that
|
---|
49 | can be localized.
|
---|
50 | </documentation>
|
---|
51 | </annotation>
|
---|
52 | </enumeration>
|
---|
53 | </restriction>
|
---|
54 | </simpleType>
|
---|
55 | </element>
|
---|
56 |
|
---|
57 | <element name="type">
|
---|
58 | <annotation>
|
---|
59 | <documentation>
|
---|
60 | Describes the general use of an element within the
|
---|
61 | document.
|
---|
62 | </documentation>
|
---|
63 | </annotation>
|
---|
64 | <simpleType>
|
---|
65 | <restriction base="token">
|
---|
66 | <enumeration value="section">
|
---|
67 | <annotation>
|
---|
68 | <documentation>
|
---|
69 | The element defines a section of a document.
|
---|
70 | </documentation>
|
---|
71 | </annotation>
|
---|
72 | </enumeration>
|
---|
73 | <enumeration value="structure">
|
---|
74 | <annotation>
|
---|
75 | <documentation>
|
---|
76 | The element provides some structure in the context of its parent section.
|
---|
77 | </documentation>
|
---|
78 | </annotation>
|
---|
79 | </enumeration>
|
---|
80 | <enumeration value="paragraph">
|
---|
81 | <annotation>
|
---|
82 | <documentation>
|
---|
83 | The element is equivalent to a paragraph.
|
---|
84 | </documentation>
|
---|
85 | </annotation>
|
---|
86 | </enumeration>
|
---|
87 | <enumeration value="character">
|
---|
88 | <annotation>
|
---|
89 | <documentation>
|
---|
90 | The element contains one or more characters within a paragraph.
|
---|
91 | </documentation>
|
---|
92 | </annotation>
|
---|
93 | </enumeration>
|
---|
94 | </restriction>
|
---|
95 | </simpleType>
|
---|
96 | </element>
|
---|
97 |
|
---|
98 | </schema>
|
---|