diagram | |||
namespace | http://api.brm.n2.tibco.com | ||
children | TypeParamName ModelParamName DefaultValue | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="WorkModelMapping"> <xs:annotation> <xs:documentation>Definition of a mapping of a work model parameter to a work type parameter.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="TypeParamName" type="xs:string"> <xs:annotation> <xs:documentation>The name of the WorkType parameter this mapping relates to.</xs:documentation> </xs:annotation> </xs:element> <xs:choice> <xs:annotation> <xs:documentation>Users should map either Model parameter or if no appropriate one exists provide default value.</xs:documentation> </xs:annotation> <xs:element name="ModelParamName" type="xs:string"> <xs:annotation> <xs:documentation>The name of the Model parameter whose value should be mapped to map to this WorkType parameter.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="DefaultValue" type="xs:string"> <xs:annotation> <xs:documentation>A default value to specify for the WorkType parameter if no appropriate Model parameter exist to map from.</xs:documentation> </xs:annotation> </xs:element> </xs:choice> </xs:sequence> </xs:complexType> |
diagram | |||
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xs:element name="TypeParamName" type="xs:string"> <xs:annotation> <xs:documentation>The name of the WorkType parameter this mapping relates to.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xs:element name="ModelParamName" type="xs:string"> <xs:annotation> <xs:documentation>The name of the Model parameter whose value should be mapped to map to this WorkType parameter.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xs:element name="DefaultValue" type="xs:string"> <xs:annotation> <xs:documentation>A default value to specify for the WorkType parameter if no appropriate Model parameter exist to map from.</xs:documentation> </xs:annotation> </xs:element> |