complexType GetRepositoryInfoResponseType
diagram bds_wsdl_diagrams/bds_wsdl_p168.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>

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