element getOrgModelEntityResponse
diagram deservices_wsdl_diagrams/deservices_wsdl_p1894.png
namespace http://orgmodel.api.de.bpm.tibco.com
properties
content complex
children capability-category capability privilege-category privilege group location organization org-unit position model-org-unit model-position resource-attribute query
attributes
Name  Type  Use  Default  Fixed  Annotation
model-version  xs:int  required      
documentation
Major version number of the organization model. The contained organization model deployment records make up this version.
annotation
documentation
Response element for the getOrgModelEntity operation.
source <xs:element name="getOrgModelEntityResponse">
 
<xs:annotation>
   
<xs:documentation>Response element for the getOrgModelEntity operation.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:choice>
     
<xs:element name="capability-category" type="de:XmlCapabilityCategory" minOccurs="0" maxOccurs="unbounded"/>
     
<xs:element name="capability" type="de:XmlCapability" minOccurs="0" maxOccurs="unbounded"/>
     
<xs:element name="privilege-category" type="de:XmlPrivilegeCategory" minOccurs="0" maxOccurs="unbounded"/>
     
<xs:element name="privilege" type="de:XmlPrivilege" minOccurs="0" maxOccurs="unbounded"/>
     
<xs:element name="group" type="de:XmlGroup" minOccurs="0" maxOccurs="unbounded"/>
     
<xs:element name="location" type="de:XmlLocation" minOccurs="0" maxOccurs="unbounded"/>
     
<xs:element name="organization" type="de:XmlOrganization" minOccurs="0" maxOccurs="unbounded"/>
     
<xs:element name="org-unit" type="de:XmlOrgUnit" minOccurs="0" maxOccurs="unbounded"/>
     
<xs:element name="position" type="de:XmlPosition" minOccurs="0" maxOccurs="unbounded"/>
     
<xs:element name="model-org-unit" type="de:XmlModelOrgUnit" minOccurs="0" maxOccurs="unbounded"/>
     
<xs:element name="model-position" type="de:XmlModelPosition" minOccurs="0" maxOccurs="unbounded"/>
     
<xs:element name="resource-attribute" type="de:XmlOrgAttribute" minOccurs="0" maxOccurs="unbounded"/>
     
<xs:element name="query" type="de:XmlQueryEntity" minOccurs="0" maxOccurs="unbounded"/>
   
</xs:choice>
   
<xs:attribute name="model-version" type="xs:int" use="required">
     
<xs:annotation>
       
<xs:documentation>Major version number of the organization model. The contained organization model deployment records make up this version.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute getOrgModelEntityResponse/@model-version
type xs:int
properties
use required
annotation
documentation
Major version number of the organization model. The contained organization model deployment records make up this version.
source <xs:attribute name="model-version" type="xs:int" use="required">
 
<xs:annotation>
   
<xs:documentation>Major version number of the organization model. The contained organization model deployment records make up this version.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element getOrgModelEntityResponse/capability-category
diagram deservices_wsdl_diagrams/deservices_wsdl_p1895.png
type XmlCapabilityCategory
properties
minOcc 0
maxOcc unbounded
content complex
children capability-category capability
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.
source <xs:element name="capability-category" type="de:XmlCapabilityCategory" minOccurs="0" maxOccurs="unbounded"/>

element getOrgModelEntityResponse/capability
diagram deservices_wsdl_diagrams/deservices_wsdl_p1896.png
type XmlCapability
properties
minOcc 0
maxOcc unbounded
content complex
children qualifier
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.
resource-count  xs:int  optional  0    
documentation
Reports the number of resources assigned with this capability. This information is only included if requested as part of the request parameters.
source <xs:element name="capability" type="de:XmlCapability" minOccurs="0" maxOccurs="unbounded"/>

element getOrgModelEntityResponse/privilege-category
diagram deservices_wsdl_diagrams/deservices_wsdl_p1897.png
type XmlPrivilegeCategory
properties
minOcc 0
maxOcc unbounded
content complex
children privilege-category privilege
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.
source <xs:element name="privilege-category" type="de:XmlPrivilegeCategory" minOccurs="0" maxOccurs="unbounded"/>

