Definition Type: ComplexType
Name: BinaryLogicOpType
Namespace: http://www.opengis.net/ogc
Type: ogc:LogicOpsType
Containing Schema: filter.xsd
Abstract False
Documentation:
Collapse XSD Schema Diagram:
Drilldown into logicOps Drilldown into spatialOps Drilldown into comparisonOps Drilldown into LogicOpsTypeXSD Diagram of BinaryLogicOpType
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
Collapse Comments:
blog comments powered by Disqus