complexType ResourceDetail
diagram de_wsdl_diagrams/de_wsdl_p22998.png
namespace http://exporter.api.de.n2.tibco.com
children resourceCapability positionHeld resourceGroup parameter secondary-ldap
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:string  required      
documentation
Unique ID of the resource.
name  xs:string  required      
documentation
Name of the resource.
label  xs:string  optional      
documentation
The name of the resource used for display purposes.
startDate  xs:dateTime  optional      
documentation
Date/time at which the resource becomes available.
endDate  xs:dateTime  optional      
documentation
Date/time at which the resource becomes unavailable.
locationId  xs:string  optional      
documentation
ID of the location associated with this resource.
resourceType  xs:string  optional      
documentation
Type of this resource.
ldapalias  xs:string        
documentation
LDAP alias associated with this resource (only for resources whose resourceType is human).
ldapdn  xs:string        
documentation
LDAP DN associated with this resource (only for resources whose resourceType is human).
ldapcontainer  xs:string        
documentation
LDAP container name associated with this resource (only if this LDAP container is part of this export).
annotation
documentation
Base type definition for the exported resource details.
source <xs:complexType name="ResourceDetail">
 
<xs:annotation>
   
<xs:documentation>Base type definition for the exported resource details.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="resourceCapability" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>References to all capabilities held by this resource.</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="qualifier" minOccurs="0" maxOccurs="unbounded">
           
<xs:annotation>
             
<xs:documentation>An optional collection of qualifying values. Multiple values will only be used for qualifiers of type "enumset".
                         
</xs:documentation>
           
</xs:annotation>
           
<xs:complexType>
             
<xs:attribute name="value" type="xs:string" use="required"/>
           
</xs:complexType>
         
</xs:element>
       
</xs:sequence>
       
<xs:attribute name="capabilityId" type="xs:string" use="required">
         
<xs:annotation>
           
<xs:documentation>Unique ID of the capability.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="positionHeld" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>References to all positions held by this resource.</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:attribute name="positionId" type="xs:string" use="required">
         
<xs:annotation>
           
<xs:documentation>Unique ID of the position.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="startDate" type="xs:dateTime" use="optional">
         
<xs:annotation>
           
<xs:documentation>Date/time at which the user starts to hold the position.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="endDate" type="xs:dateTime" use="optional">
         
<xs:annotation>
           
<xs:documentation>Date/time at which the user ceases to hold the position.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="resourceGroup" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>References to all groups of which this resource is a member.</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:attribute name="groupId" type="xs:string" use="required">
         
<xs:annotation>
           
<xs:documentation>Unique ID of the group.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="startDate" type="xs:dateTime" use="optional">
         
<xs:annotation>
           
<xs:documentation>Date/time at which the user becomes a member of the group.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="endDate" type="xs:dateTime" use="optional">
         
<xs:annotation>
           
<xs:documentation>Date/time at which the user ceases to be a member of the group.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="parameter" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>References to all parameter descriptors that describe resource attributes associated with this resource.</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:choice minOccurs="0" maxOccurs="1">
         
<xs:element name="enumSet" minOccurs="0" maxOccurs="1">
           
<xs:complexType>
             
<xs:sequence maxOccurs="unbounded">
               
<xs:element name="enumValue">
                 
<xs:complexType>
                   
<xs:sequence>
                     
<xs:element name="value" type="xs:anySimpleType" minOccurs="0" maxOccurs="1"/>
                   
</xs:sequence>
                   
<xs:attribute name="value" type="xs:anySimpleType" use="optional"/>
                 
</xs:complexType>
               
</xs:element>
             
</xs:sequence>
           
</xs:complexType>
         
</xs:element>
         
<xs:element name="value" type="xs:anySimpleType" minOccurs="0" maxOccurs="1">
           
<xs:annotation>
             
<xs:documentation>Value of the resource attribute. A past bug meant that exports carried their value in sub-elements rather than as an attribute of the main element. To maintain compatibility, we must now support that format.</xs:documentation>
           
</xs:annotation>
         
</xs:element>
       
</xs:choice>
       
<xs:attribute name="descriptor" type="xs:string" use="required">
         
<xs:annotation>
           
<xs:documentation>Unique identifier of the parameter descriptor that describes the resource attribute.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="value" type="xs:anySimpleType" use="optional">
         
<xs:annotation>
           
<xs:documentation>Value of the resource attribute.

This will be set only for locally held resource attribute values - that is, where the parameter is not mapped to an external LDAP attribute.
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="ldapdn" type="xs:string">
         
<xs:annotation>
           
