complexType GetRepositoryInfoResponseType
diagram bds-document_diagrams/bds-document_p93.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-document_diagrams/bds-document_p94.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-document_diagrams/bds-document_p95.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-document_diagrams/bds-document_p96.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-document_diagrams/bds-document_p97.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-document_diagrams/bds-document_p98.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-document_diagrams/bds-document_p99.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-document_diagrams/bds-document_p100.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-document_diagrams/bds-document_p101.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-document_diagrams/bds-document_p102.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-document_diagrams/bds-document_p103.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-document_diagrams/bds-document_p104.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>


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