Skip to content

Instantly share code, notes, and snippets.

@tschaub
Created August 12, 2009 17:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tschaub/166627 to your computer and use it in GitHub Desktop.
Save tschaub/166627 to your computer and use it in GitHub Desktop.
<?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:mavi="http://www.mavi.fi/schemas/hallintogis" elementFormDefault="qualified" targetNamespace="http://www.mavi.fi/schemas/hallintogis">
<xsd:import namespace="http://www.opengis.net/gml" schemaLocation="https://kangas-kehitys.mmm.fi:443/geoserver/schemas/gml/3.1.1/base/gml.xsd"/>
<xsd:complexType name="DEMOPISTEType">
<xsd:complexContent>
<xsd:extension base="gml:AbstractFeatureType">
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" name="KOODI" nillable="true" type="xsd:decimal"/>
<xsd:element maxOccurs="1" minOccurs="0" name="NIMI" nillable="true" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="SELITE" nillable="true" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="GEOLOC" nillable="true" type="gml:PointPropertyType"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:element name="DEMOPISTE" substitutionGroup="gml:_Feature" type="mavi:DEMOPISTEType"/>
</xsd:schema>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment