element openOrgModelResponse
diagram de_wsdl_diagrams/de_wsdl_p164.png
namespace http://browse.api.de.n2.tibco.com
type extension of XmlOrgModelVersion
properties
content complex
children root-node
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.)
annotation
documentation
Response element for openOrgModel operation.
This identifies the version of the organization model and lists the organization, group and location entities that form the roots through which the organization model can be traversed.
source <xs:element name="openOrgModelResponse">
 
<xs:annotation>
   
<xs:documentation>Response element for openOrgModel operation.
This identifies the version of the organization model and lists the organization, group and location entities that form the roots through which the organization model can be traversed.
</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="orgdto:XmlOrgModelVersion">
       
<xs:sequence>
         
<xs:element name="root-node" type="de:XmlOrgModelNode" minOccurs="0" maxOccurs="unbounded">
           
<xs:annotation>
             
<xs:documentation>Details of each root-node organization model entity (organization, group or location).</xs:documentation>
           
</xs:annotation>
         
</xs:element>
       
</xs:sequence>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

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