complexType WorkModelEntities
diagram wp_diagrams/wp_p2262.png
namespace http://api.brm.n2.tibco.com
children WorkModelEntity
used by
element WorkModel/WorkModelEntities
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
annotation
documentation
Complete entity definition for a work model.

This includes mutluple entity sets or expressions with a single expression that determines which set to use.
source <xs:complexType name="WorkModelEntities">
 
<xs:annotation>
   
<xs:documentation>Complete entity definition for a work model.

This includes mutluple entity sets or expressions with a single expression that determines which set to use.
</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="WorkModelEntity" type="WorkModelEntity" maxOccurs="unbounded"/>
 
</xs:sequence>
 
<xs:attribute name="expression" type="xs:string" use="optional">
   
<xs:annotation>
     
<xs: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</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute WorkModelEntities/@expression
type xs:string
properties
use optional
annotation
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:attribute name="expression" type="xs:string" use="optional">
 
<xs:annotation>
   
<xs: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</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element WorkModelEntities/WorkModelEntity
diagram wp_diagrams/wp_p2263.png
type WorkModelEntity
properties
minOcc 1
maxOcc unbounded
content complex
children EntityQuery Entities
attributes
Name  Type  Use  Default  Fixed  Annotation
distributionStrategy  DistributionStrategy  required      
documentation
Whether to use ALLOCATE or OFFER with the provided set to entities or entity expression.
source <xs:element name="WorkModelEntity" type="WorkModelEntity" maxOccurs="unbounded"/>

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