complexType registerAttributesObject
diagram ec_all_diagrams/ec_all_p129.png
namespace http://api.ec.n2.tibco.com
children componentId AttributeDefinition RegisterAttributeOptions
used by
element registerAttributesRequest
source <xs:complexType name="registerAttributesObject">
 
<xs:sequence>
   
<xs:element name="componentId" type="xs:long">
     
<xs:annotation>
       
<xs:documentation>Specify the id of the already-registered component against which you are registering the attributes</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element ref="base:AttributeDefinition" maxOccurs="unbounded"/>
   
<xs:element ref="base:RegisterAttributeOptions" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element registerAttributesObject/componentId
diagram ec_all_diagrams/ec_all_p130.png
type xs:long
properties
content simple
annotation
documentation
Specify the id of the already-registered component against which you are registering the attributes
source <xs:element name="componentId" type="xs:long">
 
<xs:annotation>
   
<xs:documentation>Specify the id of the already-registered component against which you are registering the attributes</xs:documentation>
 
</xs:annotation>
</xs:element>


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