ArcGIS Pro DAML Schema
CT_GroupRef Complex Type
ArcGIS Pro DAML Schema : CT_GroupRef Complex Type
Namespace http://schemas.esri.com/DADF/Registry
Diagram
CT_GroupRef Complex Type
Overview
refID required ST_ID Simple Type
placeWith optional ST_ID Simple Type
insert optional ST_Insert Simple Type
Used By
group Element
insertGroup Element
updateGroup Element
Attributes
NameTypeUseDefaultFixedDescription
refIDST_ID Simple Typerequired   
placeWithST_ID Simple Typeoptional   
insertST_Insert Simple Typeoptional   
Source
<xs:complexType name="CT_GroupRef" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:attribute name="refID" type="ST_ID" use="required" />
  <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