Definition Type: ComplexType
Name: BinaryLogicOpType
Namespace: http://niem.gov/niem/external/ogc-filter/1.1.0/dhs-gmo/1.0.0
Type: ogc:LogicOpsType
Containing Schema: filter.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into logicOps in schema filter_xsd Drilldown into spatialOps in schema filter_xsd Drilldown into comparisonOps in schema filter_xsd Drilldown into LogicOpsType in schema filter_xsdXSD Diagram of BinaryLogicOpType in schema filter_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:complexType name="BinaryLogicOpType">
    <xsd:complexContent>
        <xsd:extension base="ogc:LogicOpsType">
            <xsd:choice minOccurs="2" maxOccurs="unbounded">
                <xsd:element ref="ogc:comparisonOps" />
                <xsd:element ref="ogc:spatialOps" />
                <xsd:element ref="ogc:logicOps" />
            </xsd:choice>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
comparisonOps ogc:comparisonOps (1) (1)
spatialOps ogc:spatialOps (1) (1)
logicOps ogc:logicOps (1) (1)
Collapse Derivation Tree:
Collapse References:
ogc:And, ogc:Or