Diagram
Overview
|
|
name required xs:string
When parent is ToolButton:
Custom tool name. Used to reference the tool in scripts.
|
|
Attributes
Name | Type | Use | Default | Fixed | Description |
name | xs:string | required | | | When parent is ToolButton:
Custom tool name. Used to reference the tool in scripts. |
Source
<xs:element name="DATASET" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexType>
<xs:attribute use="required" ref="name">
<xs:annotation>
<xs:documentation>Specifies the complete pathname of a layer file (for example, c:\data\mylayer.shp) .</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
|
See Also