complexType ItemBody
diagram brm_all_diagrams/brm_all_p306.png
namespace http://api.brm.n2.tibco.com
children parameter
used by
elements enableWorkItem/itemBody onNotification/itemBody scheduleWorkItem/itemBody scheduleWorkItemWithModel/itemBody rescheduleWorkItem/itemBody
annotation
documentation
Work item body definition, containing each data field (as a name/value pair) required by the data model defined in the work item's work type.

The associated work type specifies each data field's type and whether it is an INPUT, OUTPUT or INOUT parameter.
source <xs:complexType name="ItemBody">
 
<xs:annotation>
   
<xs:documentation>Work item body definition, containing each data field (as a name/value pair) required by the data model defined in the work item's work type.

The associated work type specifies each data field's type and whether it is an INPUT, OUTPUT or INOUT parameter.
</xs:documentation>
 
</xs:annotation>
 
<xs:choice>
   
<xs:element name="parameter" type="ParameterType" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Details of the data fields associated with this work item.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:choice>
</xs:complexType>

element ItemBody/parameter
diagram brm_all_diagrams/brm_all_p307.png
type ParameterType
properties
minOcc 1
maxOcc unbounded
content complex
children ComplexValue Value
attributes
Name  Type  Use  Default  Fixed  Annotation
Name  xs:string  required      
documentation
Parameter name - for example, Age.
Array  xs:boolean        
documentation
Boolean value indicating whether this parameter contains an array of values (default is false).
annotation
documentation
Details of the data fields associated with this work item.
source <xs:element name="parameter" type="ParameterType" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Details of the data fields associated with this work item.</xs:documentation>
 
</xs:annotation>
</xs:element>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy