complexType WorkModelMapping
diagram wp_diagrams/wp_p3434.png
namespace http://api.brm.n2.tibco.com
children TypeParamName ModelParamName DefaultValue
annotation
documentation
Definition of a mapping of a work model parameter to a work type parameter.
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>

element WorkModelMapping/TypeParamName
diagram wp_diagrams/wp_p3435.png
type xs:string
properties
content simple
annotation
documentation
The name of the WorkType parameter this mapping relates to.
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>

element WorkModelMapping/ModelParamName
diagram wp_diagrams/wp_p3436.png
type xs:string
properties
content simple
annotation
documentation
The name of the Model parameter whose value should be mapped to map to this WorkType parameter.
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>

element WorkModelMapping/DefaultValue
diagram wp_diagrams/wp_p3437.png
type xs:string
properties
content simple
annotation
documentation
A default value to specify for the WorkType parameter if no appropriate Model parameter exist to map from.
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>

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