ArcGIS Pro DAML Schema
CT_ListItem Complex Type
ArcGIS Pro DAML Schema : CT_ListItem Complex Type
Namespace http://schemas.esri.com/DADF/Registry
Diagram
CT_ListItem Complex Type
Overview
caption optional ST_String Simple Type
image optional ST_Uri Simple Type
Used By
item Element
Attributes
NameTypeUseDefaultFixedDescription
idST_UniqueID Simple Typerequired   
captionST_String Simple Typeoptional   
imageST_Uri Simple Typeoptional   
tipST_String Simple Typeoptional   
Source
<xs:complexType name="CT_ListItem" 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="optional" />
  <xs:attribute name="image" type="ST_Uri" use="optional" />
  <xs:attribute name="tip" type="ST_String" use="optional" />
</xs:complexType>
See Also
ArcGIS Pro DAML Schema