wfs-util.xsd 1.1 KB

123456789101112131415161718192021222324252627
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <xsd:schema
  3. targetNamespace="http://www.opengis.net/wfs-util/2.0"
  4. xmlns:util="http://www.opengis.net/wfs-util/2.0"
  5. xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  6. elementFormDefault="qualified">
  7. <xsd:annotation>
  8. <xsd:documentation>
  9. This file defines the type of the DescribeFeatureType response,
  10. because WSDL requires that types be explicitly defined in the
  11. types section, perhaps thru imports.
  12. WFS is an OGC Standard.
  13. Copyright (c) 2010, 2014 Open Geospatial Consortium.
  14. To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ .
  15. </xsd:documentation>
  16. </xsd:annotation>
  17. <xsd:import namespace="http://www.w3.org/2001/XMLSchema"
  18. schemaLocation="http://www.w3.org/2001/XMLSchema.xsd"/>
  19. <xsd:complexType name="DescribeFeatureTypeResponseType">
  20. <xsd:sequence>
  21. <xsd:element ref="xsd:schema"/>
  22. </xsd:sequence>
  23. </xsd:complexType>
  24. <xsd:element name="DescribeFeatureTypeResponse"
  25. type="util:DescribeFeatureTypeResponseType"/>
  26. </xsd:schema>