ArcGIS Pro DAML Schema
CT_Operator Complex Type
ArcGIS Pro DAML Schema : CT_Operator Complex Type
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
and Element
or Element
not Element
and Element
or Element
not Element
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
ArcGIS Pro DAML Schema