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

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

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