Files
lazarus-ccr/wst/trunk/tests/test_suite/files/include_circular1.wsdl

26 lines
780 B
XML
Raw Normal View History

<?xml version="1.0"?>
<definitions name="import_second_library"
xmlns="http://schemas.xmlsoap.org/wsdl/"
xmlns:tns="urn:include-wsdl"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
targetNamespace="urn:include-wsdl">
<types>
<xsd:schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:n="urn:include" targetNamespace="urn:include">
<xsd:include schemaLocation="include_a_b.xsd" />
<xsd:complexType name="TClassSample">
<xsd:sequence>
<xsd:element name="FieldA" type="n:TypeA" />
<xsd:element name="FieldB" type="n:TypeB" />
</xsd:sequence>
</xsd:complexType>
</xsd:schema>
</types>
</definitions>