diagram | |||
namespace | http://base.api.ec.n2.tibco.com | ||
children | attributeId attributeName attributeDisplayName value | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="Attribute"> <xs:annotation> <xs:documentation>Definition of a specific attribute/value pairing. The attributeId can be referenced to an AttributeDefinition using the following operations: - getAttributes - getAllAttributes </xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="attributeId" type="xs:long" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>Attribute ID that this value refers to.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="attributeName" type="xs:string" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>(Optional) Name of this attribute.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="attributeDisplayName" type="xs:string" minOccurs="0" maxOccurs="1"/> <xs:element name="value" type="xs:string" minOccurs="1" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Value of this attribute in the context of this event.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
diagram | |||
type | xs:long | ||
properties |
|
||
annotation |
|
||
source | <xs:element name="attributeId" type="xs:long" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>Attribute ID that this value refers to.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||
type | xs:string | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="attributeName" type="xs:string" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>(Optional) Name of this attribute.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="attributeDisplayName" type="xs:string" minOccurs="0" maxOccurs="1"/> |
diagram | |||||||
type | xs:string | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="value" type="xs:string" minOccurs="1" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Value of this attribute in the context of this event.</xs:documentation> </xs:annotation> </xs:element> |