blob: 5f7229a750d6fe13d4efc5c5ee555d64990f2ce9 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!-- Invalid test for Eclipse defect 70670. -->
<wsdl:definitions xmlns:tns="http://tempuri.org/normalizeEntitiesInvalid/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="normalizeEntitiesInvalid" targetNamespace="http://tempuri.org/normalizeEntitiesInvalid/">
<wsdl:types>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
elementFormDefault="qualified"
targetNamespace="http://tempuri.org/normalizeEntitiesInvalid/">
<xsd:element name="aString">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:pattern value="F|<|>|~|H|J|x"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:schema>
</wsdl:types>
</wsdl:definitions>