ArcGIS Pro DAML Schema
ArcGIS Pro DAML Schema / ST_Size Simple Type
In This Topic
    ST_Size Simple Type
    In This Topic
    Namespace http://schemas.esri.com/DADF/Registry
    Type
    Restriction of xs:string
    Diagram
    ST_Size Simple Type
    Overview
    ST_Size Restriction of xs:string
    Facets
    Enumerationsmall
    Enumerationmiddle
    Enumerationlarge
    Source
    <xs:simpleType name="ST_Size" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:restriction base="xs:string">
        <xs:enumeration value="small" />
        <xs:enumeration value="middle" />
        <xs:enumeration value="large" />
      </xs:restriction>
    </xs:simpleType>
    See Also