jdk/test/javax/xml/jaxp/validation/8015092/idIxpns.xsd
author joehw
Mon, 14 Oct 2013 22:24:49 -0700
changeset 20789 22313c5bcf4d
permissions -rw-r--r--
8015092: SchemaFactory cannot parse schema if whitespace added within patterns in Selector XPath expression Reviewed-by: lancea, alanb

<?xml version="1.0"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="xpns.org" xmlns:xpns="xpns.org">
	<xsd:element name="xsid" type="xsd:string"/>
	<xsd:element name="xiid">
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element name="xiid2" type="xsd:string" maxOccurs="unbounded"/>
			</xsd:sequence>
			<xsd:attribute name="val" type="xsd:string"/>
		</xsd:complexType>
	</xsd:element>
</xsd:schema>