diagram | |||||||||||||||
namespace | http://api.brm.n2.tibco.com | ||||||||||||||
children | WorkModelEntity | ||||||||||||||
used by |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
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> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
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> |
diagram | |||||||||||||||
type | WorkModelEntity | ||||||||||||||
properties |
|
||||||||||||||
children | EntityQuery Entities | ||||||||||||||
attributes |
|
||||||||||||||
source | <xs:element name="WorkModelEntity" type="WorkModelEntity" maxOccurs="unbounded"/> |