<?xml version="1.0" encoding="UTF-8"?>
<xs:schema targetNamespace="http://www.openplans.org/topp" xmlns:topp="http://www.openplans.org/topp"
  xmlns:gml="http://www.opengis.net/gml" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"
  attributeFormDefault="unqualified" version="1.0">
  <xs:import namespace="http://www.opengis.net/gml" schemaLocation="http://localhost:8080/gs173/schemas/gml/2.1.2.1/feature.xsd" />
  <xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.w3.org/2001/XMLSchema"
    name="EGEOTRECHO2D_Type">
    <xs:complexContent>
      <xs:extension base="gml:AbstractFeatureType">
        <xs:sequence>
          <xs:element name="SGRODOVIA" minOccurs="1" nillable="false">
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:maxLength value="2147483647" />
              </xs:restriction>

            </xs:simpleType>
          </xs:element>
          <xs:element name="CDTRECHO" minOccurs="1" nillable="false" type="xs:decimal" />
          <xs:element name="DTATUALIZA" minOccurs="0" nillable="true" type="xs:date" />
          <xs:element name="GMTRECHO2D" minOccurs="0" nillable="true" type="gml:GeometryAssociationType" />
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>

  <xs:element name="EGEOTRECHO2D" type="topp:EGEOTRECHO2D_Type" substitutionGroup="gml:_Feature" />
</xs:schema>