ArcGIS Pro DAML Schema
ArcGIS Pro DAML Schema / ST_ImageSize Simple Type
In This Topic
    ST_ImageSize Simple Type
    In This Topic
    Description
    Use Normal for 16x16 or Large for 32x32. Otherwise specify the size using x:y. For square items you can just specify x. For example, use 28:14 for a rectangle or just 16 for a square.
    Namespace http://schemas.esri.com/DADF/Registry
    Type
    Restriction of ST_String Simple Type
    Diagram
    ST_ImageSize Simple Type
    Overview
    ST_ImageSize Restriction of ST_String Simple Type
    Use Normal for 16x16 or Large for 32x32. Otherwise specify the size using x:y. For square items you can just specify x. For example, use 28:14 for a rectangle or just 16 for a square.
    Source
    <xs:simpleType name="ST_ImageSize" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:annotation>
        <xs:documentation>
            Use Normal for 16x16 or Large for 32x32.  Otherwise specify the size using x:y.
            For square items you can just specify x.  For example, use 28:14 for a rectangle or just 16 for a square.
          </xs:documentation>
      </xs:annotation>
      <xs:restriction base="ST_String" />
    </xs:simpleType>
    See Also