complexType OrgEntityConfigAttributeSet
diagram wp_diagrams/wp_p2217.png
namespace http://api.brm.n2.tibco.com
children attributeName attributeValue
used by
element setOrgEntityConfigAttributes/orgEntityConfigAttributeSet
annotation
documentation
Definition of a configuration attribute setting (a name/value pair).
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>

element OrgEntityConfigAttributeSet/attributeName
diagram wp_diagrams/wp_p2218.png
type xs:string
properties
content simple
annotation
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.
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>

element OrgEntityConfigAttributeSet/attributeValue
diagram wp_diagrams/wp_p2219.png
type xs:string
properties
content simple
annotation
documentation
Value of the configuration attribute. This must be one of the following:

- for MaxOpenWorkItemCount, an integer.
- for WorkItemAutoOpen, a boolean.
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>

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