<xs:documentation>For non-locally held resource attribute values, the DN of the LDAP entry from which the attribute's value is read. </xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="ldapalias" type="xs:string">
         
<xs:annotation>
           
<xs:documentation>For non-locally held resource attribute values, the alias by which the LDAP connection is registered within Directory Engine. </xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="ldapattribute" type="xs:string">
         
<xs:annotation>
           
<xs:documentation>For non-locally held resource attribute values, the name of the LDAP attribute from which the attribute's value is read. </xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="secondary-ldap" minOccurs="0" maxOccurs="unbounded">
     
<xs:complexType>
       
<xs:attribute name="ldapalias" type="xs:string">
         
<xs:annotation>
           
<xs:documentation>LDAP alias of the secondary LDAP source from which this resource is derived.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="ldapdn" type="xs:string">
         
<xs:annotation>
           
<xs:documentation>LDAP DN of the secondary LDAP source from which this resource is derived.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
     
</xs:complexType>
   
</xs:element>
 
</xs:sequence>
 
<xs:attribute name="id" type="xs:string" use="required">
   
<xs:annotation>
     
<xs:documentation>Unique ID of the resource.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="name" type="xs:string" use="required">
   
<xs:annotation>
     
<xs:documentation>Name of the resource.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="label" type="xs:string" use="optional">
   
<xs:annotation>
     
<xs:documentation>The name of the resource used for display purposes.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="startDate" type="xs:dateTime" use="optional">
   
<xs:annotation>
     
<xs:documentation>Date/time at which the resource becomes available.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="endDate" type="xs:dateTime" use="optional">
   
<xs:annotation>
     
<xs:documentation>Date/time at which the resource becomes unavailable.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="locationId" type="xs:string" use="optional">
   
<xs:annotation>
     
<xs:documentation>ID of the location associated with this resource.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="resourceType" type="xs:string" use="optional">
   
<xs:annotation>
     
<xs:documentation>Type of this resource.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="ldapalias" type="xs:string">
   
<xs:annotation>
     
<xs:documentation>LDAP alias associated with this resource (only for resources whose resourceType is human).</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="ldapdn" type="xs:string">
   
<xs:annotation>
     
<xs:documentation>LDAP DN associated with this resource (only for resources whose resourceType is human).</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="ldapcontainer" type="xs:string">
   
<xs:annotation>
     
<xs:documentation>LDAP container name associated with this resource (only if this LDAP container is part of this export).</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute ResourceDetail/@id
type xs:string
properties
use required
annotation
documentation
Unique ID of the resource.
source <xs:attribute name="id" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>Unique ID of the resource.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute ResourceDetail/@name
type xs:string
properties
use required
annotation
documentation
Name of the resource.
source <xs:attribute name="name" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>Name of the resource.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute ResourceDetail/@label
type xs:string
properties
use optional
annotation
documentation
The name of the resource used for display purposes.
source <xs:attribute name="label" type="xs:string" use="optional">
 
<xs:annotation>
   
<xs:documentation>The name of the resource used for display purposes.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute ResourceDetail/@startDate
type xs:dateTime
properties
use optional
annotation
documentation
Date/time at which the resource becomes available.
source <xs:attribute name="startDate" type="xs:dateTime" use="optional">
 
<xs:annotation>
   
<xs:documentation>Date/time at which the resource becomes available.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute ResourceDetail/@endDate
type xs:dateTime
properties
use optional
annotation
documentation
Date/time at which the resource becomes unavailable.
source <xs:attribute name="endDate" type="xs:dateTime" use="optional">
 
<xs:annotation>
   
<xs:documentation>Date/time at which the resource becomes unavailable.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute ResourceDetail/@locationId
type xs:string
properties
use optional
annotation
documentation
ID of the location associated with this resource.
source <xs:attribute name="locationId" type="xs:string" use="optional">
 
<xs:annotation>
   
<xs:documentation>ID of the location associated with this resource.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute ResourceDetail/@resourceType
type xs:string
properties
use optional
annotation
documentation
Type of this resource.
source <xs:attribute name="resourceType" type="xs:string" use="optional">
 
<xs:annotation>
   
