ArcGIS Pro DAML Schema
Target Element
ArcGIS Pro DAML Schema > ESRI.Configuration Element > Targets Element : Target Element
Namespace http://schemas.esri.com/DADF/Registry
Diagram
Target Element
Overview
version required ST_String Simple Type
A version of the ArcGIS product; for example, '2.3'.
Attributes
NameTypeUseDefaultFixedDescription
nameST_Product Simple Typerequired   
versionST_String Simple Typerequired   A version of the ArcGIS product; for example, '2.3'.
Source
<xs:element name="Target" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:attribute name="name" type="ST_Product" use="required" />
    <xs:attribute name="version" type="ST_String" use="required">
      <xs:annotation>
        <xs:documentation>
                        A version of the ArcGIS product; for example, '2.3'.
                      </xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
See Also
Targets ElementESRI.Configuration ElementArcGIS Pro DAML Schema