1<?xml version="1.0" encoding="utf-8"?>
2<root>
3  <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
4    <xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
5    <xsd:element name="root" msdata:IsDataSet="true">
6      <xsd:complexType>
7        <xsd:choice maxOccurs="unbounded">
8          <xsd:element name="metadata">
9            <xsd:complexType>
10              <xsd:sequence>
11                <xsd:element name="value" type="xsd:string" minOccurs="0" />
12              </xsd:sequence>
13              <xsd:attribute name="name" use="required" type="xsd:string" />
14              <xsd:attribute name="type" type="xsd:string" />
15              <xsd:attribute name="mimetype" type="xsd:string" />
16              <xsd:attribute ref="xml:space" />
17            </xsd:complexType>
18          </xsd:element>
19          <xsd:element name="assembly">
20            <xsd:complexType>
21              <xsd:attribute name="alias" type="xsd:string" />
22              <xsd:attribute name="name" type="xsd:string" />
23            </xsd:complexType>
24          </xsd:element>
25          <xsd:element name="data">
26            <xsd:complexType>
27              <xsd:sequence>
28                <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
29                <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
30              </xsd:sequence>
31              <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
32              <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
33              <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
34              <xsd:attribute ref="xml:space" />
35            </xsd:complexType>
36          </xsd:element>
37          <xsd:element name="resheader">
38            <xsd:complexType>
39              <xsd:sequence>
40                <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
41              </xsd:sequence>
42              <xsd:attribute name="name" type="xsd:string" use="required" />
43            </xsd:complexType>
44          </xsd:element>
45        </xsd:choice>
46      </xsd:complexType>
47    </xsd:element>
48  </xsd:schema>
49  <resheader name="resmimetype">
50    <value>text/microsoft-resx</value>
51  </resheader>
52  <resheader name="version">
53    <value>2.0</value>
54  </resheader>
55  <resheader name="reader">
56    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
57  </resheader>
58  <resheader name="writer">
59    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
60  </resheader>
61  <data name="AlternationCantCapture" xml:space="preserve">
62    <value>Alternation conditions do not capture and cannot be named.</value>
63  </data>
64  <data name="AlternationCantHaveComment" xml:space="preserve">
65    <value>Alternation conditions cannot be comments.</value>
66  </data>
67  <data name="Arg_ArrayPlusOffTooSmall" xml:space="preserve">
68    <value>Destination array is not long enough to copy all the items in the collection. Check array index and length.</value>
69  </data>
70  <data name="ArgumentNull_ArrayWithNullElements" xml:space="preserve">
71    <value>The array cannot contain null elements.</value>
72  </data>
73  <data name="BadClassInCharRange" xml:space="preserve">
74    <value>Cannot include class \\{0} in character range.</value>
75  </data>
76  <data name="BeginIndexNotNegative" xml:space="preserve">
77    <value>Start index cannot be less than 0 or greater than input length.</value>
78  </data>
79  <data name="CaptureGroupOutOfRange" xml:space="preserve">
80    <value>Capture group numbers must be less than or equal to Int32.MaxValue.</value>
81  </data>
82  <data name="CapnumNotZero" xml:space="preserve">
83    <value>Capture number cannot be zero.</value>
84  </data>
85  <data name="CountTooSmall" xml:space="preserve">
86    <value>Count cannot be less than -1.</value>
87  </data>
88  <data name="EnumNotStarted" xml:space="preserve">
89    <value>Enumeration has either not started or has already finished.</value>
90  </data>
91  <data name="IllegalCondition" xml:space="preserve">
92    <value>Illegal conditional (?(...)) expression.</value>
93  </data>
94  <data name="IllegalDefaultRegexMatchTimeoutInAppDomain" xml:space="preserve">
95    <value>AppDomain data '{0}' contains the invalid value or object '{1}' for specifying a default matching timeout for System.Text.RegularExpressions.Regex.</value>
96  </data>
97  <data name="IllegalEndEscape" xml:space="preserve">
98    <value>Illegal \\ at end of pattern.</value>
99  </data>
100  <data name="IllegalRange" xml:space="preserve">
101    <value>Illegal {x,y} with x &gt; y.</value>
102  </data>
103  <data name="IncompleteSlashP" xml:space="preserve">
104    <value>Incomplete \\p{X} character escape.</value>
105  </data>
106  <data name="InternalError" xml:space="preserve">
107    <value>Internal error in ScanRegex.</value>
108  </data>
109  <data name="InvalidGroupName" xml:space="preserve">
110    <value>Invalid group name: Group names must begin with a word character.</value>
111  </data>
112  <data name="InvalidEmptyArgument" xml:space="preserve">
113    <value>Argument {0} cannot be zero-length.</value>
114  </data>
115  <data name="LengthNotNegative" xml:space="preserve">
116    <value>Length cannot be less than 0 or exceed input length.</value>
117  </data>
118  <data name="MalformedNameRef" xml:space="preserve">
119    <value>Malformed \\k&lt;...&gt; named back reference.</value>
120  </data>
121  <data name="MalformedReference" xml:space="preserve">
122    <value>(?({0}) ) malformed.</value>
123  </data>
124  <data name="MalformedSlashP" xml:space="preserve">
125    <value>Malformed \\p{X} character escape.</value>
126  </data>
127  <data name="MakeException" xml:space="preserve">
128    <value>parsing '{0}' - {1}</value>
129  </data>
130  <data name="MissingControl" xml:space="preserve">
131    <value>Missing control character.</value>
132  </data>
133  <data name="NestedQuantify" xml:space="preserve">
134    <value>Nested quantifier {0}.</value>
135  </data>
136  <data name="NoResultOnFailed" xml:space="preserve">
137    <value>Result cannot be called on a failed Match.</value>
138  </data>
139  <data name="NotEnoughParens" xml:space="preserve">
140    <value>Not enough )'s.</value>
141  </data>
142  <data name="NotSupported_ReadOnlyCollection" xml:space="preserve">
143    <value>Collection is read-only.</value>
144  </data>
145  <data name="OnlyAllowedOnce" xml:space="preserve">
146    <value>This operation is only allowed once per object.</value>
147  </data>
148  <data name="PlatformNotSupported_CompileToAssembly" xml:space="preserve">
149    <value>This platform does not support writing compiled regular expressions to an assembly.</value>
150  </data>
151  <data name="QuantifyAfterNothing" xml:space="preserve">
152    <value>Quantifier {x,y} following nothing.</value>
153  </data>
154  <data name="RegexMatchTimeoutException_Occurred" xml:space="preserve">
155    <value>The RegEx engine has timed out while trying to match a pattern to an input string. This can occur for many reasons, including very large inputs or excessive backtracking caused by nested quantifiers, back-references and other factors.</value>
156  </data>
157  <data name="ReplacementError" xml:space="preserve">
158    <value>Replacement pattern error.</value>
159  </data>
160  <data name="ReversedCharRange" xml:space="preserve">
161    <value>[x-y] range in reverse order.</value>
162  </data>
163  <data name="SubtractionMustBeLast" xml:space="preserve">
164    <value>A subtraction must be the last element in a character class.</value>
165  </data>
166  <data name="TooFewHex" xml:space="preserve">
167    <value>Insufficient hexadecimal digits.</value>
168  </data>
169  <data name="TooManyAlternates" xml:space="preserve">
170    <value>Too many | in (?()|).</value>
171  </data>
172  <data name="TooManyParens" xml:space="preserve">
173    <value>Too many )'s.</value>
174  </data>
175  <data name="UndefinedBackref" xml:space="preserve">
176    <value>Reference to undefined group number {0}.</value>
177  </data>
178  <data name="UndefinedNameRef" xml:space="preserve">
179    <value>Reference to undefined group name {0}.</value>
180  </data>
181  <data name="UndefinedReference" xml:space="preserve">
182    <value>(?({0}) ) reference to undefined group.</value>
183  </data>
184  <data name="UnexpectedOpcode" xml:space="preserve">
185    <value>Unexpected opcode in regular expression generation: {0}.</value>
186  </data>
187  <data name="UnimplementedState" xml:space="preserve">
188    <value>Unimplemented state.</value>
189  </data>
190  <data name="UnknownProperty" xml:space="preserve">
191    <value>Unknown property '{0}'.</value>
192  </data>
193  <data name="UnrecognizedControl" xml:space="preserve">
194    <value>Unrecognized control character.</value>
195  </data>
196  <data name="UnrecognizedEscape" xml:space="preserve">
197    <value>Unrecognized escape sequence \\{0}.</value>
198  </data>
199  <data name="UnrecognizedGrouping" xml:space="preserve">
200    <value>Unrecognized grouping construct.</value>
201  </data>
202  <data name="UnterminatedBracket" xml:space="preserve">
203    <value>Unterminated [] set.</value>
204  </data>
205  <data name="UnterminatedComment" xml:space="preserve">
206    <value>Unterminated (?#...) comment.</value>
207  </data>
208</root>
209