element getOrgModelRoots
diagram de-orgmodel-service_diagrams/de-orgmodel-service_p26.png
namespace http://orgmodel.api.de.bpm.tibco.com
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
model-version  xs:int  optional  -1    
documentation
Specifies the major organization model version from which entities are to be returned. A value of -1 returns entities from the highest major organization model version.
annotation
documentation
Requests the details of the model root entities identified by the given major version.
These will include; Organisations, Groups, Locations, Capabilities, Privileges, Resource Attributes and Model Templates.
Using these root entities, it will be possible for the client to navgate the entire org-model in a "drill-down" fashion.
source <xs:element name="getOrgModelRoots">
 
<xs:annotation>
   
<xs:documentation>Requests the details of the model root entities identified by the given major version.
These will include; Organisations, Groups, Locations, Capabilities, Privileges, Resource Attributes and Model Templates.
Using these root entities, it will be possible for the client to navgate the entire org-model in a "drill-down" fashion.
</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:attribute name="model-version" type="xs:int" use="optional" default="-1">
     
<xs:annotation>
       
<xs:documentation>Specifies the major organization model version from which entities are to be returned. A value of -1 returns entities from the highest major organization model version.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute getOrgModelRoots/@model-version
type xs:int
properties
use optional
default -1
annotation
documentation
Specifies the major organization model version from which entities are to be returned. A value of -1 returns entities from the highest major organization model version.
source <xs:attribute name="model-version" type="xs:int" use="optional" default="-1">
 
<xs:annotation>
   
<xs:documentation>Specifies the major organization model version from which entities are to be returned. A value of -1 returns entities from the highest major organization model version.</xs:documentation>
 
</xs:annotation>
</xs:attribute>


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