diagram |
|
namespace |
http://browse.api.de.n2.tibco.com |
type |
extension of XmlOrgModelVersion |
properties |
|
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 | Request element for listCapabilities operation.
This operation lists the capabilities available in a given organization model version. If no organization model version is specified (or -1) then the organization model with the greatest major version value is assumed.
The result includes the GUID and name of each capabiliy. If a capability is qualified, the qualifier is also described (including the data-type and permitted values where applicable). |
|
source |
<xs:element name="listCapabilities">
<xs:annotation>
<xs:documentation>Request element for listCapabilities operation.
This operation lists the capabilities available in a given organization model version. If no organization model version is specified (or -1) then the organization model with the greatest major version value is assumed.
The result includes the GUID and name of each capabiliy. If a capability is qualified, the qualifier is also described (including the data-type and permitted values where applicable).</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="orgdto:XmlOrgModelVersion"/>
</xs:complexContent>
</xs:complexType>
</xs:element> |