complexType Attribute
diagram ec_wsdl_diagrams/ec_wsdl_p1242.png
namespace http://base.api.ec.n2.tibco.com
children attributeId attributeName attributeDisplayName value
used by
elements Attribute Event/attribute BaseComment/attribute
annotation
documentation
Definition of a specific attribute/value pairing. 

The attributeId can be referenced to an AttributeDefinition using the following operations:

- getAttributes
- getAllAttributes
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>

element Attribute/attributeId
diagram ec_wsdl_diagrams/ec_wsdl_p1243.png
type xs:long
properties
content simple
annotation
documentation
Attribute ID that this value refers to.
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>

element Attribute/attributeName
diagram ec_wsdl_diagrams/ec_wsdl_p1244.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
(Optional) Name of this attribute.
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>

element Attribute/attributeDisplayName
diagram ec_wsdl_diagrams/ec_wsdl_p1245.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="attributeDisplayName" type="xs:string" minOccurs="0" maxOccurs="1"/>

element Attribute/value
diagram ec_wsdl_diagrams/ec_wsdl_p1246.png
type xs:string
properties
minOcc 1
maxOcc unbounded
content simple
annotation
documentation
Value of this attribute in the context of this event.
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>

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