﻿<?xml version="1.0" encoding="utf-8" ?>
<!--主要配置设备图层与中间表的对应关系-->
<config>
  <!--表示一个设备挂接的中间表，如有其他设备，按照该结构添加新的relation节点-->
  <relation>
    <!--设备图层名称-->
    <layerName>阀门</layerName>
    <!--该设备上挂接的中间表，如有多张表，则要配置多个tabel节点，节点值为表的名称，节点属性dbTable表示表在数据库中的表名-->
    <tables>
      <table dbTable="MA139" gisReferenceField="编号" connString="server=172.28.192.23;database='舟山管网';User id=sa;password=sa;Integrated Security=false">阀门维修记录</table>
    </tables>
  </relation>
  <relation>
    <!--设备图层名称-->
    <layerName>管段</layerName>
    <!--该设备上挂接的中间表，如有多张表，则要配置多个tabel节点，节点值为表的名称，节点属性dbTable表示表在数据库中的表名-->
    <tables>
      <table dbTable="MA140" gisReferenceField="编号" connString="server=172.28.192.23;database='舟山管网';User id=sa;password=sa;Integrated Security=false">管段维修记录</table>
    </tables>
  </relation>
  <relation>
    <!--设备图层名称-->
    <layerName>节点</layerName>
    <!--该设备上挂接的中间表，如有多张表，则要配置多个tabel节点，节点值为表的名称，节点属性dbTable表示表在数据库中的表名-->
    <tables>
      <table dbTable="MA157" gisReferenceField="编号" connString="server=172.28.192.23;database='舟山管网';User id=sa;password=sa;Integrated Security=false">节点维修记录</table>
    </tables>
  </relation>
  <relation>
    <!--设备图层名称-->
    <layerName>水泵</layerName>
    <!--该设备上挂接的中间表，如有多张表，则要配置多个tabel节点，节点值为表的名称，节点属性dbTable表示表在数据库中的表名-->
    <tables>
      <table dbTable="MA138" gisReferenceField="编号" connString="server=172.28.192.23;database='舟山管网';User id=sa;password=sa;Integrated Security=false">泵房维修记录</table>
    </tables>
  </relation>
  <relation>
    <!--设备图层名称-->
    <layerName>水表</layerName>
    <!--该设备上挂接的中间表，如有多张表，则要配置多个tabel节点，节点值为表的名称，节点属性dbTable表示表在数据库中的表名-->
    <tables>
      <table dbTable="MA144" gisReferenceField="编号" connString="server=172.28.192.23;database='舟山管网';User id=sa;password=sa;Integrated Security=false">用户信息表</table>
    </tables>
  </relation>
  <relation>
    <!--设备图层名称-->
    <layerName>消防栓</layerName>
    <!--该设备上挂接的中间表，如有多张表，则要配置多个tabel节点，节点值为表的名称，节点属性dbTable表示表在数据库中的表名-->
    <tables>
      <table dbTable="MA158" gisReferenceField="编号" connString="server=172.28.192.23;database='舟山管网';User id=sa;password=sa;Integrated Security=false">消防栓维修记录</table>
    </tables>
  </relation>
</config>

