diagram | |||
namespace | http://api.brm.n2.tibco.com | ||
children | attributeName attributeValue | ||
annotation |
|
||
source | <xsd:complexType name="OrgEntityConfigAttributeSet"> <xsd:annotation> <xsd:documentation>Definition of a configuration attribute setting (a name/value pair).</xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:element name="attributeName" type="xs:string"> <xsd:annotation> <xsd:documentation>Name of the configuration attribute. This must be one of the following: - MaxOpenWorkItemCount, which defines the maximum number of open work items allowed concurrently (for the specified organization model entity). - WorkItemAutoOpen, which defines whether to automatically open the next work item when completing a work item. NOTE: Other configuration attributes are part of the private API and reserved for internal use.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="attributeValue" type="xs:string"> <xsd:annotation> <xsd:documentation>Value of the configuration attribute. This must be one of the following: - for MaxOpenWorkItemCount, an integer. - for WorkItemAutoOpen, a boolean.</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. This must be one of the following: - MaxOpenWorkItemCount, which defines the maximum number of open work items allowed concurrently (for the specified organization model entity). - WorkItemAutoOpen, which defines whether to automatically open the next work item when completing a work item. NOTE: Other configuration attributes are part of the private API and reserved for internal use.</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. This must be one of the following: - for MaxOpenWorkItemCount, an integer. - for WorkItemAutoOpen, a boolean.</xsd:documentation> </xsd:annotation> </xsd:element> |