plan Data Type

This class represents a plan generated by the planner.

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
level int element 0/1 the level
name string element 0/1 the name
toscaID string element 0/1 the toscaID
Properties inherited from keyValueHolder
id string element 0/1 the id
Properties inherited from ownedObject
owner string element 0/1 the owner

Example

<p----->
  <name>...</name>
  <toscaID>...</toscaID>
  <level>...</level>
  <id>...</id>
  <owner>...</owner>
</p----->