Created
March 15, 2010 16:31
-
-
Save tmcw/333013 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
| <xsd:schema elementFormDefault="qualified" targetNamespace="http://www.openplans.org/topp" xmlns:gml="http://www.opengis.net/gml" xmlns:topp="http://www.openplans.org/topp" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> | |
| <xsd:import namespace="http://www.opengis.net/gml" | |
| schemaLocation="http://schemas.opengis.net/gml/3.1.1/base/gml.xsd"/> | |
| <xsd:import namespace="http://www.opengis.net/gml" | |
| schemaLocation="http://schemas.opengis.net/gml/3.1.1/base/gml.xsd"/> | |
| <xsd:complexType name="drupal_anodesType"> | |
| <xsd:complexContent> | |
| <xsd:extension base="gml:AbstractFeatureType"> | |
| <xsd:sequence> | |
| <xsd:element maxOccurs="1" minOccurs="0" name="the_geom" nillable="true" type="gml:MultiPointPropertyType"/> | |
| <xsd:element maxOccurs="1" minOccurs="0" name="title" nillable="true" type="xsd:string"/> | |
| <xsd:element maxOccurs="1" minOccurs="0" name="description" nillable="true" type="xsd:string"/> | |
| </xsd:sequence> | |
| </xsd:extension> | |
| </xsd:complexContent> | |
| </xsd:complexType> | |
| <xsd:element name="drupal_anodes" substitutionGroup="gml:_Feature" type="drupal_anodesType"/> | |
| </xsd:schema> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment