diagram | |||||||||||||||
namespace | http://api.brm.n2.tibco.com | ||||||||||||||
children | WorkModelEntity | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xsd:complexType name="WorkModelEntities"> <xsd:annotation> <xsd: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.</xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:element name="WorkModelEntity" type="WorkModelEntity" maxOccurs="unbounded"/> </xsd:sequence> <xsd:attribute name="expression" type="xs:string" use="optional"> <xsd:annotation> <xsd: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</xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:complexType> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xsd:attribute name="expression" type="xs:string" use="optional"> <xsd:annotation> <xsd: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</xsd:documentation> </xsd:annotation> </xsd:attribute> |
diagram | |||||||||||||||
type | WorkModelEntity | ||||||||||||||
properties |
|
||||||||||||||
children | EntityQuery Entities | ||||||||||||||
attributes |
|
||||||||||||||
source | <xsd:element name="WorkModelEntity" type="WorkModelEntity" maxOccurs="unbounded"/> |