| 1234567891011121314151617 |
- <?xml version="1.0" encoding="UTF-8"?>
- <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
- xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning" xmlns:gml="http://www.opengis.net/gml/3.2"
- xmlns:system_cache__appinfo="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"
- xmlns:hfp="http://www.w3.org/2001/XMLSchema-hasFacetAndProperty" elementFormDefault="qualified"
- targetNamespace="http://www.opengis.net/gml/3.2" vc:minVersion="1.0" vc:maxVersion="1.1">
- <xs:annotation>
- <xs:documentation>Ograniczony sztuczny schemat do prostych dziedziczen dla WFS</xs:documentation>
- </xs:annotation>
- <xs:complexType abstract="true" name="AbstractFeatureType" id="gml___d13e10403-1_AbstractFe"> </xs:complexType>
- <xs:element name="AbstractFeature" type="gml:AbstractFeatureType" id="___d19e10604-1_AbstractFe"/>
- <xs:complexType abstract="true" name="SurfacePropertyType" id="gml___d13e10405-1_SurfacePro">
- <xs:simpleContent>
- <xs:extension base="xs:string" id="gml___d13e10409-1"/>
- </xs:simpleContent>
- </xs:complexType>
- </xs:schema>
|