| diagram | ![]() |
||||||||||||||||||||||
| namespace | http://api.brm.n2.tibco.com | ||||||||||||||||||||||
| children | WorkModelMapping | ||||||||||||||||||||||
| used by |
|
||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||
| annotation |
|
||||||||||||||||||||||
| 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> |
| type | xs:string | ||
| properties |
|
||
| annotation |
|
||
| 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> |
| type | xs:string | ||
| properties |
|
||
| annotation |
|
||
| 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> |
| diagram | ![]() |
||||||
| type | WorkModelMapping | ||||||
| properties |
|
||||||
| children | TypeParamName ModelParamName DefaultValue | ||||||
| source | <xs:element name="WorkModelMapping" type="WorkModelMapping" minOccurs="0" maxOccurs="unbounded"/> |