Jo Shields a575963da9 Imported Upstream version 3.6.0
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
2014-08-13 10:39:27 +01:00

13 lines
637 B
XML

<?xml version="1.0" encoding="utf-8"?>
<xs:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://tempuri.org/">
<xs:import schemaLocation="hoge3.xsd" namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
<xs:element name="GetSearchDataResponse">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="GetSearchDataResult" nillable="true" type="q3:ArrayOfint" xmlns:q3="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>