Skip to content

Instantly share code, notes, and snippets.

@tmcw
Created March 15, 2010 16:31
Show Gist options
  • Select an option

  • Save tmcw/333013 to your computer and use it in GitHub Desktop.

Select an option

Save tmcw/333013 to your computer and use it in GitHub Desktop.
<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