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

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