complexType WorkModelTypes
diagram brm_wsdl_diagrams/brm_wsdl_p72.png
namespace http://api.brm.n2.tibco.com
children WorkModelType
used by
element WorkModel/WorkModelTypes
attributes
Name  Type  Use  Default  Fixed  Annotation
expression  xs:string  optional      
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
annotation
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.
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>

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