ArcGIS Pro DAML Schema
CT_UpdateTab Complex Type
ArcGIS Pro DAML Schema : CT_UpdateTab Complex Type
Namespace http://schemas.esri.com/DADF/Registry
Diagram
updateGroup Element insertGroup Element deleteGroup Element Choice CT_UpdateTab Complex Type
Overview
Used By
updateTab Element
Attributes
NameTypeUseDefaultFixedDescription
placeWithST_ID Simple Typeoptional   
insertST_Insert Simple Typeoptional   
Source
<xs:complexType name="CT_UpdateTab" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:choice minOccurs="0" maxOccurs="unbounded">
    <xs:element name="deleteGroup" type="CT_Delete" />
    <xs:element name="insertGroup" type="CT_GroupRef" />
    <xs:element name="updateGroup" type="CT_GroupRef" />
  </xs:choice>
  <xs:attributeGroup ref="AG_UpdateDeclarativeGroup" />
  <xs:attribute name="placeWith" type="ST_ID" use="optional" />
  <xs:attribute name="insert" type="ST_Insert" use="optional" />
</xs:complexType>
See Also
ArcGIS Pro DAML Schema