Definition Type: ComplexType
Name: BinarySpatialOpType
Namespace: http://www.opengis.net/ogc
Type: ogc:SpatialOpsType
Containing Schema: filter.xsd
Abstract False
Documentation:
Collapse XSD Schema Diagram:
Drilldown into Box Drilldown into _Geometry Drilldown into PropertyName Drilldown into SpatialOpsTypeXSD Diagram of BinarySpatialOpType
Collapse XSD Schema Code:
<xsd:complexType name="BinarySpatialOpType">
    <xsd:complexContent>
        <xsd:extension base="ogc:SpatialOpsType">
            <xsd:sequence>
                <xsd:element ref="ogc:PropertyName" />
                <xsd:choice>
                    <xsd:element ref="gml:_Geometry" />
                    <xsd:element ref="gml:Box" />
                </xsd:choice>
            </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)
Box ogc:Box (1) (1)
Collapse Derivation Tree:
Collapse References:
ogc:Contains, ogc:Crosses, ogc:Disjoint, ogc:Equals, ogc:Intersects, ogc:Overlaps, ogc:Touches, ogc:Within
Collapse Comments:
blog comments powered by Disqus