Definition Type: ComplexType
Name: DistanceBufferType
Namespace: http://www.opengis.net/ogc
Type: ogc:SpatialOpsType
Containing Schema: filter.xsd
Abstract False
Documentation:
Collapse XSD Schema Diagram:
Drilldown into Distance Drilldown into _Geometry Drilldown into PropertyName Drilldown into SpatialOpsTypeXSD Diagram of DistanceBufferType
Collapse XSD Schema Code:
<xsd:complexType name="DistanceBufferType">
    <xsd:complexContent>
        <xsd:extension base="ogc:SpatialOpsType">
            <xsd:sequence>
                <xsd:element ref="ogc:PropertyName" />
                <xsd:element ref="gml:_Geometry" />
                <xsd:element name="Distance" type="ogc:DistanceType" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PropertyName ogc:PropertyName (1) (1)
_Geometry ogc:_Geometry (1) (1)
Distance ogc:Distance (1) (1)
Collapse Derivation Tree:
Collapse References:
ogc:Beyond, ogc:DWithin
Collapse Comments:
blog comments powered by Disqus