2_DescribeFeatureType.xml

Michael Moore, 2016-12-06 01:15 PM

Download (1.96 KB)

 
1
<?xml version="1.0" encoding="UTF-8"?>
2
<xsd:schema xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:walkin="walkin" xmlns:wfs="http://www.opengis.net/wfs/2.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="walkin">
3
<xsd:import namespace="http://www.opengis.net/gml/3.2" schemaLocation="http://geopro.dev/wp-json/wfs/schemas/gml/3.2.1/gml.xsd"/>
4
<xsd:complexType name="geomType"><xsd:complexContent><xsd:extension base="gml:AbstractFeatureType">
5
<xsd:sequence>
6
<xsd:element maxOccurs="1" minOccurs="0" name="CTY_NAME" nillable="true" type="xsd:string"/>
7
<xsd:element maxOccurs="1" minOccurs="0" name="MAP_TITLE" nillable="true" type="xsd:string"/>
8
<xsd:element maxOccurs="1" minOccurs="0" name="WIA_ID" nillable="true" type="xsd:string"/>
9
<xsd:element maxOccurs="1" minOccurs="0" name="WIA_PDF" nillable="true" type="xsd:string"/>
10
<xsd:element maxOccurs="1" minOccurs="0" name="Map_Label_" nillable="true" type="xsd:string"/>
11
<xsd:element maxOccurs="1" minOccurs="0" name="GPSMapID" nillable="true" type="xsd:string"/>
12
<xsd:element maxOccurs="1" minOccurs="0" name="COUNTY_NUM" nillable="true" type="xsd:string"/>
13
<xsd:element maxOccurs="1" minOccurs="0" name="ACRES" nillable="true" type="xsd:string"/>
14
<xsd:element maxOccurs="1" minOccurs="0" name="SHAPE_Leng" nillable="true" type="xsd:string"/>
15
<xsd:element maxOccurs="1" minOccurs="0" name="SHAPE_Area" nillable="true" type="xsd:string"/>
16
<xsd:element maxOccurs="1" minOccurs="0" name="UserNotes" nillable="true" type="xsd:string"/>
17
<xsd:element maxOccurs="1" minOccurs="0" name="Atlas_Page" nillable="true" type="xsd:string"/>
18
<xsd:element maxOccurs="1" minOccurs="0" name="WIA_Tile" nillable="true" type="xsd:string"/>
19
<xsd:element maxOccurs="1" minOccurs="0" name="geom" nillable="true" type="gml:GeometryPropertyType"/>
20
</xsd:sequence>
21
</xsd:extension>
22
</xsd:complexContent>
23
</xsd:complexType>
24
<xsd:element name="geom" substitutionGroup="gml:AbstractFeature" type="walkin:geomType"/>
25
</xsd:schema>