complexType ParameterType
diagram wp_diagrams/wp_p1556.png
namespace http://api.brm.n2.tibco.com
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
Definition of a data parameter passed to BRM when a work item is scheduled.
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>

attribute ParameterType/@Name
type xs:string
properties
use required
annotation
documentation
Parameter name - for example, Age.
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>

attribute ParameterType/@Array
type xs:boolean
annotation
documentation
Boolean value indicating whether this parameter contains an array of values (default is false).
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>

element ParameterType/ComplexValue
diagram wp_diagrams/wp_p1557.png
type xs:anyType
properties
minOcc 1
maxOcc unbounded
content complex
mixed true
attributes
Name  Type  Use  Default  Fixed  Annotation
annotation
documentation
Value(s) of the complex object.  The value is of xs:anyType as it contains the entire complex object as XML.
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>

element ParameterType/Value
diagram wp_diagrams/wp_p1558.png
type xs:string
properties
minOcc 1
maxOcc unbounded
content simple
annotation
documentation
Parameter value(s) - for example, 10.
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>

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