<?xml version="1.0" encoding="UTF-8"?><schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:ogsp="http://namespaces.ordnancesurvey.co.uk/Open/Greenspace/1.0" elementFormDefault="qualified" targetNamespace="http://namespaces.ordnancesurvey.co.uk/Open/Greenspace/1.0" version="1.0">
  <import namespace="http://www.opengis.net/gml/3.2" schemaLocation="http://schemas.opengis.net/gml/3.2.1/gml.xsd"/>
  <import namespace="http://namespaces.os.uk/product/1.0" schemaLocation="https://www.ordnancesurvey.co.uk/xml/schema/product/1.0/OSProduct.xsd"/>
  <!--XML Schema document created by ShapeChange - http://shapechange.net/-->
  <element name="AccessPoint" substitutionGroup="gml:AbstractFeature" type="ogsp:AccessPointType">
    <annotation>
      <documentation>The spatial object type defining a point feature which would normally lie on the boundary of a site extent where there is access into or out of the site.</documentation>
    </annotation>
  </element>
  <complexType name="AccessPointType">
    <complexContent>
      <extension base="gml:AbstractFeatureType">
        <sequence>
          <element name="accessType" type="gml:CodeType">
            <annotation>
              <documentation>Describes the nature of the access permitted at the access point.</documentation>
            </annotation>
          </element>
          <element name="refToGreenspaceSite" type="string">
            <annotation>
              <documentation>The unique identifier of the greenspace site to which the access point relates.</documentation>
            </annotation>
          </element>
          <element name="geometry" type="gml:PointPropertyType">
            <annotation>
              <documentation>Location of the point</documentation>
            </annotation>
          </element>
        </sequence>
      </extension>
    </complexContent>
  </complexType>
  <complexType name="AccessPointPropertyType">
    <sequence minOccurs="0">
      <element ref="ogsp:AccessPoint"/>
    </sequence>
    <attributeGroup ref="gml:AssociationAttributeGroup"/>
    <attributeGroup ref="gml:OwnershipAttributeGroup"/>
  </complexType>
  <element name="GreenspaceSite" substitutionGroup="gml:AbstractFeature" type="ogsp:GreenspaceSiteType">
    <annotation>
      <documentation>A spatial area object describing the geometry, extent and function of a real world feature. This does not imply a physical boundary.</documentation>
    </annotation>
  </element>
  <complexType name="GreenspaceSiteType">
    <complexContent>
      <extension base="gml:AbstractFeatureType">
        <sequence>
          <element name="function" type="gml:CodeType">
            <annotation>
              <documentation>Description of the function of the site</documentation>
            </annotation>
          </element>
          <element minOccurs="0" name="distinctiveName1" type="string">
            <annotation>
              <documentation>The name of the site</documentation>
            </annotation>
          </element>
          <element minOccurs="0" name="distinctiveName2" type="string">
            <annotation>
              <documentation>The name of the site</documentation>
            </annotation>
          </element>
          <element minOccurs="0" name="distinctiveName3" type="string">
            <annotation>
              <documentation>The name of the site</documentation>
            </annotation>
          </element>
          <element minOccurs="0" name="distinctiveName4" type="string">
            <annotation>
              <documentation>The name of the site</documentation>
            </annotation>
          </element>
          <element name="geometry" type="gml:MultiSurfacePropertyType">
            <annotation>
              <documentation>The geometry of the greenspace area.</documentation>
            </annotation>
          </element>
        </sequence>
      </extension>
    </complexContent>
  </complexType>
  <complexType name="GreenspaceSitePropertyType">
    <sequence minOccurs="0">
      <element ref="ogsp:GreenspaceSite"/>
    </sequence>
    <attributeGroup ref="gml:AssociationAttributeGroup"/>
    <attributeGroup ref="gml:OwnershipAttributeGroup"/>
  </complexType>
</schema>
