ArcGIS Pro DAML Schema
ArcGIS Pro DAML Schema / CT_Products Complex Type / insertProduct Element
In This Topic
    insertProduct Element
    In This Topic
    Namespace http://schemas.esri.com/DADF/Registry
    Diagram
    insertProduct Element
    Overview
    id required ST_ID Simple Type
    caption required xs:string
    description required xs:string
    code required xs:string
    Attributes
    NameTypeUseDefaultFixedDescription
    idST_ID Simple Typerequired   
    captionxs:stringrequired   
    descriptionxs:stringrequired   
    codexs:stringrequired   
    Source
    <xs:element name="insertProduct" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:complexType>
        <xs:attribute name="id" type="ST_ID" use="required" />
        <xs:attribute name="caption" type="xs:string" use="required" />
        <xs:attribute name="description" type="xs:string" use="required" />
        <xs:attribute name="code" type="xs:string" use="required" />
      </xs:complexType>
    </xs:element>
    See Also