complexType XmlBasePosition
diagram de_wsdl_diagrams/de_wsdl_p23899.png
namespace http://base.api.de.bpm.tibco.com
type extension of XmlModelEntity
properties
base XmlModelEntity
abstract true
children schema-type allocation-method location-ref req-capability privilege-holding attribute push-destination candidate-query
attributes
Name  Type  Use  Default  Fixed  Annotation
guid  xs:string  required      
documentation
The GUID that uniquely identifies the entity.
name  xs:string  required      
documentation
The name assigned to the entity.
label  xs:string  optional      
documentation
The optional label assigned to the entity. This is used for display purposes. If not given, the name is used for display.
ideal-number  xs:int  required      
documentation
For modelling purposes only, this returns the ideal number of resources that should be assigned to this Position.

A position can be filled by any number of human resources, but an ideal number can be specified. This ideal number is merely an indication, and a lower or higher number of human resource assignments can be made.
calendar-alias  xs:string  optional      
documentation
The alias of the calendar that this position will use for deadline calculations. This information is only included if requested as part of the request parameters.
candidate-query  xs:boolean  optional      
documentation
Only used in the org-model drill-down API. Returns true if this Position holds a Candidate Query configuration.
                       
annotation
documentation
Describes an org-model Position and the associated entities.
source <xs:complexType name="XmlBasePosition" abstract="true">
 
<xs:annotation>
   
<xs:documentation>Describes an org-model Position and the associated entities.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="XmlModelEntity">
     
<xs:sequence>
       
<xs:element name="schema-type" type="XmlModelEntity" minOccurs="0" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>Describes the org-model schema type from which this position is derived.

This is an optional element, as a position need not be derived from a schema type.
</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="allocation-method" type="XmlSelectionMode" minOccurs="0" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>Describes the method of work allocation for this position.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="location-ref" type="XmlModelEntity" minOccurs="0" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>Identifies the location to which this position is associated.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="req-capability" type="XmlEntityAssignmentQualified" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>Identifies a capability assignment that forms the collection of capabilities required to join this position.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="privilege-holding" type="XmlEntityAssignmentQualified" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>Identifies the privileges held by this position, and any qualifier values that may apply.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="attribute" type="XmlOrgAttributeValue" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>Names an attribute assigned to this position, and gives the definition for that attribute.  Attributes can only be assigned to a position if it has a schema-type.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="push-destination" type="XmlPushDestination" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>Describes a Push Destinations, used to push work-items to Resources.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="candidate-query" type="XmlCandidateQuery" minOccurs="0" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>The optional query that will identify candidate Resource for this Position.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
     
<xs:attribute name="ideal-number" type="xs:int" use="required">
       
<xs:annotation>
         
<xs:documentation>For modelling purposes only, this returns the ideal number of resources that should be assigned to this Position.

A position can be filled by any number of human resources, but an ideal number can be specified. This ideal number is merely an indication, and a lower or higher number of human resource assignments can be made.
</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
     
<xs:attribute name="calendar-alias" type="xs:string" use="optional">
       
<xs:annotation>
         
<xs:documentation>The alias of the calendar that this position will use for deadline calculations. This information is only included if requested as part of the request parameters.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
     
<xs:attribute name="candidate-query" type="xs:boolean" use="optional">
       
<xs:annotation>
         
<xs:documentation>Only used in the org-model drill-down API. Returns true if this Position holds a Candidate Query configuration.
                       
</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

attribute XmlBasePosition/@ideal-number
type xs:int
properties
use required
annotation
documentation
For modelling purposes only, this returns the ideal number of resources that should be assigned to this Position.

A position can be filled by any number of human resources, but an ideal number can be specified. This ideal number is merely an indication, and a lower or higher number of human resource assignments can be made.
source <xs:attribute name="ideal-number" type="xs:int" use="required">
 
<xs:annotation>
   
<xs:documentation>For modelling purposes only, this returns the ideal number of resources that should be assigned to this Position.

A position can be filled by any number of human resources, but an ideal number can be specified. This ideal number is merely an indication, and a lower or higher number of human resource assignments can be made.
</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute XmlBasePosition/@calendar-alias
type xs:string
properties
use optional
annotation
documentation
The alias of the calendar that this position will use for deadline calculations. This information is only included if requested as part of the request parameters.
source <xs:attribute name="calendar-alias" type="xs:string" use="optional">
 
<xs:annotation>
   
<xs:documentation>The alias of the calendar that this position will use for deadline calculations. This information is only included if requested as part of the request parameters.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute XmlBasePosition/@candidate-query
type xs:boolean
properties
use optional
annotation
documentation
Only used in the org-model drill-down API. Returns true if this Position holds a Candidate Query configuration.
                       
source <xs:attribute name="candidate-query" type="xs:boolean" use="optional">
 
<xs:annotation>
   
<xs:documentation>Only used in the org-model drill-down API. Returns true if this Position holds a Candidate Query configuration.
                       
</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element XmlBasePosition/schema-type
diagram de_wsdl_diagrams/de_wsdl_p23900.png
type XmlModelEntity
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
guid  xs:string  required      
documentation
The GUID that uniquely identifies the entity.
name  xs:string  required      
documentation
The name assigned to the entity.
label  xs:string  optional      
documentation
The optional label assigned to the entity. This is used for display purposes. If not given, the name is used for display.
annotation
documentation
Describes the org-model schema type from which this position is derived.

This is an optional element, as a position need not be derived from a schema type.
source <xs:element name="schema-type" type="XmlModelEntity" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Describes the org-model schema type from which this position is derived.

