complexType DataModel
diagram wp_diagrams/wp_p2959.png
namespace http://datamodel.common.n2.tibco.com
children inputs outputs inouts
annotation
documentation
Sets of INPUT, OUTPUT and INOUT parameters that define the complete data model for a work item or page activity.
source <xsd:complexType name="DataModel">
 
<xsd:annotation>
   
<xsd:documentation>Sets of INPUT, OUTPUT and INOUT parameters that define the complete data model for a work item or page activity.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:element name="inputs" type="FieldType" minOccurs="0" maxOccurs="unbounded">
     
<xsd:annotation>
       
<xsd:documentation>An array of parameters passed to a work item or page activity.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="outputs" type="FieldType" minOccurs="0" maxOccurs="unbounded">
     
<xsd:annotation>
       
<xsd:documentation>An array of parameters passed from a work item or page activity.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="inouts" type="FieldType" minOccurs="0" maxOccurs="unbounded">
     
<xsd:annotation>
       
<xsd:documentation>An array of parameters passed to/from a work item or page activity.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
 
</xsd:sequence>
</xsd:complexType>

element DataModel/inputs
diagram wp_diagrams/wp_p2960.png
type FieldType
properties
minOcc 0
maxOcc unbounded
content complex
children simpleSpec complexSpec
attributes
Name  Type  Use  Default  Fixed  Annotation
name  xs:string  required      
documentation
Name of the data field.
type  derived by: xs:string  required      
documentation
Type of the data field (e.g. string, integer etc.).
optional  xs:boolean  optional      
documentation
Boolean value that defines whether the parameter is optional (default is false).
array  xs:boolean        
documentation
Indicates whether this parameter contains an array of values (default is false).
annotation
documentation
An array of parameters passed to a work item or page activity.
source <xsd:element name="inputs" type="FieldType" minOccurs="0" maxOccurs="unbounded">
 
<xsd:annotation>
   
<xsd:documentation>An array of parameters passed to a work item or page activity.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element DataModel/outputs
diagram wp_diagrams/wp_p2961.png
type FieldType
properties
minOcc 0
maxOcc unbounded
content complex
children simpleSpec complexSpec
attributes
Name  Type  Use  Default  Fixed  Annotation
name  xs:string  required      
documentation
Name of the data field.
type  derived by: xs:string  required      
documentation
Type of the data field (e.g. string, integer etc.).
optional  xs:boolean  optional      
documentation
Boolean value that defines whether the parameter is optional (default is false).
array  xs:boolean        
documentation
Indicates whether this parameter contains an array of values (default is false).
annotation
documentation
An array of parameters passed from a work item or page activity.
source <xsd:element name="outputs" type="FieldType" minOccurs="0" maxOccurs="unbounded">
 
<xsd:annotation>
   
<xsd:documentation>An array of parameters passed from a work item or page activity.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element DataModel/inouts
diagram wp_diagrams/wp_p2962.png
type FieldType
properties
minOcc 0
maxOcc unbounded
content complex
children simpleSpec complexSpec
attributes
Name  Type  Use  Default  Fixed  Annotation
name  xs:string  required      
documentation
Name of the data field.
type  derived by: xs:string  required      
documentation
Type of the data field (e.g. string, integer etc.).
optional  xs:boolean  optional      
documentation
Boolean value that defines whether the parameter is optional (default is false).
array  xs:boolean        
documentation
Indicates whether this parameter contains an array of values (default is false).
annotation
documentation
An array of parameters passed to/from a work item or page activity.
source <xsd:element name="inouts" type="FieldType" minOccurs="0" maxOccurs="unbounded">
 
<xsd:annotation>
   
<xsd:documentation>An array of parameters passed to/from a work item or page activity.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

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