| diagram | 
					  | 
				
				
					| namespace | 
					http://base.api.de.bpm.tibco.com | 
				
				
					| type | 
					extension of XmlBasePosition | 
				
				
					| properties | 
					 | 
				
				
					| children | 
					schema-type allocation-method location-ref req-capability privilege-holding attribute push-destination candidate-query | 
				
				
					| used by | 
					| element  | XmlModelOrgUnit/model-position |  
  | 
				
				
					| 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="XmlModelPosition"> 
  <xs:annotation> 
    <xs:documentation>Describes an org-model Position and the associated entities.</xs:documentation> 
  </xs:annotation> 
  <xs:complexContent> 
    <xs:extension base="XmlBasePosition"/> 
  </xs:complexContent> 
</xs:complexType> |