complexType XmlResourceDetail
diagram de_wsdl_diagrams/de_wsdl_p24415.png
namespace http://base.api.de.bpm.tibco.com
children location position group capability privilege attribute push-destination ldap-reference
attributes
Name  Type  Use  Default  Fixed  Annotation
model-version  xs:int  required      
documentation
Identifies the model major version from which the resource's organization model entity associations are taken.
resource-type  ResourceType  required      
documentation
Identifies the model major version from which the resource's organization model entity associations are taken.
guid  xs:string  required      
documentation
The GUID assigned to the resource.
name  xs:string  required      
documentation
The name assigned to the resource.
label  xs:string        
documentation
The name assigned to the resource for display purposes.
start-date  xs:dateTime  optional      
documentation
The optional date and time on which the resource's presence should begin.
end-date  xs:dateTime  optional      
documentation
The optional date and time on which the resource's presence should end.
container-id  xs:long  optional      
documentation
Identifies the LDAP container from which the candidate was resolved.
container-name  xs:string  optional      
documentation
The name of LDAP container from which the candidate was resolved.
source <xs:complexType name="XmlResourceDetail">
 
<xs:sequence>
   
<xs:element name="location" type="XmlModelEntity" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Identifies a location to which the resource is associated.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="position" type="XmlEntityAssignmentDated" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Identifies a position to which the resource is associated.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="group" type="XmlEntityAssignmentDated" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Identifies a group to which the resource is associated.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="capability" type="XmlEntityAssignmentQualified" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Identifies a capability to which the resource is associated.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="privilege" type="XmlPrivilegeAssignment" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Identifies a privilege to which the resource is associated. It also identifies the organizational model entity from which the resource inherits the privilege.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="attribute" type="XmlResourceAttributeValue" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Identifies a resource attribute, and the values assigned to the resource.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="push-destination" type="XmlPushDestination" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Describes a resource push destination, used to push work items to the resource.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="ldap-reference" type="XmlLdapContainerEntry" minOccurs="1" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Identifies the LDAP entry from which the resource is derived.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
 
<xs:attribute name="model-version" type="xs:int" use="required">
   
<xs:annotation>
     
<xs:documentation>Identifies the model major version from which the resource's organization model entity associations are taken.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="resource-type" type="dex:ResourceType" use="required">
   
<xs:annotation>
     
<xs:documentation>Identifies the model major version from which the resource's organization model entity associations are taken.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="guid" type="xs:string" use="required">
   
<xs:annotation>
     
<xs:documentation>The GUID assigned to the resource.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="name" type="xs:string" use="required">
   
<xs:annotation>
     
<xs:documentation>The name assigned to the resource.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="label" type="xs:string">
   
<xs:annotation>
     
<xs:documentation>The name assigned to the resource for display purposes.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="start-date" type="xs:dateTime" use="optional">
   
<xs:annotation>
     
<xs:documentation>The optional date and time on which the resource's presence should begin.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="end-date" type="xs:dateTime" use="optional">
   
<xs:annotation>
     
<xs:documentation>The optional date and time on which the resource's presence should end.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="container-id" type="xs:long" use="optional">
   
<xs:annotation>
     
<xs:documentation>Identifies the LDAP container from which the candidate was resolved.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="container-name" type="xs:string" use="optional">
   
<xs:annotation>
     
<xs:documentation>The name of LDAP container from which the candidate was resolved.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute XmlResourceDetail/@model-version
type xs:int
properties
use required
annotation
documentation
Identifies the model major version from which the resource's organization model entity associations are taken.
source <xs:attribute name="model-version" type="xs:int" use="required">
 
<xs:annotation>
   
<xs:documentation>Identifies the model major version from which the resource's organization model entity associations are taken.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute XmlResourceDetail/@resource-type
type ResourceType
properties
use required
facets
Kind Value Annotation
enumeration DURABLE
enumeration CONSUMABLE
enumeration HUMAN
annotation
documentation
Identifies the model major version from which the resource's organization model entity associations are taken.
source <xs:attribute name="resource-type" type="dex:ResourceType" use="required">
 
<xs:annotation>
   
