complexType XmlOrgUnit
diagram deservices_wsdl_diagrams/deservices_wsdl_p103.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 extension-point instance-id-attr position org-unit
used by
elements XmlOrgUnit/org-unit XmlOrganization/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.
                       
annotation
documentation
Describes an organization model organization unit and the associated entities.
source <xs:complexType name="XmlOrgUnit">
 
<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="extension-point" type="XmlExtensionPointSetting" minOccurs="0" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>Marks this entity as being an Organisation Extension Point; and provides the configuration details of that Extension Point.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="instance-id-attr" type="XmlModelInstanceIdValue" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>Only used for Dynamic Model-Template instances. Makes up one element of the Model-Template Identity; each element being a named attribute linked to a named LDAP attribute.
                            These elements are only included for the root org-unit of a Model-Template instance.
</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="position" type="XmlPosition" 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="org-unit" type="XmlOrgUnit" 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:attribute name="dynamic" type="xs:boolean" use="optional">
       
<xs:annotation>
         
<xs: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.
                       
</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
     
<xs:attribute name="extension-point" type="xs:boolean" use="optional">
       
<xs:annotation>
         
<xs:documentation>Only used in the org-model drill-down API. Returns true if this Org-Unit has been designated as an Extension Point.
                       
</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

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