complexType XmlModelOrgUnit
diagram deservices_wsdl_diagrams/deservices_wsdl_p97.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>

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