<xs:documentation>Type of this resource.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute ResourceDetail/@ldapalias
type xs:string
annotation
documentation
LDAP alias associated with this resource (only for resources whose resourceType is human).
source <xs:attribute name="ldapalias" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>LDAP alias associated with this resource (only for resources whose resourceType is human).</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute ResourceDetail/@ldapdn
type xs:string
annotation
documentation
LDAP DN associated with this resource (only for resources whose resourceType is human).
source <xs:attribute name="ldapdn" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>LDAP DN associated with this resource (only for resources whose resourceType is human).</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute ResourceDetail/@ldapcontainer
type xs:string
annotation
documentation
LDAP container name associated with this resource (only if this LDAP container is part of this export).
source <xs:attribute name="ldapcontainer" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>LDAP container name associated with this resource (only if this LDAP container is part of this export).</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element ResourceDetail/resourceCapability
diagram de_wsdl_diagrams/de_wsdl_p22999.png
properties
minOcc 0
maxOcc unbounded
content complex
children qualifier
attributes
Name  Type  Use  Default  Fixed  Annotation
capabilityId  xs:string  required      
documentation
Unique ID of the capability.
annotation
documentation
References to all capabilities held by this resource.
source <xs:element name="resourceCapability" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>References to all capabilities held by this resource.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="qualifier" minOccurs="0" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>An optional collection of qualifying values. Multiple values will only be used for qualifiers of type "enumset".
                         
</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:attribute name="value" type="xs:string" use="required"/>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:attribute name="capabilityId" type="xs:string" use="required">
     
<xs:annotation>
       
<xs:documentation>Unique ID of the capability.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute ResourceDetail/resourceCapability/@capabilityId
type xs:string
properties
use required
annotation
documentation
Unique ID of the capability.
source <xs:attribute name="capabilityId" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>Unique ID of the capability.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element ResourceDetail/resourceCapability/qualifier
diagram de_wsdl_diagrams/de_wsdl_p23000.png
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
value  xs:string  required      
annotation
documentation
An optional collection of qualifying values. Multiple values will only be used for qualifiers of type "enumset".
                         
source <xs:element name="qualifier" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>An optional collection of qualifying values. Multiple values will only be used for qualifiers of type "enumset".
                         
</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:attribute name="value" type="xs:string" use="required"/>
 
</xs:complexType>
</xs:element>

attribute ResourceDetail/resourceCapability/qualifier/@value
type xs:string
properties
use required
source <xs:attribute name="value" type="xs:string" use="required"/>

element ResourceDetail/positionHeld
diagram de_wsdl_diagrams/de_wsdl_p23001.png
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
positionId  xs:string  required      
documentation
Unique ID of the position.
startDate  xs:dateTime  optional      
documentation
Date/time at which the user starts to hold the position.
endDate  xs:dateTime  optional      
documentation
Date/time at which the user ceases to hold the position.
annotation
documentation
References to all positions held by this resource.
source <xs:element name="positionHeld" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>References to all positions held by this resource.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:attribute name="positionId" type="xs:string" use="required">
     
<xs:annotation>
       
<xs:documentation>Unique ID of the position.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="startDate" type="xs:dateTime" use="optional">
     
<xs:annotation>
       
<xs:documentation>Date/time at which the user starts to hold the position.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="endDate" type="xs:dateTime" use="optional">
     
<xs:annotation>
       
<xs:documentation>Date/time at which the user ceases to hold the position.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute ResourceDetail/positionHeld/@positionId
type xs:string
properties
use required
annotation
documentation
Unique ID of the position.
source <xs:attribute name="positionId" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>Unique ID of the position.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute ResourceDetail/positionHeld/@startDate
type xs:dateTime
properties
use optional
annotation
documentation
Date/time at which the user starts to hold the position.
source <xs:attribute name="startDate" type="xs:dateTime" use="optional">
 
<xs:annotation>
   
<xs:documentation>Date/time at which the user starts to hold the position.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute ResourceDetail/positionHeld/@endDate
type xs:dateTime
properties
use optional
annotation
documentation
Date/time at which the user ceases to hold the position.
source <xs:attribute name="endDate" type="xs:dateTime" use="optional">
 
<xs:annotation>
   
<xs:documentation>Date/time at which the user ceases to hold the position.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element ResourceDetail/resourceGroup
diagram de_wsdl_diagrams/de_wsdl_p23002.png
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
groupId  xs:string  required      
documentation
Unique ID of the group.
startDate  xs:dateTime  optional      
documentation
Date/time at which the user becomes a member of the group.
endDate  xs:dateTime  optional      
documentation
Date/time at which the user ceases to be a member of the group.
annotation
documentation
References to all groups of which this resource is a member.
source <xs:element name="resourceGroup" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>References to all groups of which this resource is a member.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:attribute name="groupId" type="xs:string" use="required">
     
<xs:annotation>
       
<xs:documentation>Unique ID of the group.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="startDate" type="xs:dateTime" use="optional">
     
<xs:annotation>
       
<xs:documentation>Date/time at which the user becomes a member of the group.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="endDate" type="xs:dateTime" use="optional">
     
