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