complexType OrgEntityConfigAttribute
diagram wp_diagrams/wp_p3373.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 <xsd:complexType name="OrgEntityConfigAttribute">
 
<xsd:annotation>
   
<xsd:documentation>Definition of a configuration attribute for an organizational model entity.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:element name="attributeName" type="xs:string">
     
<xsd:annotation>
       
<xsd:documentation>Name of the configuration attribute.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="attributeValue" type="xs:string">
     
<xsd:annotation>
       
<xsd:documentation>Value of the configuration attribute.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="readOnly" type="xs:boolean">
     
<xsd:annotation>
       
<xsd:documentation>Boolean value specifying whether the configuration attribute is read only.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
 
</xsd:sequence>
</xsd:complexType>

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

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

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

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