complexType WorkModel
diagram wp_diagrams/wp_p1591.png
namespace http://api.brm.n2.tibco.com
children BaseModelInfo WorkModelSpecification WorkModelEntities WorkModelTypes ItemPrivileges WorkModelScripts
attributes
Name  Type  Use  Default  Fixed  Annotation
workModelUID  xs:string  required      
documentation
Unique ID (or GUID) of the work model.
annotation
documentation
Definition of a work model.
source <xs:complexType name="WorkModel">
 
<xs:annotation>
   
<xs:documentation>Definition of a work model.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="BaseModelInfo" type="BaseModelInfo"/>
   
<xs:element name="WorkModelSpecification" type="WorkModelSpecification"/>
   
<xs:element name="WorkModelEntities" type="WorkModelEntities"/>
   
<xs:element name="WorkModelTypes" type="WorkModelTypes"/>
   
<xs:element name="ItemPrivileges" type="ItemPrivilege" minOccurs="0"/>
   
<xs:element name="WorkModelScripts" type="WorkModelScripts" minOccurs="0"/>
 
</xs:sequence>
 
<xs:attribute name="workModelUID" type="xs:string" use="required">
   
<xs:annotation>
     
<xs:documentation>Unique ID (or GUID) of the work model.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute WorkModel/@workModelUID
type xs:string
properties
use required
annotation
documentation
Unique ID (or GUID) of the work model.
source <xs:attribute name="workModelUID" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>Unique ID (or GUID) of the work model.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element WorkModel/BaseModelInfo
diagram wp_diagrams/wp_p1592.png
type BaseModelInfo
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
name  xs:string  required      
documentation
The name of the work model
description  xs:string  required      
documentation
The description of the work model.
priority  xs:int  optional  50    
documentation
The priority of the work item this model will create (defaults to 50).
source <xs:element name="BaseModelInfo" type="BaseModelInfo"/>

element WorkModel/WorkModelSpecification
diagram wp_diagrams/wp_p1593.png
type WorkModelSpecification
properties
content complex
children inputs outputs inouts
source <xs:element name="WorkModelSpecification" type="WorkModelSpecification"/>

element WorkModel/WorkModelEntities
diagram wp_diagrams/wp_p1594.png
type WorkModelEntities
properties
content complex
children WorkModelEntity
attributes
Name  Type  Use  Default  Fixed  Annotation
expression  xs:string  optional      
documentation
The expression that BRM should use to chose one of the WorkModelEntity objects at runtime.   If no expression is supplied then BRM will always choose the first entry
source <xs:element name="WorkModelEntities" type="WorkModelEntities"/>

element WorkModel/WorkModelTypes
diagram wp_diagrams/wp_p1595.png
type WorkModelTypes
properties
content complex
children WorkModelType
attributes
Name  Type  Use  Default  Fixed  Annotation
expression  xs:string  optional      
documentation
The expression that BRM should use to chose one of the WorkModelType objects at runtime.   If no expression is supplied then BRM will always choose the first entry
source <xs:element name="WorkModelTypes" type="WorkModelTypes"/>

element WorkModel/ItemPrivileges
diagram wp_diagrams/wp_p1596.png
type ItemPrivilege
properties
minOcc 0
maxOcc 1
content complex
children Suspend StatelessRealloc StatefulRealloc Dellocate Delegate Skip Piling
source <xs:element name="ItemPrivileges" type="ItemPrivilege" minOccurs="0"/>

element WorkModel/WorkModelScripts
diagram wp_diagrams/wp_p1597.png
type WorkModelScripts
properties
minOcc 0
maxOcc 1
content complex
children WorkModelScript
source <xs:element name="WorkModelScripts" type="WorkModelScripts" minOccurs="0"/>

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