You've already forked lazarus-ccr
17 lines
639 B
XML
17 lines
639 B
XML
![]() |
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<xsd:schema xmlns:n="urn:wst-test"
|
||
|
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||
|
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
|
||
|
targetNamespace="urn:wst-test">
|
||
|
|
||
|
<xsd:complexType name="TArrayIntFieldType">
|
||
|
<xsd:complexContent>
|
||
|
<xsd:restriction base="soapenc:Array">
|
||
|
<xsd:sequence />
|
||
|
<xsd:attribute ref="soapenc:arrayType" n1:arrayType="xsd:int[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
|
||
|
</xsd:restriction>
|
||
|
</xsd:complexContent>
|
||
|
</xsd:complexType>
|
||
|
|
||
|
</xsd:schema>
|