complexType OrgEntityConfigAttributesAvailable
diagram brm_all_diagrams/brm_all_p339.png
namespace http://api.brm.n2.tibco.com
children attributeName readOnly
used by
element getOrgEntityConfigAttributesAvailableResponse/orgEntityConfigAttributesAvailable
annotation
documentation
Set of configuration attributes provided by BRM that can be applied to organization model entities.
source <xs:complexType name="OrgEntityConfigAttributesAvailable">
 
<xs:annotation>
   
<xs:documentation>Set of configuration attributes provided by BRM that can be applied to organization model entities.</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="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 OrgEntityConfigAttributesAvailable/attributeName
diagram brm_all_diagrams/brm_all_p340.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 OrgEntityConfigAttributesAvailable/readOnly
diagram brm_all_diagrams/brm_all_p341.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>


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