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

31 lines
826 B
XML

<?xml version="1.0"?>
<definitions name="wst_test"
xmlns="http://schemas.xmlsoap.org/wsdl/"
xmlns:tns="library1"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
targetNamespace="urn:wst-test">
<types>
<xsd:schema xmlns:n="urn:wst-test"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
targetNamespace="urn:wst-test"
elementFormDefault="qualified"
attributeFormDefault="unqualified"
>
<xsd:complexType name="TClassSampleType">
<xsd:sequence>
<xsd:element name="SomeField" type="xsd:int" />
</xsd:sequence>
<xsd:attribute name="SomeField" type="xsd:string"/>
</xsd:complexType>
</xsd:schema>
</types>
</definitions>