ArcGIS Pro DAML Schema
CT_SizedGalleryRef Complex Type
ArcGIS Pro DAML Schema : CT_SizedGalleryRef Complex Type
Namespace http://schemas.esri.com/DADF/Registry
Base Type
Extension of CT_GalleryRef Complex 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
gallery Element
insertGallery Element
insertGallery Element
updateGallery Element
gallery Element
insertGallery Element
updateGallery Element
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
ArcGIS Pro DAML Schema