You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1856 8e941d3f-bd1b-0410-a28a-d453659cc2b4
21 lines
621 B
XML
21 lines
621 B
XML
<?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" targetNamespace="urn:include">
|
|
|
|
<xsd:include schemaLocation="includea.xsd" />
|
|
<xsd:include schemaLocation="includeb.xsd" />
|
|
<xsd:include schemaLocation="includec.xsd" />
|
|
|
|
</xsd:schema>
|
|
</types>
|
|
|
|
|
|
</definitions>
|