complexType ParameterList
diagram de_wsdl_diagrams/de_wsdl_p25089.png
namespace http://attribute.api.de.n2.tibco.com
type extension of XmlModelEntityId
properties
base orgdto:XmlModelEntityId
children dynamic-id-attr qualifierSet parameter
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.
annotation
documentation
Identifies an organization model entity and lists the parameter values assigned (or to be assigned) to that entity.
     
source <xs:complexType name="ParameterList">
 
<xs:annotation>
   
<xs:documentation>Identifies an organization model entity and lists the parameter values assigned (or to be assigned) to that entity.
     
</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="orgdto:XmlModelEntityId">
     
<xs:sequence minOccurs="0" maxOccurs="unbounded">
       
<xs:element name="parameter" type="de:XmlLdapAttribute">
         
<xs:annotation>
           
<xs:documentation>Description of a resource attribute and either:
- its currently held values (for a getBusinessParameters operation).
- the values that are to be set for it (for a setBusinessParameters operation).
</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element ParameterList/parameter
diagram de_wsdl_diagrams/de_wsdl_p25090.png
type XmlLdapAttribute
properties
content complex
children value
attributes
Name  Type  Use  Default  Fixed  Annotation
name  xs:string  required      
documentation
Name of the resource attribute within the organization model (NOT the name of any LDAP attribute from which it takes its value).

Exception: When returned as part of a listLDAPAttributesResponse, name of the LDAP attribute.
desc-guid  xs:string  optional      
documentation
Unique identifier of the parameter descriptor that describes the resource attribute.
type  XmlParameterType    String    
documentation
Enumerated value defining the data type of this resource attribute's value.
local  xs:boolean    true    
documentation
Boolean value defining whether the resource attribute holds its value locally within Directory Engine (TRUE), or whether it reads the value from an identified LDAP attribute (FALSE).
ldap-alias  xs:string  optional      
documentation
For non-locally held resource attribute values, the alias by which the LDAP connection is registered within Directory Engine. Used to look up that connection so that the resource attribute's value can be read.
ldap-dn  xs:string  optional      
documentation
For non-locally held resource attribute values, the DN of the LDAP entry from which the attribute's value is read. Together with the ldap-alias, this will locate an entry within the LDAP directory.
ldap-attribute  xs:string  optional      
documentation
For non-locally held resource attribute values, the name of the LDAP attribute from which the attribute's value is read. Together with the ldap-alias and ldap-dn, this will uniquely identify an attribute of an entry within the LDAP directory.
annotation
documentation
Description of a resource attribute and either:
- its currently held values (for a getBusinessParameters operation).
- the values that are to be set for it (for a setBusinessParameters operation).
source <xs:element name="parameter" type="de:XmlLdapAttribute">
 
<xs:annotation>
   
<xs:documentation>Description of a resource attribute and either:
- its currently held values (for a getBusinessParameters operation).
- the values that are to be set for it (for a setBusinessParameters operation).
</xs:documentation>
 
</xs:annotation>
</xs:element>

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