complexType WorkListFacade
diagram brm_wsdl_diagrams/brm_wsdl_p880.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 <xs:complexType name="WorkListFacade">
 
<xs:annotation>
   
<xs:documentation>Definition of a Work List Facade list any attributes that have a display name defined.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="facade" maxOccurs="unbounded">
     
<xs:complexType>
       
<xs:attribute name="attributeName" type="xs:string" use="required">
         
<xs:annotation>
           
<xs:documentation>The attribute name for which a display name is available. This is the real attribute name provided by BRM i.e.Attribute1, Attribute2 .......</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="displayName" type="xs:string">
         
<xs:annotation>
           
<xs:documentation>This is the name that should be used when displaying this attribute, and is defined and deployed from Business Studio. </xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
     
</xs:complexType>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element WorkListFacade/facade
diagram brm_wsdl_diagrams/brm_wsdl_p881.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 <xs:element name="facade" maxOccurs="unbounded">
 
<xs:complexType>
   
<xs:attribute name="attributeName" type="xs:string" use="required">
     
<xs:annotation>
       
<xs:documentation>The attribute name for which a display name is available. This is the real attribute name provided by BRM i.e.Attribute1, Attribute2 .......</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="displayName" type="xs:string">
     
<xs:annotation>
       
<xs:documentation>This is the name that should be used when displaying this attribute, and is defined and deployed from Business Studio. </xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs: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 <xs:attribute name="attributeName" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>The attribute name for which a display name is available. This is the real attribute name provided by BRM i.e.Attribute1, Attribute2 .......</xs:documentation>
 
</xs:annotation>
</xs: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 <xs:attribute name="displayName" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>This is the name that should be used when displaying this attribute, and is defined and deployed from Business Studio. </xs:documentation>
 
</xs:annotation>
</xs:attribute>

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