﻿<?xml version="1.0" encoding="utf-8"?>
<xs:schema id="HotAreaTemplate"
           targetNamespace="http://tempuri.org/HotAreaTemplate.xsd"
           elementFormDefault="qualified"
           xmlns="http://tempuri.org/HotAreaTemplate.xsd"
           xmlns:mstns="http://tempuri.org/HotAreaTemplate.xsd"
           xmlns:xs="http://www.w3.org/2001/XMLSchema"
>

  <!--历史记录项-->
  <xs:complexType name="_HotArea">
    <xs:sequence>
      <!--服务名-->
      <xs:element name="ServerName" type="xs:string"></xs:element>
      <!--热区名-->
      <xs:element name="HotName" type="xs:string"></xs:element>
      <!--热区内容-->
      <xs:element name="HotExt" type="xs:string"></xs:element>
      <!--几何内容-->
      <xs:element name="Geometry" type="xs:string"></xs:element>
    </xs:sequence>
  </xs:complexType>
  
</xs:schema>
