| diagram | ![]() |
||||||||||||||
| namespace | http://api.brm.n2.tibco.com | ||||||||||||||
| children | WorkModelType | ||||||||||||||
| used by |
|
||||||||||||||
| attributes |
|
||||||||||||||
| annotation |
|
||||||||||||||
| source | <xs:complexType name="WorkModelTypes"> <xs:annotation> <xs:documentation>Complete work type definition for a work model. This includes multiple work type ID references and an expression that determines which work type to use.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="WorkModelType" type="WorkModelType" 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 WorkModelType 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 WorkModelType objects at runtime. If no expression is supplied then BRM will always choose the first entry</xs:documentation> </xs:annotation> </xs:attribute> |
| diagram | ![]() |
||||||||||||||||||||||
| type | WorkModelType | ||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||
| children | WorkModelMapping | ||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||
| source | <xs:element name="WorkModelType" type="WorkModelType" maxOccurs="unbounded"/> |