ArcGIS Pro DAML Schema
ArcGIS Pro DAML Schema / ST_String Simple Type
In This Topic
    ST_String Simple Type
    In This Topic
    Description
    Specifies a string argument. String length is limited to 1024 characters.
    Namespace http://schemas.esri.com/DADF/Registry
    Type
    Restriction of xs:string
    Diagram
    ST_String Simple Type
    Overview
    ST_String Restriction of xs:string
    Specifies a string argument. String length is limited to 1024 characters.
    Facets
    MinLength1
    MaxLength1024
    Source
    <xs:simpleType name="ST_String" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:annotation>
        <xs:documentation>
            Specifies a string argument.
            String length is limited to 1024 characters.
          </xs:documentation>
      </xs:annotation>
      <xs:restriction base="xs:string">
        <xs:minLength value="1" />
        <xs:maxLength value="1024" />
      </xs:restriction>
    </xs:simpleType>
    See Also