author | joehw |
Mon, 14 Oct 2013 22:24:49 -0700 | |
changeset 20789 | 22313c5bcf4d |
permissions | -rw-r--r-- |
20789
22313c5bcf4d
8015092: SchemaFactory cannot parse schema if whitespace added within patterns in Selector XPath expression
joehw
parents:
diff
changeset
|
1 |
<?xml version="1.0"?> |
22313c5bcf4d
8015092: SchemaFactory cannot parse schema if whitespace added within patterns in Selector XPath expression
joehw
parents:
diff
changeset
|
2 |
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xpns="xpns.org" xmlns:xpns1="xpns1.org" xmlns:xpns2="xpns2.org" xmlns:imp="importNS"> |
22313c5bcf4d
8015092: SchemaFactory cannot parse schema if whitespace added within patterns in Selector XPath expression
joehw
parents:
diff
changeset
|
3 |
<xsd:import namespace="importNS" schemaLocation="idJimp.xsd"/> |
22313c5bcf4d
8015092: SchemaFactory cannot parse schema if whitespace added within patterns in Selector XPath expression
joehw
parents:
diff
changeset
|
4 |
<xsd:import namespace="xpns.org" schemaLocation="idIxpns.xsd"/> |
22313c5bcf4d
8015092: SchemaFactory cannot parse schema if whitespace added within patterns in Selector XPath expression
joehw
parents:
diff
changeset
|
5 |
<xsd:import namespace="xpns1.org" schemaLocation="idIxpns1.xsd"/> |
22313c5bcf4d
8015092: SchemaFactory cannot parse schema if whitespace added within patterns in Selector XPath expression
joehw
parents:
diff
changeset
|
6 |
<xsd:element name="root"> |
22313c5bcf4d
8015092: SchemaFactory cannot parse schema if whitespace added within patterns in Selector XPath expression
joehw
parents:
diff
changeset
|
7 |
<xsd:complexType> |
22313c5bcf4d
8015092: SchemaFactory cannot parse schema if whitespace added within patterns in Selector XPath expression
joehw
parents:
diff
changeset
|
8 |
<xsd:sequence> |
22313c5bcf4d
8015092: SchemaFactory cannot parse schema if whitespace added within patterns in Selector XPath expression
joehw
parents:
diff
changeset
|
9 |
<xsd:element ref="tid" maxOccurs="unbounded"/> |
22313c5bcf4d
8015092: SchemaFactory cannot parse schema if whitespace added within patterns in Selector XPath expression
joehw
parents:
diff
changeset
|
10 |
<xsd:element ref="imp:iid1" maxOccurs="unbounded"/> |
22313c5bcf4d
8015092: SchemaFactory cannot parse schema if whitespace added within patterns in Selector XPath expression
joehw
parents:
diff
changeset
|
11 |
<xsd:element ref="imp:sid" maxOccurs="unbounded"/> |
22313c5bcf4d
8015092: SchemaFactory cannot parse schema if whitespace added within patterns in Selector XPath expression
joehw
parents:
diff
changeset
|
12 |
<xsd:element ref="xpns:xiid" maxOccurs="unbounded"/> |
22313c5bcf4d
8015092: SchemaFactory cannot parse schema if whitespace added within patterns in Selector XPath expression
joehw
parents:
diff
changeset
|
13 |
</xsd:sequence> |
22313c5bcf4d
8015092: SchemaFactory cannot parse schema if whitespace added within patterns in Selector XPath expression
joehw
parents:
diff
changeset
|
14 |
</xsd:complexType> |
22313c5bcf4d
8015092: SchemaFactory cannot parse schema if whitespace added within patterns in Selector XPath expression
joehw
parents:
diff
changeset
|
15 |
<xsd:unique id="foo123" name="uid"> |
22313c5bcf4d
8015092: SchemaFactory cannot parse schema if whitespace added within patterns in Selector XPath expression
joehw
parents:
diff
changeset
|
16 |
<xsd:selector xpath=".//tid"/> |
22313c5bcf4d
8015092: SchemaFactory cannot parse schema if whitespace added within patterns in Selector XPath expression
joehw
parents:
diff
changeset
|
17 |
<xsd:field xpath=". //."/> |
22313c5bcf4d
8015092: SchemaFactory cannot parse schema if whitespace added within patterns in Selector XPath expression
joehw
parents:
diff
changeset
|
18 |
</xsd:unique> |
22313c5bcf4d
8015092: SchemaFactory cannot parse schema if whitespace added within patterns in Selector XPath expression
joehw
parents:
diff
changeset
|
19 |
</xsd:element> |
22313c5bcf4d
8015092: SchemaFactory cannot parse schema if whitespace added within patterns in Selector XPath expression
joehw
parents:
diff
changeset
|
20 |
<xsd:element name="tid" type="xsd:string"/> |
22313c5bcf4d
8015092: SchemaFactory cannot parse schema if whitespace added within patterns in Selector XPath expression
joehw
parents:
diff
changeset
|
21 |
</xsd:schema> |