diagram | |||
namespace | http://api.brm.n2.tibco.com | ||
children | attributeName attributeValue readOnly | ||
annotation |
|
||
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> |
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:string | ||
properties |
|
||
annotation |
|
||
source | <xsd:element name="attributeValue" type="xs:string"> <xsd:annotation> <xsd:documentation>Value 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> |