Definition Type: ComplexType
Name: FilterType
Namespace: http://www.opengis.net/ogc
Containing Schema: filter.xsd
Abstract False
Documentation:
Collapse XSD Schema Diagram:
Drilldown into FeatureId Drilldown into logicOps Drilldown into comparisonOps Drilldown into spatialOpsXSD Diagram of FilterType
Collapse XSD Schema Code:
<xsd:complexType name="FilterType">
    <xsd:choice>
        <xsd:element ref="ogc:spatialOps" />
        <xsd:element ref="ogc:comparisonOps" />
        <xsd:element ref="ogc:logicOps" />
        <xsd:element ref="ogc:FeatureId" maxOccurs="unbounded" />
    </xsd:choice>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
spatialOps ogc:spatialOps (1) (1)
comparisonOps ogc:comparisonOps (1) (1)
logicOps ogc:logicOps (1) (1)
FeatureId ogc:FeatureId (1) unbounded
Collapse Derivation Tree:
Collapse References:
ogc:Filter
Collapse Comments:
blog comments powered by Disqus