You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4209 8e941d3f-bd1b-0410-a28a-d453659cc2b4
45 lines
1.4 KiB
XML
45 lines
1.4 KiB
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">
|
|
|
|
<xsd:complexType name="TClassSampleType">
|
|
<xsd:sequence>
|
|
<xsd:element name="intField" type="xsd:int" />
|
|
<xsd:group ref="n:TContactGroupType"/>
|
|
<xsd:group ref="n:TJobGroupType"/>
|
|
</xsd:sequence>
|
|
<xsd:attribute name="strField" type="xsd:string"/>
|
|
</xsd:complexType>
|
|
|
|
<xsd:group name="TContactGroupType">
|
|
<xsd:sequence>
|
|
<xsd:element name="firstName" type="xsd:string" />
|
|
<xsd:element name="lastName" type="xsd:string" />
|
|
<xsd:element name="Age" type="xsd:int" />
|
|
</xsd:sequence>
|
|
</xsd:group>
|
|
|
|
<xsd:group name="TJobGroupType">
|
|
<xsd:sequence>
|
|
<xsd:element name="jobPosition" type="xsd:string" />
|
|
<xsd:element name="employer" type="xsd:string" />
|
|
</xsd:sequence>
|
|
</xsd:group>
|
|
|
|
</xsd:schema>
|
|
|
|
</types>
|
|
|
|
|
|
</definitions>
|