ArcGIS Pro DAML Schema
CT_Products Complex Type
ArcGIS Pro DAML Schema : CT_Products Complex Type
Namespace http://schemas.esri.com/DADF/Registry
Diagram
insertProduct Element Choice CT_Products Complex Type
Overview
Choice 0..∞
id required ST_ID Simple Type
caption required xs:string
description required xs:string
code required xs:string
Used By
products Element
Source
<xs:complexType name="CT_Products" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:choice minOccurs="0" maxOccurs="unbounded">
    <xs:element name="insertProduct">
      <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>
  </xs:choice>
</xs:complexType>
See Also
ArcGIS Pro DAML Schema