ArcGIS Pro DAML Schema
ArcGIS Pro DAML Schema / CT_SizedGalleryRef Complex Type
In This Topic
    CT_SizedGalleryRef Complex Type
    In This Topic
    Namespace http://schemas.esri.com/DADF/Registry
    Base Type
    Diagram
    CT_SizedGalleryRef Complex Type
    Overview
    size optional ST_Size Simple Type
    inline optional xs:boolean
    refID required ST_ID Simple Type
    insert optional ST_Insert Simple Type
    placeWith optional ST_ID Simple Type
    separator optional xs:boolean
    Used By
    Attributes
    NameTypeUseDefaultFixedDescription
    sizeST_Size Simple Typeoptional   
    inlinexs:booleanoptional   
    refIDST_ID Simple Typerequired   
    insertST_Insert Simple Typeoptional   
    placeWithST_ID Simple Typeoptional   
    separatorxs:booleanoptional   
    Source
    <xs:complexType name="CT_SizedGalleryRef" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:complexContent>
        <xs:extension base="CT_GalleryRef">
          <xs:attribute name="size" type="ST_Size" use="optional" />
          <xs:attribute name="inline" type="xs:boolean" use="optional" />
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
    See Also