<xs:annotation>
       
<xs:documentation>Date/time at which the user ceases to be a member of the group.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute ResourceDetail/resourceGroup/@groupId
type xs:string
properties
use required
annotation
documentation
Unique ID of the group.
source <xs:attribute name="groupId" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>Unique ID of the group.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute ResourceDetail/resourceGroup/@startDate
type xs:dateTime
properties
use optional
annotation
documentation
Date/time at which the user becomes a member of the group.
source <xs:attribute name="startDate" type="xs:dateTime" use="optional">
 
<xs:annotation>
   
<xs:documentation>Date/time at which the user becomes a member of the group.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute ResourceDetail/resourceGroup/@endDate
type xs:dateTime
properties
use optional
annotation
documentation
Date/time at which the user ceases to be a member of the group.
source <xs:attribute name="endDate" type="xs:dateTime" use="optional">
 
<xs:annotation>
   
<xs:documentation>Date/time at which the user ceases to be a member of the group.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element ResourceDetail/parameter
diagram de_wsdl_diagrams/de_wsdl_p23003.png
properties
minOcc 0
maxOcc unbounded
content complex
children enumSet value
attributes
Name  Type  Use  Default  Fixed  Annotation
descriptor  xs:string  required      
documentation
Unique identifier of the parameter descriptor that describes the resource attribute.
value  xs:anySimpleType  optional      
documentation
Value of the resource attribute.

This will be set only for locally held resource attribute values - that is, where the parameter is not mapped to an external LDAP attribute.
ldapdn  xs:string        
documentation
For non-locally held resource attribute values, the DN of the LDAP entry from which the attribute's value is read.
ldapalias  xs:string        
documentation
For non-locally held resource attribute values, the alias by which the LDAP connection is registered within Directory Engine.
ldapattribute  xs:string        
documentation
For non-locally held resource attribute values, the name of the LDAP attribute from which the attribute's value is read.
annotation
documentation
References to all parameter descriptors that describe resource attributes associated with this resource.
source <xs:element name="parameter" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>References to all parameter descriptors that describe resource attributes associated with this resource.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:choice minOccurs="0" maxOccurs="1">
     
<xs:element name="enumSet" minOccurs="0" maxOccurs="1">
       
<xs:complexType>
         
<xs:sequence maxOccurs="unbounded">
           
<xs:element name="enumValue">
             
<xs:complexType>
               
<xs:sequence>
                 
<xs:element name="value" type="xs:anySimpleType" minOccurs="0" maxOccurs="1"/>
               
</xs:sequence>
               
<xs:attribute name="value" type="xs:anySimpleType" use="optional"/>
             
</xs:complexType>
           
</xs:element>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="value" type="xs:anySimpleType" minOccurs="0" maxOccurs="1">
       
<xs:annotation>
         
<xs:documentation>Value of the resource attribute. A past bug meant that exports carried their value in sub-elements rather than as an attribute of the main element. To maintain compatibility, we must now support that format.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:choice>
   
<xs:attribute name="descriptor" type="xs:string" use="required">
     
<xs:annotation>
       
<xs:documentation>Unique identifier of the parameter descriptor that describes the resource attribute.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="value" type="xs:anySimpleType" use="optional">
     
<xs:annotation>
       
<xs:documentation>Value of the resource attribute.

This will be set only for locally held resource attribute values - that is, where the parameter is not mapped to an external LDAP attribute.
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="ldapdn" type="xs:string">
     
<xs:annotation>
       
<xs:documentation>For non-locally held resource attribute values, the DN of the LDAP entry from which the attribute's value is read. </xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="ldapalias" type="xs:string">
     
<xs:annotation>
       
<xs:documentation>For non-locally held resource attribute values, the alias by which the LDAP connection is registered within Directory Engine. </xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="ldapattribute" type="xs:string">
     
<xs:annotation>
       
<xs:documentation>For non-locally held resource attribute values, the name of the LDAP attribute from which the attribute's value is read. </xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute ResourceDetail/parameter/@descriptor
type xs:string
properties
use required
annotation
documentation
Unique identifier of the parameter descriptor that describes the resource attribute.
source <xs:attribute name="descriptor" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>Unique identifier of the parameter descriptor that describes the resource attribute.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute ResourceDetail/parameter/@value
type xs:anySimpleType
properties
use optional
annotation
documentation
Value of the resource attribute.

This will be set only for locally held resource attribute values - that is, where the parameter is not mapped to an external LDAP attribute.
source <xs:attribute name="value" type="xs:anySimpleType" use="optional">
 
<xs:annotation>
   
<xs:documentation>Value of the resource attribute.

