﻿<?xml version="1.0" encoding="utf-8"?>
<xs:schema id="QingdaoServerURLTemplate"
    targetNamespace="http://tempuri.org/QingdaoServerURLTemplate.xsd"
    elementFormDefault="qualified"
    xmlns="http://tempuri.org/QingdaoServerURLTemplate.xsd"
    xmlns:mstns="http://tempuri.org/QingdaoServerURLTemplate.xsd"
    xmlns:xs="http://www.w3.org/2001/XMLSchema"
>

  <!--服务地址-->
  <xs:complexType name="_ServerURL">
    <xs:sequence>
      <!--高程查询-->
      <xs:element name="DEMAnalysisURL" type="xs:string"></xs:element>
      <!--建筑物图层查询-->
      <xs:element name="BuildingHeightURL" type="xs:short"></xs:element>
      <!--通过名字定位查询-->
      <xs:element name="GeocodingURL" type="xs:string"></xs:element>
      <!--通过坐标行为查询-->
      <xs:element name="AddrCodeURL" type="xs:string"></xs:element>
    </xs:sequence>
  </xs:complexType>

</xs:schema>