<xs:documentation>Identifies the model major version from which the resource's organization model entity associations are taken.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute XmlResourceDetail/@guid
type xs:string
properties
use required
annotation
documentation
The GUID assigned to the resource.
source <xs:attribute name="guid" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>The GUID assigned to the resource.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute XmlResourceDetail/@name
type xs:string
properties
use required
annotation
documentation
The name assigned to the resource.
source <xs:attribute name="name" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>The name assigned to the resource.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute XmlResourceDetail/@label
type xs:string
annotation
documentation
The name assigned to the resource for display purposes.
source <xs:attribute name="label" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>The name assigned to the resource for display purposes.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute XmlResourceDetail/@start-date
type xs:dateTime
properties
use optional
annotation
documentation
The optional date and time on which the resource's presence should begin.
source <xs:attribute name="start-date" type="xs:dateTime" use="optional">
 
<xs:annotation>
   
<xs:documentation>The optional date and time on which the resource's presence should begin.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute XmlResourceDetail/@end-date
type xs:dateTime
properties
use optional
annotation
documentation
The optional date and time on which the resource's presence should end.
source <xs:attribute name="end-date" type="xs:dateTime" use="optional">
 
<xs:annotation>
   
<xs:documentation>The optional date and time on which the resource's presence should end.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute XmlResourceDetail/@container-id
type xs:long
properties
use optional
annotation
documentation
Identifies the LDAP container from which the candidate was resolved.
source <xs:attribute name="container-id" type="xs:long" use="optional">
 
<xs:annotation>
   
<xs:documentation>Identifies the LDAP container from which the candidate was resolved.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute XmlResourceDetail/@container-name
type xs:string
properties
use optional
annotation
documentation
The name of LDAP container from which the candidate was resolved.
source <xs:attribute name="container-name" type="xs:string" use="optional">
 
<xs:annotation>
   
<xs:documentation>The name of LDAP container from which the candidate was resolved.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element XmlResourceDetail/location
diagram de_wsdl_diagrams/de_wsdl_p24416.png
type XmlModelEntity
properties
minOcc 0
maxOcc 1
content complex
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.
annotation
documentation
Identifies a location to which the resource is associated.
source <xs:element name="location" type="XmlModelEntity" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Identifies a location to which the resource is associated.</xs:documentation>
 
</xs:annotation>
</xs:element>

element XmlResourceDetail/position
diagram de_wsdl_diagrams/de_wsdl_p24417.png
type XmlEntityAssignmentDated
properties
minOcc 0
maxOcc unbounded
content complex
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.
start-date  xs:dateTime  optional      
documentation
The optional date and time on which the resource's membership to this entity starts.
end-date  xs:dateTime  optional      
documentation
The optional date and time on which the resource's membership to this entity ends.
annotation
documentation
Identifies a position to which the resource is associated.
source <xs:element name="position" type="XmlEntityAssignmentDated" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Identifies a position to which the resource is associated.</xs:documentation>
 
</xs:annotation>
</xs:element>

element XmlResourceDetail/group
diagram de_wsdl_diagrams/de_wsdl_p24418.png
type XmlEntityAssignmentDated
properties
minOcc 0
maxOcc unbounded
content complex
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.
start-date  xs:dateTime  optional      
documentation
The optional date and time on which the resource's membership to this entity starts.
end-date  xs:dateTime  optional      
documentation
The optional date and time on which the resource's membership to this entity ends.
annotation
documentation
Identifies a group to which the resource is associated.
source <xs:element name="group" type="XmlEntityAssignmentDated" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Identifies a group to which the resource is associated.</xs:documentation>
 
</xs:annotation>
</xs:element>

element XmlResourceDetail/capability
diagram de_wsdl_diagrams/de_wsdl_p24419.png
type XmlEntityAssignmentQualified
properties
minOcc 0
maxOcc unbounded
content complex
children qualifier-value
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.
annotation
documentation
Identifies a capability to which the resource is associated.
source <xs:element name="capability" type="XmlEntityAssignmentQualified" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Identifies a capability to which the resource is associated.</xs:documentation>
 
</xs:annotation>
</xs:element>

