File: testDescribeFeatureType.wfs

package info (click to toggle)
spatialite 5.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 74,240 kB
  • sloc: ansic: 587,051; makefile: 8,583; sh: 4,276; yacc: 1,973; xml: 717
file content (38 lines) | stat: -rw-r--r-- 3,258 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:gml="http://www.opengis.net/gml" xmlns:topp="http://www.openplans.org/topp" elementFormDefault="qualified" targetNamespace="http://www.openplans.org/topp">
  <xsd:import namespace="http://www.opengis.net/gml" schemaLocation="http://www.gaia-gis.it:8080/geoserver/schemas/gml/2.1.2/feature.xsd"/>
  <xsd:complexType name="p02Type">
    <xsd:complexContent>
      <xsd:extension base="gml:AbstractFeatureType">
        <xsd:sequence>
          <xsd:element maxOccurs="1" minOccurs="0" name="feature_id" nillable="true" type="xsd:long"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="code" nillable="true" type="xsd:int"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="sub_type" nillable="true" type="xsd:int"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="datum" nillable="true" type="xsd:date"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="code_firma" nillable="true" type="xsd:int"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="aufn_art" nillable="true" type="xsd:int"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="objectid" nillable="true" type="xsd:long"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="ort_id" nillable="true" type="xsd:int"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="text_d" nillable="true" type="xsd:string"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="text_i" nillable="true" type="xsd:string"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="text_l" nillable="true" type="xsd:string"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="text_dil" nillable="true" type="xsd:string"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="text_code" nillable="true" type="xsd:long"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="hoehe" nillable="true" type="xsd:double"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="hoehe_max" nillable="true" type="xsd:double"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="hoehe_rel" nillable="true" type="xsd:double"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="melde_code" nillable="true" type="xsd:long"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="hausnr" nillable="true" type="xsd:string"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="geb_id" nillable="true" type="xsd:long"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="id_strasse" nillable="true" type="xsd:long"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="gueltig_v" nillable="true" type="xsd:date"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="gueltig_b" nillable="true" type="xsd:date"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="e_id" nillable="true" type="xsd:long"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="winkel" nillable="true" type="xsd:short"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="geometry" nillable="true" type="gml:PointPropertyType"/>
        </xsd:sequence>
      </xsd:extension>
    </xsd:complexContent>
  </xsd:complexType>
  <xsd:element name="p02" substitutionGroup="gml:_Feature" type="topp:p02Type"/>
</xsd:schema>