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

element OrgEntityConfigAttributeSet/attributeName
diagram wp_diagrams/wp_p3381.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 <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>

element OrgEntityConfigAttributeSet/attributeValue
diagram wp_diagrams/wp_p3382.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 <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>

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