element getOrgModelEntityResponse/privilege
diagram deservices_wsdl_diagrams/deservices_wsdl_p1898.png
type XmlPrivilege
properties
minOcc 0
maxOcc unbounded
content complex
children qualifier
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.
source <xs:element name="privilege" type="de:XmlPrivilege" minOccurs="0" maxOccurs="unbounded"/>

element getOrgModelEntityResponse/group
diagram deservices_wsdl_diagrams/deservices_wsdl_p1899.png
type XmlGroup
properties
minOcc 0
maxOcc unbounded
content complex
children allocation-method group req-capability privilege-holding 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.
resource-count  xs:int  optional  0    
documentation
Reports the number of resources assigned to this group. This information is only included if requested as part of the request parameters.
calendar-alias  xs:string  optional      
documentation
The alias of the calendar that this group 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 Group holds a Candidate Query configuration.
                       
source <xs:element name="group" type="de:XmlGroup" minOccurs="0" maxOccurs="unbounded"/>

element getOrgModelEntityResponse/location
diagram deservices_wsdl_diagrams/deservices_wsdl_p1900.png
type XmlLocation
properties
minOcc 0
maxOcc unbounded
content complex
children schema-type attribute
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.
source <xs:element name="location" type="de:XmlLocation" minOccurs="0" maxOccurs="unbounded"/>

element getOrgModelEntityResponse/organization
diagram deservices_wsdl_diagrams/deservices_wsdl_p1901.png
type XmlOrganization
properties
minOcc 0
maxOcc unbounded
content complex
children schema-type allocation-method location-ref org-unit attribute push-destination
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 organization will use for deadline calculations. This information is only included if requested as part of the request parameters.
source <xs:element name="organization" type="de:XmlOrganization" minOccurs="0" maxOccurs="unbounded"/>

element getOrgModelEntityResponse/org-unit
diagram deservices_wsdl_diagrams/deservices_wsdl_p1902.png
type XmlOrgUnit
properties
minOcc 0
maxOcc unbounded
content complex
children schema-type allocation-method location-ref privilege-holding attribute push-destination extension-point instance-id-attr position 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.
dynamic  xs:boolean  optional      
documentation
Returns true if this entity was dynamically generated as a result of an
                        Organisational Model Extension Point; rather than part of an org-model deployment.
                       
extension-point  xs:boolean  optional      
documentation
Only used in the org-model drill-down API. Returns true if this Org-Unit has been designated as an Extension Point.
                       
source <xs:element name="org-unit" type="de:XmlOrgUnit" minOccurs="0" maxOccurs="unbounded"/>

element getOrgModelEntityResponse/position
diagram deservices_wsdl_diagrams/deservices_wsdl_p1903.png
type XmlPosition
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.
                       
resource-count  xs:int  optional  0    
documentation
Reports the number of resources assigned to this position. This information is only included if requested as part of the request parameters.
dynamic  xs:boolean  optional      
documentation
Returns true if this Position was dynamically generated as a result of an
                        Organisational Model Extension Point; rather than part of an org-model deployment.
                       
source <xs:element name="position" type="de:XmlPosition" minOccurs="0" maxOccurs="unbounded"/>

element getOrgModelEntityResponse/model-org-unit
diagram deservices_wsdl_diagrams/deservices_wsdl_p1904.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.
source <xs:element name="model-org-unit" type="de:XmlModelOrgUnit" minOccurs="0" maxOccurs="unbounded"/>

element getOrgModelEntityResponse/model-position
diagram deservices_wsdl_diagrams/deservices_wsdl_p1905.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.
                       
source <xs:element name="model-position" type="de:XmlModelPosition" minOccurs="0" maxOccurs="unbounded"/>

element getOrgModelEntityResponse/resource-attribute
diagram deservices_wsdl_diagrams/deservices_wsdl_p1906.png
type XmlOrgAttribute
properties
minOcc 0
maxOcc unbounded
content complex
children enum-val
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.
type  XmlParameterType  required      
documentation
Indicates the data type of the attribute values.
source <xs:element name="resource-attribute" type="de:XmlOrgAttribute" minOccurs="0" maxOccurs="unbounded"/>

element getOrgModelEntityResponse/query
diagram deservices_wsdl_diagrams/deservices_wsdl_p1907.png
type XmlQueryEntity
properties
minOcc 0
maxOcc unbounded
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.
source <xs:element name="query" type="de:XmlQueryEntity" minOccurs="0" maxOccurs="unbounded"/>

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