complexType Item
diagram brm_wsdl_diagrams/brm_wsdl_p2037.png
namespace http://api.brm.n2.tibco.com
type extension of BaseItemInfo
properties
base BaseItemInfo
children name description entities entityQuery
used by
element scheduleWorkItem/item
attributes
Name  Type  Use  Default  Fixed  Annotation
distributionStrategy  DistributionStrategy  required      
documentation
Distribution strategy to be used for the work item - either OFFER or ALLOCATE.
priority  xs:int        
documentation
Priority of the work item.
groupID  xs:long  optional      
documentation
ID of the work group that the work item belongs to.
workTypeUID  xs:string  required      
documentation
ID of the work type that defines the data specification for this work item.
workTypeVersion  xs:string        
documentation
OSGi version range string of the work type that is to be used.
annotation
documentation
Definition of a work item that is to be scheduled, providing basic, participant and work type information about the work item.
source <xs:complexType name="Item">
 
<xs:annotation>
   
<xs:documentation>Definition of a work item that is to be scheduled, providing basic, participant and work type information about the work item.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="BaseItemInfo">
     
<xs:choice>
       
<xs:element name="entities" type="orgdto:XmlModelEntityId" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>Details of the organization model entities for whom the work item is to be scheduled.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="entityQuery" type="orgdto:XmlResourceQuery">
         
<xs:annotation>
           
<xs:documentation>Specification of a resource query.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:choice>
     
<xs:attribute name="workTypeUID" type="xs:string" use="required">
       
<xs:annotation>
         
<xs:documentation>ID of the work type that defines the data specification for this work item.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
     
<xs:attribute name="workTypeVersion" type="xs:string">
       
<xs:annotation>
         
<xs:documentation>OSGi version range string of the work type that is to be used.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

attribute Item/@workTypeUID
type xs:string
properties
use required
annotation
documentation
ID of the work type that defines the data specification for this work item.
source <xs:attribute name="workTypeUID" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>ID of the work type that defines the data specification for this work item.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute Item/@workTypeVersion
type xs:string
annotation
documentation
OSGi version range string of the work type that is to be used.
source <xs:attribute name="workTypeVersion" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>OSGi version range string of the work type that is to be used.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element Item/entities
diagram brm_wsdl_diagrams/brm_wsdl_p2038.png
type XmlModelEntityId
properties
minOcc 1
maxOcc unbounded
content complex
children dynamic-id-attr qualifierSet
attributes
Name  Type  Use  Default  Fixed  Annotation
model-version  xs:int  optional  -1    
documentation
Major version number of the organization model in which an organization model entity resides.

If not specified, the default value will be the latest version of the organization model.

(Version numbers must be compatible with, and conform to, the OSGi version number schema. For Directory Engine, only the major part of the version number is significant.)
entity-type  OrganisationalEntityType  required      
documentation
Enumerated value defining the type of the organization model entity.
guid  xs:string  required      
documentation
Globally unique ID of the organization model entity.

(Although this value is unique across all entities, if the entity exists within more than one major version, it will share the same GUID.)
qualifier  xs:string  optional      
documentation
Only applicable in certain circumstances, and only to organization model entities whose entity-type is PRIVILEGE or CAPABILITY. These entities can have an association with other entities - for example, a resource may hold many capabilities, or a position may have many privileges.

These associations can have a qualifying value, according to their nature, to differentiate them. For example, the PRIVILEGE to sign off a purchase order may be qualified with the maximum amount that can be signed off.
annotation
documentation
Details of the organization model entities for whom the work item is to be scheduled.
source <xs:element name="entities" type="orgdto:XmlModelEntityId" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Details of the organization model entities for whom the work item is to be scheduled.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Item/entityQuery
diagram brm_wsdl_diagrams/brm_wsdl_p2039.png
type XmlResourceQuery
properties
content complex
children query
attributes
Name  Type  Use  Default  Fixed  Annotation
model-version  xs:int  optional  -1    
documentation
Major version number of the organization model in which an organization model entity resides.

If not specified, the default value will be the latest version of the organization model.

(Version numbers must be compatible with, and conform to, the OSGi version number schema. For Directory Engine, only the major part of the version number is significant.)
annotation
documentation
Specification of a resource query.
source <xs:element name="entityQuery" type="orgdto:XmlResourceQuery">
 
<xs:annotation>
   
<xs:documentation>Specification of a resource query.</xs:documentation>
 
</xs:annotation>
</xs:element>

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