Definition Type: ComplexType
Name: UnaryLogicOpType
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 UnaryLogicOpType in schema filter_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:complexType name="UnaryLogicOpType">
    <xsd:complexContent>
        <xsd:extension base="ogc:LogicOpsType">
            <xsd:sequence>
                <xsd:choice>
                    <xsd:element ref="ogc:comparisonOps" />
                    <xsd:element ref="ogc:spatialOps" />
                    <xsd:element ref="ogc:logicOps" />
                </xsd:choice>
            </xsd:sequence>
        </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:Not