complexType WorkModelTypes
diagram wp_diagrams/wp_p3444.png
namespace http://api.brm.n2.tibco.com
children WorkModelType
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 <xsd:complexType name="WorkModelTypes">
 
<xsd:annotation>
   
<xsd: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.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:element name="WorkModelType" type="WorkModelType" 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 WorkModelType objects at runtime.   If no expression is supplied then BRM will always choose the first entry</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
</xsd:complexType>

attribute WorkModelTypes/@expression
type xs:string
properties
use optional
annotation
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
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 WorkModelType objects at runtime.   If no expression is supplied then BRM will always choose the first entry</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

element WorkModelTypes/WorkModelType
diagram wp_diagrams/wp_p3445.png
type WorkModelType
properties
minOcc 1
maxOcc unbounded
content complex
children WorkModelMapping
attributes
Name  Type  Use  Default  Fixed  Annotation
workTypeID  xs:string  required      
documentation
The unique ID of the work type as generated by the design type environment.   This will be a GUID.
version  xs:string  optional      
documentation
The OSGi version range of the required work type.   If omitted the latest version will be used.
source <xsd:element name="WorkModelType" type="WorkModelType" maxOccurs="unbounded"/>

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