complexType GetRepositoryInfoResponseType
diagram bds_wsdl_diagrams/bds_wsdl_p1359.png
namespace http://document.api.bds.tibco.com
children vendorName productVersion repositoryId repositoryName repositoryDescription cmisVersion versioningStateSupported multifilingSupported querySupported unfilingSupported likeSupported
used by
element GetRepositoryInfoResponse
source <xs:complexType name="GetRepositoryInfoResponseType">
 
<xs:sequence>
   
<xs:element name="vendorName" type="xs:string">
     
<xs:annotation>
       
<xs:documentation>The name of the CMIS repository vendor.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="productVersion" type="xs:string">
     
<xs:annotation>
       
<xs:documentation>The version of the CMIS repository product.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="repositoryId" type="xs:string">
     
<xs:annotation>
       
<xs:documentation>The id of the repository.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="repositoryName" type="xs:string">
     
<xs:annotation>
       
<xs:documentation>The name of the repository.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="repositoryDescription" type="xs:string">
     
<xs:annotation>
       
<xs:documentation>A description of the repository.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="cmisVersion" type="xs:string">
     
<xs:annotation>
       
<xs:documentation>The highest version of the CMIS standard supported by the repository. See http://docs.oasis-open.org/cmis/CMIS/</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="versioningStateSupported" type="VersioningStateEnum" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>One or more values from VersioningStateEnum, indicating which can be used when a document (of 'cmis:document' type) is created.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="multifilingSupported" type="xs:boolean">
     
<xs:annotation>
       
<xs:documentation>'true' if the repository supports multifiling (the ability for a given document to reside in multiple folder locations)</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="querySupported" type="xs:boolean">
     
<xs:annotation>
       
<xs:documentation>'true' if the repository supports CMISQL queries</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="unfilingSupported" type="xs:boolean">
     
<xs:annotation>
       
<xs:documentation>'true' if the repository allows documents to be unfiled (stored in the repository, but not contained in a folder)</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="likeSupported" type="xs:boolean">
     
<xs:annotation>
       
<xs:documentation>'true' if the repository's query capability allows the 'like' keyword to be used to achieve wildcard matches.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element GetRepositoryInfoResponseType/vendorName
diagram bds_wsdl_diagrams/bds_wsdl_p1360.png
type xs:string
properties
content simple
annotation
documentation
The name of the CMIS repository vendor.
source <xs:element name="vendorName" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>The name of the CMIS repository vendor.</xs:documentation>
 
</xs:annotation>
</xs:element>

element GetRepositoryInfoResponseType/productVersion
diagram bds_wsdl_diagrams/bds_wsdl_p1361.png
type xs:string
properties
content simple
annotation
documentation
The version of the CMIS repository product.
source <xs:element name="productVersion" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>The version of the CMIS repository product.</xs:documentation>
 
</xs:annotation>
</xs:element>

element GetRepositoryInfoResponseType/repositoryId
diagram bds_wsdl_diagrams/bds_wsdl_p1362.png
type xs:string
properties
content simple
annotation
documentation
The id of the repository.
source <xs:element name="repositoryId" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>The id of the repository.</xs:documentation>
 
</xs:annotation>
</xs:element>

element GetRepositoryInfoResponseType/repositoryName
diagram bds_wsdl_diagrams/bds_wsdl_p1363.png
type xs:string
properties
content simple
annotation
documentation
The name of the repository.
source <xs:element name="repositoryName" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>The name of the repository.</xs:documentation>
 
</xs:annotation>
</xs:element>

element GetRepositoryInfoResponseType/repositoryDescription
diagram bds_wsdl_diagrams/bds_wsdl_p1364.png
type xs:string
properties
content simple
annotation
documentation
A description of the repository.
source <xs:element name="repositoryDescription" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>A description of the repository.</xs:documentation>
 
</xs:annotation>
</xs:element>

element GetRepositoryInfoResponseType/cmisVersion
diagram bds_wsdl_diagrams/bds_wsdl_p1365.png
type xs:string
properties
content simple
annotation
documentation
The highest version of the CMIS standard supported by the repository. See http://docs.oasis-open.org/cmis/CMIS/
source <xs:element name="cmisVersion" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>The highest version of the CMIS standard supported by the repository. See http://docs.oasis-open.org/cmis/CMIS/</xs:documentation>
 
</xs:annotation>
</xs:element>

element GetRepositoryInfoResponseType/versioningStateSupported
diagram bds_wsdl_diagrams/bds_wsdl_p1366.png
type VersioningStateEnum
properties
minOcc 1
maxOcc unbounded
content simple
facets
Kind Value Annotation
enumeration MAJOR
enumeration MINOR
enumeration NONE
annotation
documentation
One or more values from VersioningStateEnum, indicating which can be used when a document (of 'cmis:document' type) is created.
source <xs:element name="versioningStateSupported" type="VersioningStateEnum" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>One or more values from VersioningStateEnum, indicating which can be used when a document (of 'cmis:document' type) is created.</xs:documentation>
 
</xs:annotation>
</xs:element>

element GetRepositoryInfoResponseType/multifilingSupported
diagram bds_wsdl_diagrams/bds_wsdl_p1367.png
type xs:boolean
properties
content simple
annotation
documentation
'true' if the repository supports multifiling (the ability for a given document to reside in multiple folder locations)
source <xs:element name="multifilingSupported" type="xs:boolean">
 
<xs:annotation>
   
<xs:documentation>'true' if the repository supports multifiling (the ability for a given document to reside in multiple folder locations)</xs:documentation>
 
</xs:annotation>
</xs:element>

element GetRepositoryInfoResponseType/querySupported
diagram bds_wsdl_diagrams/bds_wsdl_p1368.png
type xs:boolean
properties
content simple
annotation
documentation
'true' if the repository supports CMISQL queries
source <xs:element name="querySupported" type="xs:boolean">
 
<xs:annotation>
   
<xs:documentation>'true' if the repository supports CMISQL queries</xs:documentation>
 
</xs:annotation>
</xs:element>

element GetRepositoryInfoResponseType/unfilingSupported
diagram bds_wsdl_diagrams/bds_wsdl_p1369.png
type xs:boolean
properties
content simple
annotation
documentation
'true' if the repository allows documents to be unfiled (stored in the repository, but not contained in a folder)
source <xs:element name="unfilingSupported" type="xs:boolean">
 
<xs:annotation>
   
<xs:documentation>'true' if the repository allows documents to be unfiled (stored in the repository, but not contained in a folder)</xs:documentation>
 
</xs:annotation>
</xs:element>

element GetRepositoryInfoResponseType/likeSupported
diagram bds_wsdl_diagrams/bds_wsdl_p1370.png
type xs:boolean
properties
content simple
annotation
documentation
'true' if the repository's query capability allows the 'like' keyword to be used to achieve wildcard matches.
source <xs:element name="likeSupported" type="xs:boolean">
 
<xs:annotation>
   
<xs:documentation>'true' if the repository's query capability allows the 'like' keyword to be used to achieve wildcard matches.</xs:documentation>
 
</xs:annotation>
</xs:element>

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