10 lines
473 B
XML
10 lines
473 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
|
<wsdl:documentation>xsdinctest</wsdl:documentation>
|
|
<wsdl:types>
|
|
<xs:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://test.sample">
|
|
<xs:include schemaLocation="../type_include.xsd"/>
|
|
</xs:schema>
|
|
</wsdl:types>
|
|
</wsdl:definitions>
|