This is an optional element, as a position need not be derived from a schema type.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element XmlBasePosition/allocation-method
diagram de_wsdl_diagrams/de_wsdl_p23901.png
type XmlSelectionMode
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
method  XmlAllocationMethod  required      
documentation
Algorithm used to select a resource. One of:
- ANY: use random selection.
- NEXT: use iterative selection.
- THIS: use the specifically identified resource.
- PLUGIN: use the named plugin code (where the name is given separately) to perform the selection.
plugin  xs:string  optional      
documentation
Name of custom plugin implementation.
annotation
documentation
Describes the method of work allocation for this position.
source <xs:element name="allocation-method" type="XmlSelectionMode" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Describes the method of work allocation for this position.</xs:documentation>
 
</xs:annotation>
</xs:element>

element XmlBasePosition/location-ref
diagram de_wsdl_diagrams/de_wsdl_p23902.png
type XmlModelEntity
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
guid  xs:string  required      
documentation
The GUID that uniquely identifies the entity.
name  xs:string  required      
documentation
The name assigned to the entity.
label  xs:string  optional      
documentation
The optional label assigned to the entity. This is used for display purposes. If not given, the name is used for display.
annotation
documentation
Identifies the location to which this position is associated.
source <xs:element name="location-ref" type="XmlModelEntity" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Identifies the location to which this position is associated.</xs:documentation>
 
</xs:annotation>
</xs:element>

element XmlBasePosition/req-capability
diagram de_wsdl_diagrams/de_wsdl_p23903.png
type XmlEntityAssignmentQualified
properties
minOcc 0
maxOcc unbounded
content complex
children qualifier-value
attributes
Name  Type  Use  Default  Fixed  Annotation
guid  xs:string  required      
documentation
The GUID that uniquely identifies the entity.
name  xs:string  required      
documentation
The name assigned to the entity.
label  xs:string  optional      
documentation
The optional label assigned to the entity. This is used for display purposes. If not given, the name is used for display.
annotation
documentation
Identifies a capability assignment that forms the collection of capabilities required to join this position.
source <xs:element name="req-capability" type="XmlEntityAssignmentQualified" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Identifies a capability assignment that forms the collection of capabilities required to join this position.</xs:documentation>
 
</xs:annotation>
</xs:element>

element XmlBasePosition/privilege-holding
diagram de_wsdl_diagrams/de_wsdl_p23904.png
type XmlEntityAssignmentQualified
properties
minOcc 0
maxOcc unbounded
content complex
children qualifier-value
attributes
Name  Type  Use  Default  Fixed  Annotation
guid  xs:string  required      
documentation
The GUID that uniquely identifies the entity.
name  xs:string  required      
documentation
The name assigned to the entity.
label  xs:string  optional      
documentation
The optional label assigned to the entity. This is used for display purposes. If not given, the name is used for display.
annotation
documentation
Identifies the privileges held by this position, and any qualifier values that may apply.
source <xs:element name="privilege-holding" type="XmlEntityAssignmentQualified" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Identifies the privileges held by this position, and any qualifier values that may apply.</xs:documentation>
 
</xs:annotation>
</xs:element>

element XmlBasePosition/attribute
diagram de_wsdl_diagrams/de_wsdl_p23905.png
type XmlOrgAttributeValue
properties
minOcc 0
maxOcc unbounded
content complex
children definition value
annotation
documentation
Names an attribute assigned to this position, and gives the definition for that attribute.  Attributes can only be assigned to a position if it has a schema-type.
source <xs:element name="attribute" type="XmlOrgAttributeValue" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Names an attribute assigned to this position, and gives the definition for that attribute.  Attributes can only be assigned to a position if it has a schema-type.</xs:documentation>
 
</xs:annotation>
</xs:element>

element XmlBasePosition/push-destination
diagram de_wsdl_diagrams/de_wsdl_p23906.png
type XmlPushDestination
properties
minOcc 0
maxOcc unbounded
content complex
children value
attributes
Name  Type  Use  Default  Fixed  Annotation
name  xs:string  required      
documentation
The name of the push destination.
channel-type  ChannelType  required      
documentation
Enumerated type defining the presentation technology used by the channel associated with this push destination.
channel-id  xs:string  required      
documentation
Unique ID of the channel associated with this push destination.
enabled  xs:boolean  required      
documentation
Boolean value indicating whether this push destination is currently enabled (TRUE) or not (FALSE).
resource-attr-guid  xs:string  optional      
documentation
Unique ID of a resource attribute whose value should be used for the push destination. The parameter descriptor must be assigned to the organization model entity for whom the push destination is being set.  If a value is assigned to both this attribute and the "value" element, the value of this attribute will be used.
annotation
documentation
Describes a Push Destinations, used to push work-items to Resources.
source <xs:element name="push-destination" type="XmlPushDestination" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Describes a Push Destinations, used to push work-items to Resources.</xs:documentation>
 
</xs:annotation>
</xs:element>

element XmlBasePosition/candidate-query
diagram de_wsdl_diagrams/de_wsdl_p23907.png
type XmlCandidateQuery
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
container-id  xs:long  required      
documentation
Identifies the LDAP Container whose the Primary LDAP Source will be used to evaluate the query.
query  xs:string  optional      
documentation
The LDAP Query that will be combined with the query of the Primary LDAP Source to identify candidate Resources.
base-dn  xs:string  optional      
documentation
(Optional) Provides an additional base DN that will be used to restrict the scope of the Candidate Query. This base DN is relative to, and in additon, to any base DN of the LDAP Container's primary LDAP Source.
search-scope  XmlLdapSearchScope  optional      
documentation
Enumerated value indicating the scope on which an LDAP search is to be performed.
annotation
documentation
The optional query that will identify candidate Resource for this Position.
source <xs:element name="candidate-query" type="XmlCandidateQuery" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The optional query that will identify candidate Resource for this Position.</xs:documentation>
 
</xs:annotation>
</xs:element>

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