<?xml version="1.0"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:gml="http://www.opengis.net/gml"
targetNamespace="http://www.opengis.net/gml"
version="3.1.1" elementFormDefault="qualified">
<annotation>
<documentation>
Copyright (c) 2007,2009 Open Geospatial Consortium.
To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ .
</documentation>
</annotation>
<include schemaLocation="gmlBase.xsd"/>
<element name="measure" type="gml:MeasureType"/>
<complexType name="LengthType">
<simpleContent>
<restriction base="gml:MeasureType"/>
</simpleContent>
</complexType>
<element name="angle" type="gml:MeasureType"/>
<complexType name="AngleType">
<simpleContent>
<restriction base="gml:MeasureType"/>
</simpleContent>
</complexType>
</schema>