Definition Type: ComplexType
Name: ArithmeticOperatorsType
Namespace: http://niem.gov/niem/external/ogc-filter/1.1.0/dhs-gmo/1.0.0
Containing Schema: filter.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Functions in schema filter_xsd Drilldown into SimpleArithmetic in schema filter_xsdXSD Diagram of ArithmeticOperatorsType in schema filter_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:complexType name="ArithmeticOperatorsType">
    <xsd:choice maxOccurs="unbounded">
        <xsd:element ref="ogc:SimpleArithmetic" />
        <xsd:element name="Functions" type="ogc:FunctionsType" />
    </xsd:choice>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SimpleArithmetic ogc:SimpleArithmetic (1) (1)
Functions ogc:Functions (1) (1)
Collapse Derivation Tree:
Collapse References:
ogc:ArithmeticOperators