complexType WorkModelEntity
diagram wp_diagrams/wp_p1600.png
namespace http://api.brm.n2.tibco.com
children EntityQuery Entities
attributes
Name  Type  Use  Default  Fixed  Annotation
distributionStrategy  DistributionStrategy  required      
documentation
Whether to use ALLOCATE or OFFER with the provided set to entities or entity expression.
annotation
documentation
Definition of a work model entity, either as a set of entities or as an expression to evalute at runtime.
source <xs:complexType name="WorkModelEntity">
 
<xs:annotation>
   
<xs:documentation>Definition of a work model entity, either as a set of entities or as an expression to evalute at runtime.</xs:documentation>
 
</xs:annotation>
 
<xs:choice minOccurs="0">
   
<xs:element name="EntityQuery" type="orgdto:XmlResourceQuery">
     
<xs:annotation>
       
<xs:documentation>This is an expression that should be used by BRM at runtime to query Directory Engine for a set of organistion enities to use when scheduling the item.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Entities" type="orgdto:XmlModelEntityId" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>A set of organisational entities that should be used by BRM at runtime when scheduling the item.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:choice>
 
<xs:attribute name="distributionStrategy" type="DistributionStrategy" use="required">
   
<xs:annotation>
     
<xs:documentation>Whether to use ALLOCATE or OFFER with the provided set to entities or entity expression.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute WorkModelEntity/@distributionStrategy
type DistributionStrategy
properties
use required
facets
Kind Value Annotation
enumeration OFFER
enumeration ALLOCATE
annotation
documentation
Whether to use ALLOCATE or OFFER with the provided set to entities or entity expression.
source <xs:attribute name="distributionStrategy" type="DistributionStrategy" use="required">
 
<xs:annotation>
   
<xs:documentation>Whether to use ALLOCATE or OFFER with the provided set to entities or entity expression.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element WorkModelEntity/EntityQuery
diagram wp_diagrams/wp_p1601.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
This is an expression that should be used by BRM at runtime to query Directory Engine for a set of organistion enities to use when scheduling the item.
source <xs:element name="EntityQuery" type="orgdto:XmlResourceQuery">
 
<xs:annotation>
   
<xs:documentation>This is an expression that should be used by BRM at runtime to query Directory Engine for a set of organistion enities to use when scheduling the item.</xs:documentation>
 
</xs:annotation>
</xs:element>

element WorkModelEntity/Entities
diagram wp_diagrams/wp_p1602.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
A set of organisational entities that should be used by BRM at runtime when scheduling the item.
source <xs:element name="Entities" type="orgdto:XmlModelEntityId" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>A set of organisational entities that should be used by BRM at runtime when scheduling the item.</xs:documentation>
 
</xs:annotation>
</xs:element>

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