diagram | |||
namespace | http://api.brm.n2.tibco.com | ||
children | attributeName attributeValue | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="OrgEntityConfigAttributeSet"> <xs:annotation> <xs:documentation>Definition of a configuration attribute setting (a name/value pair).</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="attributeName" type="xs:string"> <xs:annotation> <xs: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.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="attributeValue" type="xs:string"> <xs:annotation> <xs:documentation>Value of the configuration attribute. This must be one of the following: - for MaxOpenWorkItemCount, an integer. - for WorkItemAutoOpen, a boolean.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
diagram | |||
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xs:element name="attributeName" type="xs:string"> <xs:annotation> <xs: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.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xs:element name="attributeValue" type="xs:string"> <xs:annotation> <xs:documentation>Value of the configuration attribute. This must be one of the following: - for MaxOpenWorkItemCount, an integer. - for WorkItemAutoOpen, a boolean.</xs:documentation> </xs:annotation> </xs:element> |