complexType WorkModelType
diagram wp_diagrams/wp_p2279.png
namespace http://api.brm.n2.tibco.com
children WorkModelMapping
used by
element WorkModelTypes/WorkModelType
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.
annotation
documentation
Work type definition for a work model, containing the GUID of the work type to reference along with paramater mapping information.
source <xs:complexType name="WorkModelType">
 
<xs:annotation>
   
<xs:documentation>Work type definition for a work model, containing the GUID of the work type to reference along with paramater mapping information.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="WorkModelMapping" type="WorkModelMapping" minOccurs="0" maxOccurs="unbounded"/>
 
</xs:sequence>
 
<xs:attribute name="workTypeID" type="xs:string" use="required">
   
<xs:annotation>
     
<xs:documentation>The unique ID of the work type as generated by the design type environment.   This will be a GUID.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="version" type="xs:string" use="optional">
   
<xs:annotation>
     
<xs:documentation>The OSGi version range of the required work type.   If omitted the latest version will be used.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute WorkModelType/@workTypeID
type xs:string
properties
use required
annotation
documentation
The unique ID of the work type as generated by the design type environment.   This will be a GUID.
source <xs:attribute name="workTypeID" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>The unique ID of the work type as generated by the design type environment.   This will be a GUID.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute WorkModelType/@version
type xs:string
properties
use optional
annotation
documentation
The OSGi version range of the required work type.   If omitted the latest version will be used.
source <xs:attribute name="version" type="xs:string" use="optional">
 
<xs:annotation>
   
<xs:documentation>The OSGi version range of the required work type.   If omitted the latest version will be used.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element WorkModelType/WorkModelMapping
diagram wp_diagrams/wp_p2280.png
type WorkModelMapping
properties
minOcc 0
maxOcc unbounded
content complex
children TypeParamName ModelParamName DefaultValue
source <xs:element name="WorkModelMapping" type="WorkModelMapping" minOccurs="0" maxOccurs="unbounded"/>

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