| diagram | ![]() |
||||||||||||||||||||||
| namespace | http://api.brm.n2.tibco.com | ||||||||||||||||||||||
| children | ComplexValue Value | ||||||||||||||||||||||
| used by |
|
||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||
| annotation |
|
||||||||||||||||||||||
| source | <xs:complexType name="ParameterType"> <xs:annotation> <xs:documentation>Definition of a data parameter passed to BRM when a work item is scheduled.</xs:documentation> </xs:annotation> <xs:choice> <xs:element name="ComplexValue" type="xs:anyType" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Value(s) of the complex object. The value is of xs:anyType as it contains the entire complex object as XML.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Value" type="xs:string" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Parameter value(s) - for example, 10.</xs:documentation> </xs:annotation> </xs:element> </xs:choice> <xs:attribute name="Name" type="xs:string" use="required"> <xs:annotation> <xs:documentation>Parameter name - for example, Age.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Array" type="xs:boolean"> <xs:annotation> <xs:documentation>Boolean value indicating whether this parameter contains an array of values (default is false).</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> |
| type | xs:string | ||
| properties |
|
||
| annotation |
|
||
| source | <xs:attribute name="Name" type="xs:string" use="required"> <xs:annotation> <xs:documentation>Parameter name - for example, Age.</xs:documentation> </xs:annotation> </xs:attribute> |
| type | xs:boolean | ||
| annotation |
|
||
| source | <xs:attribute name="Array" type="xs:boolean"> <xs:annotation> <xs:documentation>Boolean value indicating whether this parameter contains an array of values (default is false).</xs:documentation> </xs:annotation> </xs:attribute> |
| diagram | ![]() |
||||||||
| type | xs:anyType | ||||||||
| properties |
|
||||||||
| attributes |
|
||||||||
| annotation |
|
||||||||
| source | <xs:element name="ComplexValue" type="xs:anyType" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Value(s) of the complex object. The value is of xs:anyType as it contains the entire complex object as XML.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="Value" type="xs:string" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Parameter value(s) - for example, 10.</xs:documentation> </xs:annotation> </xs:element> |