diagram | |||
namespace | http://api.brm.n2.tibco.com | ||
children | attributeName readOnly | ||
annotation |
|
||
source | <xsd:complexType name="OrgEntityConfigAttributesAvailable"> <xsd:annotation> <xsd:documentation>Set of configuration attributes provided by BRM that can be applied to organization model entities.</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="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> |
diagram | |||
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xsd:element name="attributeName" type="xs:string"> <xsd:annotation> <xsd:documentation>Name of the configuration attribute.</xsd:documentation> </xsd:annotation> </xsd:element> |
diagram | |||
type | xs:boolean | ||
properties |
|
||
annotation |
|
||
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> |