complexType XmlModelOrgUnit
diagram de-resource-service_diagrams/de-resource-service_p124.png
namespace http://base.api.de.bpm.tibco.com
type extension of XmlBaseOrgUnit
properties
base XmlBaseOrgUnit
children schema-type allocation-method location-ref privilege-holding attribute push-destination model-position model-org-unit
used by
element XmlModelOrgUnit/model-org-unit
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.
calendar-alias  xs:string  optional      
documentation
The alias of the calendar that this org-unit will use for deadline calculations.
                        This information is only included if requested as part of the request parameters.
annotation
documentation
Describes an organization model organization unit and the associated entities.
source <xs:complexType name="XmlModelOrgUnit">
 
<xs:annotation>
   
<xs:documentation>Describes an organization model organization unit and the associated entities.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="XmlBaseOrgUnit">
     
<xs:sequence>
       
<xs:element name="model-position" type="XmlModelPosition" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>Describes the positions contained within this organization unit.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="model-org-unit" type="XmlModelOrgUnit" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>Describes the organization units contained within this organization unit (the sub-organization units). Each organization unit described may have further sub-organization units.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element XmlModelOrgUnit/model-position
diagram de-resource-service_diagrams/de-resource-service_p125.png
type XmlModelPosition
properties
minOcc 0
maxOcc unbounded
content complex
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 the positions contained within this organization unit.
source <xs:element name="model-position" type="XmlModelPosition" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Describes the positions contained within this organization unit.</xs:documentation>
 
</xs:annotation>
</xs:element>

element XmlModelOrgUnit/model-org-unit
diagram de-resource-service_diagrams/de-resource-service_p126.png
type XmlModelOrgUnit
properties
minOcc 0
maxOcc unbounded
content complex
children schema-type allocation-method location-ref privilege-holding attribute push-destination model-position model-org-unit
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.
calendar-alias  xs:string  optional      
documentation
The alias of the calendar that this org-unit will use for deadline calculations.
                        This information is only included if requested as part of the request parameters.
annotation
documentation
Describes the organization units contained within this organization unit (the sub-organization units). Each organization unit described may have further sub-organization units.
source <xs:element name="model-org-unit" type="XmlModelOrgUnit" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Describes the organization units contained within this organization unit (the sub-organization units). Each organization unit described may have further sub-organization units.</xs:documentation>
 
</xs:annotation>
</xs:element>


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