Skip to content

Instantly share code, notes, and snippets.

@ivar
Created July 31, 2013 22:18
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 ivar/6126695 to your computer and use it in GitHub Desktop.
Save ivar/6126695 to your computer and use it in GitHub Desktop.
geo area types for point2 feeds
<xsd:simpleType name="geoareatype">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Country"/>
<xsd:enumeration value="State"/>
<xsd:enumeration value="Neighbourhood"/>
<xsd:enumeration value="City"/>
<xsd:enumeration value="Municipality"/>
<xsd:enumeration value="Borough"/>
<xsd:enumeration value="County"/>
<xsd:enumeration value="Island"/>
</xsd:restriction>
</xsd:simpleType>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment