ArcGIS Pro DAML Schema
ArcGIS Pro DAML Schema / CT_Condition Complex Type
In This Topic
    CT_Condition 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 not Element Choice not Element Choice or Element Choice and Element state Element Choice or Element Choice not Element Choice or Element Choice and Element state Element Choice and Element state Element Choice CT_Condition Complex Type
    Overview
    caption optional ST_String Simple Type
    description optional ST_String Simple Type
    Choice 0..∞
    id required ST_ID Simple Type
    Choice 0..∞
    id required ST_ID Simple Type
    Choice 0..∞
    id required ST_ID Simple Type
    Choice 0..∞
    id required ST_ID Simple Type
    Used By
    Attributes
    NameTypeUseDefaultFixedDescription
    idST_UniqueID Simple Typerequired   
    captionST_String Simple Typeoptional   
    descriptionST_String Simple Typeoptional   
    Source
    <xs:complexType name="CT_Condition" 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:attribute name="id" type="ST_UniqueID" use="required" />
      <xs:attribute name="caption" type="ST_String" use="optional" />
      <xs:attribute name="description" type="ST_String" use="optional" />
    </xs:complexType>
    See Also