complexType XmlResourceDetail
diagram deservices_wsdl_diagrams/deservices_wsdl_p51.png
namespace http://api.de.n2.tibco.com
type extension of XmlLdapEntity
properties
base XmlLdapEntity
children LdapReference group position privilege capability attribute
attributes
Name  Type  Use  Default  Fixed  Annotation
resource-type  ResourceType    HUMAN    
documentation
Specifies the type of an organization model resource entity. One of:
- HUMAN
- DURABLE
- CONSUMABLE
guid  xs:string  optional      
documentation
Unique identifier of the resource.
name  xs:string  optional      
documentation
Descriptive name of the resource.
startDate  xs:dateTime  optional      
documentation
Date/time at which the entity becomes available.
endDate  xs:dateTime  optional      
documentation
Date/time at which the entity becomes unavailable.
invalid  xs:boolean        
documentation
Boolean value indicating whether the resource is valid (FALSE) or invalid (TRUE).

A resource may be invalid if, for example, the resource has been removed from the LDAP source, or if all of the data cannot be returned from the LDAP source. Check the invalidReason attribute for more details.
invalidReason  xs:string        
documentation
Description of the reason why this resource is invalid.
annotation
documentation
Extension of XmlLdapEntity, which gives more detail on an LDAP entry - namely its attributes, capabilities and organization model entity associations.
     
source <xs:complexType name="XmlResourceDetail">
 
<xs:annotation>
   
<xs:documentation>Extension of XmlLdapEntity, which gives more detail on an LDAP entry - namely its attributes, capabilities and organization model entity associations.
     
</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="XmlLdapEntity">
     
<xs:choice minOccurs="0" maxOccurs="unbounded">
       
<xs:element name="group" type="XmlEntityAssociation" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>Details of all organization model groups of which the resource is a member.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="position" type="XmlEntityAssociation" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>Details of all organization model positions held by the resource.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="privilege" type="XmlInheritedAssociation" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>Details of all organization model privileges held by the resource.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="capability" type="XmlModelEntity" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>Details of all organization model capabilities possessed by the resource.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="attribute" type="XmlLdapAttribute" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>Details of all organization model attributes held by the resource.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:choice>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

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