<?xml version="1.0" encoding="UTF-8"?><xsd:schema xmlns:gis="http://www.gips.com.tw/gis" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:wfs="http://www.opengis.net/wfs/2.0" 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/3.2" schemaLocation="https://ymspace.ga.nycu.edu.tw:8080/geoserver/schemas/gml/3.2.1/gml.xsd"/>
  <xsd:complexType name="gis_campusType">
    <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:MultiSurfacePropertyType"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="ids" nillable="true" type="xsd:int"/>
          <xsd:element maxOccurs="1" minOccurs="1" name="ap_key" nillable="false" type="xsd:int"/>
          <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="0" name="area" nillable="true" type="xsd:int"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="bulkratio" nillable="true" type="xsd:string"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="coverage" nillable="true" type="xsd:string"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="school_area" nillable="true" type="xsd:int"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="ID" nillable="true" type="xsd:string"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="DescCh" nillable="true" type="xsd:string"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="DescEn" nillable="true" type="xsd:string"/>
        </xsd:sequence>
      </xsd:extension>
    </xsd:complexContent>
  </xsd:complexType>
  <xsd:element name="gis_campus" substitutionGroup="gml:AbstractFeature" type="gis:gis_campusType"/>
</xsd:schema>
