complexType OrgEntityConfigAttribute
diagram brm_wsdl_diagrams/brm_wsdl_p1586.png
namespace http://api.brm.n2.tibco.com
children attributeName attributeValue readOnly
annotation
documentation
Definition of a configuration attribute for an organizational model entity.
source <xs:complexType name="OrgEntityConfigAttribute">
 
<xs:annotation>
   
<xs:documentation>Definition of a configuration attribute for an organizational model entity.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="attributeName" type="xs:string">
     
<xs:annotation>
       
<xs:documentation>Name of the configuration attribute.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="attributeValue" type="xs:string">
     
<xs:annotation>
       
<xs:documentation>Value of the configuration attribute.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="readOnly" type="xs:boolean">
     
<xs:annotation>
       
<xs:documentation>Boolean value specifying whether the configuration attribute is read only.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element OrgEntityConfigAttribute/attributeName
diagram brm_wsdl_diagrams/brm_wsdl_p1587.png
type xs:string
properties
content simple
annotation
documentation
Name of the configuration attribute.
source <xs:element name="attributeName" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>Name of the configuration attribute.</xs:documentation>
 
</xs:annotation>
</xs:element>

element OrgEntityConfigAttribute/attributeValue
diagram brm_wsdl_diagrams/brm_wsdl_p1588.png
type xs:string
properties
content simple
annotation
documentation
Value of the configuration attribute.
source <xs:element name="attributeValue" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>Value of the configuration attribute.</xs:documentation>
 
</xs:annotation>
</xs:element>

element OrgEntityConfigAttribute/readOnly
diagram brm_wsdl_diagrams/brm_wsdl_p1589.png
type xs:boolean
properties
content simple
annotation
documentation
Boolean value specifying whether the configuration attribute is read only.
source <xs:element name="readOnly" type="xs:boolean">
 
<xs:annotation>
   
<xs:documentation>Boolean value specifying whether the configuration attribute is read only.</xs:documentation>
 
</xs:annotation>
</xs:element>

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