element XmlResourceDetail/privilege
diagram de_wsdl_diagrams/de_wsdl_p24420.png
type XmlPrivilegeAssignment
properties
minOcc 0
maxOcc unbounded
content complex
children qualifier-value position org-unit group
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.
annotation
documentation
Identifies a privilege to which the resource is associated. It also identifies the organizational model entity from which the resource inherits the privilege.
source <xs:element name="privilege" type="XmlPrivilegeAssignment" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Identifies a privilege to which the resource is associated. It also identifies the organizational model entity from which the resource inherits the privilege.</xs:documentation>
 
</xs:annotation>
</xs:element>

element XmlResourceDetail/attribute
diagram de_wsdl_diagrams/de_wsdl_p24421.png
type XmlResourceAttributeValue
properties
minOcc 0
maxOcc unbounded
content complex
children value
attributes
Name  Type  Use  Default  Fixed  Annotation
guid  xs:string  required      
documentation
The GUID that uniquely identifies the resource attribute.
name  xs:string  required      
documentation
The name of the resource attribute.
label  xs:string        
documentation
The name of the resource attribute used for display purposes.
type  XmlParameterType  required      
documentation
Indicates the data type of the attribute values.
ldap-alias  xs:string  optional      
documentation
If the resource attribute takes its value from an LDAP attribute, this names the LDAP shared resource from which the LDAP entry was retrieved.
ldap-dn  xs:string  optional      
documentation
If the resource attribute takes its value from an LDAP attribute, this is the DN of the LDAP entry from which the values were retrieved.
ldap-attribute  xs:string  optional      
documentation
If the resource attribute takes its value from an LDAP attribute, this names the LDAP attribute from which the values were retrieved.
ldap-binary  xs:boolean  optional      
documentation
If the resource attribute takes its value from an LDAP attribute, this indicates whether its values are binary data. Binary values are encoded in Base-64.
annotation
documentation
Identifies a resource attribute, and the values assigned to the resource.
source <xs:element name="attribute" type="XmlResourceAttributeValue" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Identifies a resource attribute, and the values assigned to the resource.</xs:documentation>
 
</xs:annotation>
</xs:element>

element XmlResourceDetail/push-destination
diagram de_wsdl_diagrams/de_wsdl_p24422.png
type XmlPushDestination
properties
minOcc 0
maxOcc unbounded
content complex
children value
attributes
Name  Type  Use  Default  Fixed  Annotation
name  xs:string  required      
documentation
The name of the push destination.
channel-type  ChannelType  required      
documentation
Enumerated type defining the presentation technology used by the channel associated with this push destination.
channel-id  xs:string  required      
documentation
Unique ID of the channel associated with this push destination.
enabled  xs:boolean  required      
documentation
Boolean value indicating whether this push destination is currently enabled (TRUE) or not (FALSE).
resource-attr-guid  xs:string  optional      
documentation
Unique ID of a resource attribute whose value should be used for the push destination. The parameter descriptor must be assigned to the organization model entity for whom the push destination is being set.  If a value is assigned to both this attribute and the "value" element, the value of this attribute will be used.
annotation
documentation
Describes a resource push destination, used to push work items to the resource.
source <xs:element name="push-destination" type="XmlPushDestination" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Describes a resource push destination, used to push work items to the resource.</xs:documentation>
 
</xs:annotation>
</xs:element>

element XmlResourceDetail/ldap-reference
diagram de_wsdl_diagrams/de_wsdl_p24423.png
type XmlLdapContainerEntry
properties
content complex
children secondary-ref
attributes
Name  Type  Use  Default  Fixed  Annotation
ldap-alias  xs:string  required      
documentation
The name (or alias) by which a configured LDAP connection shared resource is identified.

LDAP connection shared resources are named with the prefix "ldap/de/" in order to indicate that they are intended for Directory Engine use. The alias given here is that name without the "ldap/de/" prefix.
ldap-dn  xs:string  required      
documentation
The full Distinguished Name (DN) of the LDAP entry identified by this element.
annotation
documentation
Identifies the LDAP entry from which the resource is derived.
source <xs:element name="ldap-reference" type="XmlLdapContainerEntry" minOccurs="1" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Identifies the LDAP entry from which the resource is derived.</xs:documentation>
 
</xs:annotation>
</xs:element>

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