ArcGIS Pro DAML Schema
ArcGIS Pro DAML Schema / CT_Operator Complex Type
In This Topic
    CT_Operator Complex Type
    In This Topic
    Namespace http://schemas.esri.com/DADF/Registry
    Diagram
    Choice not Element Choice or Element Choice and Element state Element Choice CT_Operator Complex Type
    Overview
    Choice 0..∞
    id required ST_ID Simple Type
    Used By
    Source
    <xs:complexType name="CT_Operator" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element name="state" type="CT_State" />
        <xs:element name="and" type="CT_Operator" />
        <xs:element name="or" type="CT_Operator" />
        <xs:element name="not" type="CT_Operator" />
      </xs:choice>
    </xs:complexType>
    See Also