ArcGIS Pro DAML Schema
ArcGIS Pro DAML Schema / AG_UpdateDeclarativeGroup Attribute Group
AG_UpdateDeclarativeGroup Attribute Group
Namespace http://schemas.esri.com/DADF/Registry
Overview
Attributes
NameTypeUseDefaultFixedDescription
refIDST_ID Simple Typerequired   
captionST_String Simple Typeoptional   
Source
<xs:attributeGroup name="AG_UpdateDeclarativeGroup" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:attribute name="refID" type="ST_ID" use="required" />
  <xs:attribute name="caption" type="ST_String" use="optional" />
</xs:attributeGroup>
See Also