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