﻿<?xml version="1.0" encoding="utf-8"?>
<xs:schema id="ConfOfWaterOrTipTemplate"
    targetNamespace="http://tempuri.org/ConfOfWaterOrTipTemplate.xsd"
    elementFormDefault="qualified"
    xmlns="http://tempuri.org/ConfOfWaterOrTipTemplate.xsd"
    xmlns:mstns="http://tempuri.org/ConfOfWaterOrTipTemplate.xsd"
    xmlns:xs="http://www.w3.org/2001/XMLSchema"
>

  <!--预设条件-->
  <xs:complexType name="_ConfItem">
    <xs:sequence>
      <!--服务名-->
      <xs:element name="mapServerName" type="xs:string"></xs:element>
      <!--图层ID-->
      <xs:element name="layerid" type="xs:short"></xs:element>
      <!--预设项名称-->
      <xs:element name="confName" type="xs:string"></xs:element>
      <!--预设项内容-->
      <xs:element name="content" type="xs:string"></xs:element>
    </xs:sequence>
  </xs:complexType>

</xs:schema>
