ArcGIS Pro DAML Schema
ArcGIS Pro DAML Schema / CT_InsertConditions Complex Type
In This Topic
    CT_InsertConditions Complex Type
    In This Topic
    Namespace http://schemas.esri.com/DADF/Registry
    Diagram
    not Element or Element and Element state Element Choice not Element not Element or Element and Element state Element Choice or Element not Element or Element and Element state Element Choice and Element state Element Choice insertCondition Element Choice CT_InsertConditions Complex Type
    Overview
    Choice 0..∞
    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
    Source
    <xs:complexType name="CT_InsertConditions" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element name="insertCondition" type="CT_Condition" />
      </xs:choice>
    </xs:complexType>
    See Also