node Element

Table 1. Attributes for node
Attribute Use Description Valid Values
name

required

string

objectType

optional

A UI may use this to locate a specific type of editor for this node. For example a Clementine might define objectType names like ClementineGraphDistribution or ClementineGraphPlot etc. If a UI has specific editor for this named objectType then that editor would be used instead of a generic one.

string

XML Representation


<xs:element name="node">
  <xs:choice maxOccurs="unbounded">
    <xs:element ref="predictiveServer"/>
    <xs:element ref="jdbc"/>
    <xs:element ref="odbc"/>
    <xs:element ref="simple"/>
    <xs:element ref="password"/>
    <xs:element ref="choice"/>
    <xs:element ref="boolean"/>
    <xs:element ref="repositoryObject"/>
    <xs:element ref="input"/>
    <xs:element ref="output"/>
    <xs:element ref="node"/>
    <xs:element ref="keywords"/>
    <xs:element ref="topic"/>
  </xs:choice>
  <xs:attribute name="name" type="xs:string" use="required"/>
  <xs:attribute name="objectType" type="xs:string" use="optional"/>
</xs:element>

Parent Elements

input, node, output, repositoryMetaData, scheduleParameters

Child Elements

boolean, choice, input, jdbc, keywords, node, odbc, output, password, predictiveServer, repositoryObject, simple, topic