12 lines
932 B
XML
12 lines
932 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/SuperMap.RealEstate.Data" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/SuperMap.RealEstate.Data" xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
|
<xs:import schemaLocation="http://localhost:7010/HighWay/Running/Service.svc?xsd=xsd5" namespace="http://schemas.datacontract.org/2004/07/System.Data" />
|
|
<xs:complexType name="DataParameterKey">
|
|
<xs:sequence>
|
|
<xs:element xmlns:q1="http://schemas.datacontract.org/2004/07/System.Data" minOccurs="0" name="KeyDirection" type="q1:ParameterDirection" />
|
|
<xs:element minOccurs="0" name="KeyValue" nillable="true" type="xs:anyType" />
|
|
<xs:element minOccurs="0" name="Size" type="xs:int" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:element name="DataParameterKey" nillable="true" type="tns:DataParameterKey" />
|
|
</xs:schema> |