gml.xsd 1.1 KB

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