This will be set only for locally held resource attribute values - that is, where the parameter is not mapped to an external LDAP attribute.
</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute ResourceDetail/parameter/@ldapdn
type xs:string
annotation
documentation
For non-locally held resource attribute values, the DN of the LDAP entry from which the attribute's value is read.
source <xs:attribute name="ldapdn" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>For non-locally held resource attribute values, the DN of the LDAP entry from which the attribute's value is read. </xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute ResourceDetail/parameter/@ldapalias
type xs:string
annotation
documentation
For non-locally held resource attribute values, the alias by which the LDAP connection is registered within Directory Engine.
source <xs:attribute name="ldapalias" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>For non-locally held resource attribute values, the alias by which the LDAP connection is registered within Directory Engine. </xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute ResourceDetail/parameter/@ldapattribute
type xs:string
annotation
documentation
For non-locally held resource attribute values, the name of the LDAP attribute from which the attribute's value is read.
source <xs:attribute name="ldapattribute" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>For non-locally held resource attribute values, the name of the LDAP attribute from which the attribute's value is read. </xs:documentation>
 
</xs:annotation>
</xs:attribute>

element ResourceDetail/parameter/enumSet
diagram de_wsdl_diagrams/de_wsdl_p23004.png
properties
minOcc 0
maxOcc 1
content complex
children enumValue
source <xs:element name="enumSet" minOccurs="0" maxOccurs="1">
 
<xs:complexType>
   
<xs:sequence maxOccurs="unbounded">
     
<xs:element name="enumValue">
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="value" type="xs:anySimpleType" minOccurs="0" maxOccurs="1"/>
         
</xs:sequence>
         
<xs:attribute name="value" type="xs:anySimpleType" use="optional"/>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element ResourceDetail/parameter/enumSet/enumValue
diagram de_wsdl_diagrams/de_wsdl_p23005.png
properties
content complex
children value
attributes
Name  Type  Use  Default  Fixed  Annotation
value  xs:anySimpleType  optional      
source <xs:element name="enumValue">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="value" type="xs:anySimpleType" minOccurs="0" maxOccurs="1"/>
   
</xs:sequence>
   
<xs:attribute name="value" type="xs:anySimpleType" use="optional"/>
 
</xs:complexType>
</xs:element>

attribute ResourceDetail/parameter/enumSet/enumValue/@value
type xs:anySimpleType
properties
use optional
source <xs:attribute name="value" type="xs:anySimpleType" use="optional"/>

element ResourceDetail/parameter/enumSet/enumValue/value
diagram de_wsdl_diagrams/de_wsdl_p23006.png
type xs:anySimpleType
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="value" type="xs:anySimpleType" minOccurs="0" maxOccurs="1"/>

element ResourceDetail/parameter/value
diagram de_wsdl_diagrams/de_wsdl_p23007.png
type xs:anySimpleType
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Value of the resource attribute. A past bug meant that exports carried their value in sub-elements rather than as an attribute of the main element. To maintain compatibility, we must now support that format.
source <xs:element name="value" type="xs:anySimpleType" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Value of the resource attribute. A past bug meant that exports carried their value in sub-elements rather than as an attribute of the main element. To maintain compatibility, we must now support that format.</xs:documentation>
 
</xs:annotation>
</xs:element>

element ResourceDetail/secondary-ldap
diagram de_wsdl_diagrams/de_wsdl_p23008.png
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
ldapalias  xs:string        
documentation
LDAP alias of the secondary LDAP source from which this resource is derived.
ldapdn  xs:string        
documentation
LDAP DN of the secondary LDAP source from which this resource is derived.
source <xs:element name="secondary-ldap" minOccurs="0" maxOccurs="unbounded">
 
<xs:complexType>
   
<xs:attribute name="ldapalias" type="xs:string">
     
<xs:annotation>
       
<xs:documentation>LDAP alias of the secondary LDAP source from which this resource is derived.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="ldapdn" type="xs:string">
     
<xs:annotation>
       
<xs:documentation>LDAP DN of the secondary LDAP source from which this resource is derived.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute ResourceDetail/secondary-ldap/@ldapalias
type xs:string
annotation
documentation
LDAP alias of the secondary LDAP source from which this resource is derived.
source <xs:attribute name="ldapalias" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>LDAP alias of the secondary LDAP source from which this resource is derived.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute ResourceDetail/secondary-ldap/@ldapdn
type xs:string
annotation
documentation
LDAP DN of the secondary LDAP source from which this resource is derived.
source <xs:attribute name="ldapdn" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>LDAP DN of the secondary LDAP source from which this resource is derived.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

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