element describeEntity
diagram de_wsdl_diagrams/de_wsdl_p170.png
namespace http://resolver.api.de.n2.tibco.com
type extension of XmlOrgModelVersion
properties
content complex
children dynamic-id-attr
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  optional      
documentation
Identifies the category of the org-entity, and used to improve and validate the search.
                           
guid  xs:string  required      
documentation
Globally, unique identifier for the org-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.
                           
annotation
documentation
**PRIVATE API - Reserved for internal use**
source <xs:element name="describeEntity">
 
<xs:annotation>
   
<xs:documentation>**PRIVATE API - Reserved for internal use**</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:annotation>
     
<xs:documentation>
                    Request to describe the identified model entity.
                    Extends XmlOrgModelVersion which provides the org-model version attribute.
               
</xs:documentation>
   
</xs:annotation>
   
<xs:complexContent>
     
<xs:extension base="orgdto:XmlOrgModelVersion">
       
<xs:sequence minOccurs="0" maxOccurs="1">
         
<xs:element name="dynamic-id-attr" type="orgdto:XmlDynamicIdField" minOccurs="0" maxOccurs="unbounded">
           
<xs:annotation>
             
<xs:documentation>Provides a collection of name/value pairs that identify a Dynamic Organisational Instance.</xs:documentation>
           
</xs:annotation>
         
</xs:element>
       
</xs:sequence>
       
<xs:attribute name="entity-type" type="orgdto:OrganisationalEntityType" use="optional">
         
<xs:annotation>
           
<xs:documentation>Identifies the category of the org-entity, and used to improve and validate the search.
                           
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="guid" type="xs:string" use="required">
         
<xs:annotation>
           
<xs:documentation>Globally, unique identifier for the org-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.
                           
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

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