complexType WorkModelEntities
diagram wp_diagrams/wp_p35.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>

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