ArcGIS Pro DAML Schema
ArcGIS Pro DAML Schema / ST_Insert Simple Type
In This Topic
    ST_Insert Simple Type
    In This Topic
    Namespace http://schemas.esri.com/DADF/Registry
    Type
    Restriction of ST_String Simple Type
    Diagram
    ST_Insert Simple Type
    Overview
    Facets
    Enumerationbefore
    Enumerationafter
    Source
    <xs:simpleType name="ST_Insert" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:restriction base="ST_String">
        <xs:enumeration value="before" />
        <xs:enumeration value="after" />
      </xs:restriction>
    </xs:simpleType>
    See Also