diagram | |||
namespace | http://api.brm.n2.tibco.com | ||
children | parameter | ||
used by |
|
||
annotation |
|
||
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> |
diagram | |||||||||||||||||||||||
type | ParameterType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | ComplexValue Value | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
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> |