complexType WorkListFacade
diagram wp_diagrams/wp_p2742.png
namespace http://api.brm.n2.tibco.com
children facade
annotation
documentation
Definition of a Work List Facade list any attributes that have a display name defined.
source <xsd:complexType name="WorkListFacade">
 
<xsd:annotation>
   
<xsd:documentation>Definition of a Work List Facade list any attributes that have a display name defined.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:element name="facade" maxOccurs="unbounded">
     
<xsd:complexType>
       
<xsd:attribute name="attributeName" type="xs:string" use="required">
         
<xsd:annotation>
           
<xsd:documentation>The attribute name for which a display name is available. This is the real attribute name provided by BRM i.e.Attribute1, Attribute2 .......</xsd:documentation>
         
</xsd:annotation>
       
</xsd:attribute>
       
<xsd:attribute name="displayName" type="xs:string">
         
<xsd:annotation>
           
<xsd:documentation>This is the name that should be used when displaying this attribute, and is defined and deployed from Business Studio. </xsd:documentation>
         
</xsd:annotation>
       
</xsd:attribute>
     
</xsd:complexType>
   
</xsd:element>
 
</xsd:sequence>
</xsd:complexType>

element WorkListFacade/facade
diagram wp_diagrams/wp_p2743.png
properties
minOcc 1
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
attributeName  xs:string  required      
documentation
The attribute name for which a display name is available. This is the real attribute name provided by BRM i.e.Attribute1, Attribute2 .......
displayName  xs:string        
documentation
This is the name that should be used when displaying this attribute, and is defined and deployed from Business Studio.
source <xsd:element name="facade" maxOccurs="unbounded">
 
<xsd:complexType>
   
<xsd:attribute name="attributeName" type="xs:string" use="required">
     
<xsd:annotation>
       
<xsd:documentation>The attribute name for which a display name is available. This is the real attribute name provided by BRM i.e.Attribute1, Attribute2 .......</xsd:documentation>
     
</xsd:annotation>
   
</xsd:attribute>
   
<xsd:attribute name="displayName" type="xs:string">
     
<xsd:annotation>
       
<xsd:documentation>This is the name that should be used when displaying this attribute, and is defined and deployed from Business Studio. </xsd:documentation>
     
</xsd:annotation>
   
</xsd:attribute>
 
</xsd:complexType>
</xsd:element>

attribute WorkListFacade/facade/@attributeName
type xs:string
properties
use required
annotation
documentation
The attribute name for which a display name is available. This is the real attribute name provided by BRM i.e.Attribute1, Attribute2 .......
source <xsd:attribute name="attributeName" type="xs:string" use="required">
 
<xsd:annotation>
   
<xsd:documentation>The attribute name for which a display name is available. This is the real attribute name provided by BRM i.e.Attribute1, Attribute2 .......</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute WorkListFacade/facade/@displayName
type xs:string
annotation
documentation
This is the name that should be used when displaying this attribute, and is defined and deployed from Business Studio.
source <xsd:attribute name="displayName" type="xs:string">
 
<xsd:annotation>
   
<xsd:documentation>This is the name that should be used when displaying this attribute, and is defined and deployed from Business Studio. </xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

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