ArcGIS Pro DAML Schema
ST_Uri Simple Type
ArcGIS Pro DAML Schema : ST_Uri Simple Type
Description
Specifies a string argument which is a path to a file or a resource. String length is limited to 1024 characters.
Namespace http://schemas.esri.com/DADF/Registry
Type
Restriction of xs:string
Diagram
ST_Uri Simple Type
Overview
ST_Uri Restriction of xs:string
Specifies a string argument which is a path to a file or a resource. String length is limited to 1024 characters.
Facets
MinLength1
MaxLength1024
Source
<xs:simpleType name="ST_Uri" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
        Specifies a string argument which is a path to a file or a resource.
        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
ArcGIS Pro DAML Schema