ArcGIS Pro DAML Schema
ST_DataType Simple Type
ArcGIS Pro DAML Schema : ST_DataType Simple Type
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
ArcGIS Pro DAML Schema