Definition Type: ComplexType
Name: BinarySpatialOpType
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 Envelope in schema gml_xsd Drilldown into _Geometry in schema gml_xsd Drilldown into PropertyName in schema filter_xsd Drilldown into SpatialOpsType in schema filter_xsdXSD Diagram of BinarySpatialOpType in schema filter_xsd (National Information Exchange Model (NEIM))
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:Envelope" />
                </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 gml:_Geometry (1) (1)
Envelope gml:Envelope (1) (1)
Collapse Derivation Tree:
Collapse References:
ogc:Contains, ogc:Crosses, ogc:Disjoint, ogc:Equals, ogc:Intersects, ogc:Overlaps, ogc:Touches, ogc:Within