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