element lookupUserResponse
diagram de_entityResolver_diagrams/de_entityResolver_p30.png
namespace http://resolver.api.de.n2.tibco.com
properties
content complex
children detail
attributes
Name  Type  Use  Default  Fixed  Annotation
user-count  xs:int  required      
documentation
Number of resources that match the specified criteria.
annotation
documentation
Response element for lookupUser operation.
source <xs:element name="lookupUserResponse">
 
<xs:annotation>
   
<xs:documentation>Response element for lookupUser operation.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:annotation>
     
<xs:documentation>Describes the identified Resource entity(ies).</xs:documentation>
   
</xs:annotation>
   
<xs:sequence minOccurs="0" maxOccurs="unbounded">
     
<xs:element name="detail" type="de:XmlEntityDetail">
       
<xs:annotation>
         
<xs:documentation>Details of each matching resource.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
   
<xs:attribute name="user-count" type="xs:int" use="required">
     
<xs:annotation>
       
<xs:documentation>Number of resources that match the specified criteria.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute lookupUserResponse/@user-count
type xs:int
properties
use required
annotation
documentation
Number of resources that match the specified criteria.
source <xs:attribute name="user-count" type="xs:int" use="required">
 
<xs:annotation>
   
<xs:documentation>Number of resources that match the specified criteria.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element lookupUserResponse/detail
diagram de_entityResolver_diagrams/de_entityResolver_p31.png
type XmlEntityDetail
properties
content complex
children dynamic-id-attr qualifierSet groups org-units positions privileges capabilities queries selection-mode ldap-containers
attributes
Name  Type  Use  Default  Fixed  Annotation
model-version  xs:int  optional  -1    
documentation
Major version number of the organization model in which an organization model entity resides.

If not specified, the default value will be the latest version of the organization model.

(Version numbers must be compatible with, and conform to, the OSGi version number schema. For Directory Engine, only the major part of the version number is significant.)
entity-type  OrganisationalEntityType  required      
documentation
Enumerated value defining the type of the organization model entity.
guid  xs:string  required      
documentation
Globally unique ID of the organization model entity.

(Although this value is unique across all entities, if the entity exists within more than one major version, it will share the same GUID.)
qualifier  xs:string  optional      
documentation
Only applicable in certain circumstances, and only to organization model entities whose entity-type is PRIVILEGE or CAPABILITY. These entities can have an association with other entities - for example, a resource may hold many capabilities, or a position may have many privileges.

These associations can have a qualifying value, according to their nature, to differentiate them. For example, the PRIVILEGE to sign off a purchase order may be qualified with the maximum amount that can be signed off.
name  xs:string  required      
documentation
Name of the organization model entity. The name must be unique within entities of the same type and in the same majotr version of the organization model.
resource-type  ResourceType    HUMAN    
documentation
Resouce type of this entity (for entities of type RESOURCE).
alias  xs:string  optional      
documentation
Alias name by which the LDAP connection (from which the resource originates) is registered with Directory Engine.

This attribute is used with "dn" to locate the resource's entry in the LDAP directory.

The attribute is only relevant for entities of type RESOURCE.
dn  xs:string  optional      
documentation
DN of the LDAP entry for which the resource originates.

This attribute is used with "alias" to locate the resource's entry in the LDAP directory.

The attribute is only relevant for entities of type RESOURCE.
           
annotation
documentation
Details of each matching resource.
source <xs:element name="detail" type="de:XmlEntityDetail">
 
<xs:annotation>
   
<xs:documentation>Details of each matching resource.</xs:documentation>
 
</xs:annotation>
</xs:element>


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