diagram | |||
namespace | http://api.brm.n2.tibco.com | ||
children | facade | ||
used by |
|
||
annotation |
|
||
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> |
diagram | |||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
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> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
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> |
type | xs:string | ||
annotation |
|
||
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> |