ArcGIS Pro DAML Schema
ArcGIS Pro DAML Schema / declarativeGroup Attribute Group
In This Topic
    declarativeGroup Attribute Group
    In This Topic
    Namespace http://schemas.esri.com/DADF/Registry
    Overview
    caption required ST_String Simple Type
    extendedCaption optional xs:string
    hidden optional xs:boolean
    Attributes
    NameTypeUseDefaultFixedDescription
    idST_UniqueID Simple Typerequired   
    captionST_String Simple Typerequired   
    extendedCaptionxs:stringoptional   
    hiddenxs:booleanoptionalfalse  
    Source
    <xs:attributeGroup name="declarativeGroup" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:attribute name="id" type="ST_UniqueID" use="required" />
      <xs:attribute name="caption" type="ST_String" use="required" />
      <xs:attribute name="extendedCaption" type="xs:string" use="optional" />
      <xs:attribute name="hidden" type="xs:boolean" use="optional" default="false" />
    </xs:attributeGroup>
    See Also