complexType XmlContainer
diagram deservices_wsdl_diagrams/deservices_wsdl_p67.png
namespace http://base.api.de.bpm.tibco.com
children primary-ldap primary-group-ldap secondary-ldap secondary-group-ldap restricted-org
used by
element test
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:long  optional  0    
documentation
Unique ID of the LDAP container. Only given when updating an existing LDAP container.
name  xs:string  required      
documentation
Unique name of the LDAP container.
description  xs:string  optional      
documentation
Description of the LDAP container.
active  xs:boolean    true    
documentation
Read-only - Indicates if this container has been marked as deleted. Containers will only be deleted when all resources derived from it are deleted.
entity-count  xs:int  optional      
documentation
Read-only - only specified when this XmlContainer is used in a service response.

The count of the number of LDAP entries this container referenced. This count is set when the container is queried. The count may not be currently correct if the LDAP directory has been modified since the count was set.
last-accessed  xs:dateTime  optional      
documentation
Read-only - Date and time on which the LDAP container was last queried, and the date on which the entity-count above was set.
annotation
documentation
Definition of an LDAP container and any LDAP source entries that it contains.
source <xs:complexType name="XmlContainer">
 
<xs:annotation>
   
<xs:documentation>Definition of an LDAP container and any LDAP source entries that it contains.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:choice minOccurs="1" maxOccurs="1">
     
<xs:element name="primary-ldap" type="XmlLdapQuerySource">
       
<xs:annotation>
         
<xs:documentation>Definition of the primary LDAP source for this LDAP container.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="primary-group-ldap" type="XmlLdapGroupSource">
       
<xs:annotation>
         
<xs:documentation>Definition of the primary LDAP source for this LDAP container.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:choice>
   
<xs:choice minOccurs="0" maxOccurs="unbounded">
     
<xs:element name="secondary-ldap" type="XmlSecondaryLdapQuerySource">
       
<xs:annotation>
         
<xs:documentation>(Optional) Definition of a secondary LDAP source for this LDAP container. An LDAP container can have any number of secondary LDAP sources.

A secondary LDAP source provides the ability to retrieve some LDAP data from an alternative LDAP directory.

Named LDAP attributes are used to map the secondary LDAP entries to the primary LDAP entries.
</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="secondary-group-ldap" type="XmlSecondaryLdapGroupSource">
       
<xs:annotation>
         
<xs:documentation>(Optional) Definition of a secondary LDAP source for this LDAP container. An LDAP container can have any number of secondary LDAP sources.

A secondary LDAP source provides the ability to retrieve some LDAP data from an alternative LDAP directory.

Named LDAP attributes are used to map the secondary LDAP entries to the primary LDAP entries.
</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:choice>
   
<xs:element name="restricted-org" type="XmlRestrictedOrg" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>(Optional) Identifies the organisations to which access is restricted to only those resources derived from the LDAP container in which this element resides.

It also restricts the organizations to which resources derived from the LDAP container can be assigned.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
 
<xs:attribute name="id" type="xs:long" use="optional" default="0">
   
<xs:annotation>
     
<xs:documentation>Unique ID of the LDAP container. Only given when updating an existing LDAP container.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="name" type="xs:string" use="required">
   
<xs:annotation>
     
<xs:documentation>Unique name of the LDAP container.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="description" type="xs:string" use="optional">
   
<xs:annotation>
     
<xs:documentation>Description of the LDAP container.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="active" type="xs:boolean" default="true">
   
<xs:annotation>
     
<xs:documentation>Read-only - Indicates if this container has been marked as deleted. Containers will only be deleted when all resources derived from it are deleted.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="entity-count" type="xs:int" use="optional">
   
<xs:annotation>
     
<xs:documentation>Read-only - only specified when this XmlContainer is used in a service response.

The count of the number of LDAP entries this container referenced. This count is set when the container is queried. The count may not be currently correct if the LDAP directory has been modified since the count was set.
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="last-accessed" type="xs:dateTime" use="optional">
   
<xs:annotation>
     
<xs:documentation>Read-only - Date and time on which the LDAP container was last queried, and the date on which the entity-count above was set.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

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