﻿<?xml version="1.0" encoding="utf-8"?>
<xs:schema id="LocatorTipTemplate"
    targetNamespace="http://tempuri.org/LocatorTipTemplate.xsd"
    elementFormDefault="qualified"
    xmlns="http://tempuri.org/LocatorTipTemplate.xsd"
    xmlns:mstns="http://tempuri.org/LocatorTipTemplate.xsd"
    xmlns:xs="http://www.w3.org/2001/XMLSchema"
>
  <!--标签定位-->
  <xs:complexType name="_tip">
    <xs:sequence>
      <!--录入标签人-->
      <xs:element name="userid" type="xs:string"></xs:element>
      <!--标签名-->
      <xs:element name="name" type="xs:string"></xs:element>
      <!--Location-->
      <xs:element name="Location" type="xs:string"></xs:element>
    </xs:sequence>
  </xs:complexType>
  
</xs:schema>
