Created
August 12, 2009 17:29
-
-
Save tschaub/166627 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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