ArcGIS Pro DAML Schema
ArcGIS Pro DAML Schema / ST_DataType Simple Type
In This Topic
    ST_DataType Simple Type
    In This Topic
    Namespace http://schemas.esri.com/DADF/Registry
    Type
    Restriction of xs:string
    Diagram
    ST_DataType Simple Type
    Overview
    ST_DataType Restriction of xs:string
    Facets
    Enumerationstring
    Enumerationdouble
    Enumerationint64
    Source
    <xs:simpleType name="ST_DataType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:restriction base="xs:string">
        <xs:enumeration value="string" />
        <xs:enumeration value="double" />
        <xs:enumeration value="int64" />
        <!--<xs:enumeration value="dateTime"/>-->
      </xs:restriction>
    </xs:simpleType>
    See Also