<?xml version="1.0" encoding="UTF-8"?><xsd:schema xmlns:gis="http://www.gips.com.tw/gis" xmlns:gml="http://www.opengis.net/gml" xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://www.gips.com.tw/gis">
  <xsd:import namespace="http://www.opengis.net/gml" schemaLocation="https://ymspace.ga.nycu.edu.tw:8080/geoserver/schemas/gml/3.1.1/base/gml.xsd"/>
  <xsd:complexType name="gis_restaurantType">
    <xsd:complexContent>
      <xsd:extension base="gml:AbstractFeatureType">
        <xsd:sequence>
          <xsd:element maxOccurs="1" minOccurs="1" name="gid" nillable="false" type="xsd:int"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="the_geom" nillable="true" type="gml:PointPropertyType"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="name_ch" nillable="true" type="xsd:string"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="name_en" nillable="true" type="xsd:string"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="desc_ch" nillable="true" type="xsd:string"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="desc_en" nillable="true" type="xsd:string"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="keyword" nillable="true" type="xsd:string"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="url" nillable="true" type="xsd:string"/>
          <xsd:element maxOccurs="1" minOccurs="1" name="ap_key" nillable="false" type="xsd:int"/>
        </xsd:sequence>
      </xsd:extension>
    </xsd:complexContent>
  </xsd:complexType>
  <xsd:element name="gis_restaurant" substitutionGroup="gml:_Feature" type="gis:gis_restaurantType"/>
</xsd:schema>
