Definition Type: ComplexType
Name: DistanceBufferType
Namespace: http://niem.gov/niem/external/ogc-filter/1.1.0/dhs-gmo/1.0.0
Type: ogc:SpatialOpsType
Containing Schema: filter.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Distance in schema filter_xsd Drilldown into _Geometry in schema gml_xsd Drilldown into PropertyName in schema filter_xsd Drilldown into SpatialOpsType in schema filter_xsdXSD Diagram of DistanceBufferType in schema filter_xsd (National Information Exchange Model (NEIM))
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 gml:_Geometry (1) (1)
Distance ogc:Distance (1) (1)
Collapse Derivation Tree:
Collapse References:
ogc:Beyond, ogc:DWithin