complexType DocumentReferenceAndOptionalMetadata
diagram bds-document_diagrams/bds-document_p57.png
namespace http://document.api.bds.tibco.com
children reference metadata
used by
elements DocumentItem/document FindDocumentsResponseType/result
annotation
documentation
A document reference and, optionally, metadata
source <xs:complexType name="DocumentReferenceAndOptionalMetadata">
 
<xs:annotation>
   
<xs:documentation>A document reference and, optionally, metadata</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:annotation>
     
<xs:documentation>Document reference and (if returnMetadata flag true in request) the document metadata as well.</xs:documentation>
   
</xs:annotation>
   
<xs:element name="reference" type="DocumentReference">
     
<xs:annotation>
       
<xs:documentation>A reference to a document in the document store</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="metadata" type="DocumentMetadata" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element DocumentReferenceAndOptionalMetadata/reference
diagram bds-document_diagrams/bds-document_p58.png
type DocumentReference
properties
content simple
annotation
documentation
A reference to a document in the document store
source <xs:element name="reference" type="DocumentReference">
 
<xs:annotation>
   
<xs:documentation>A reference to a document in the document store</xs:documentation>
 
</xs:annotation>
</xs:element>

element DocumentReferenceAndOptionalMetadata/metadata
diagram bds-document_diagrams/bds-document_p59.png
type DocumentMetadata
properties
minOcc 0
maxOcc 1
content complex
children specifier name version mimeType createdDateTime createdBy lastModifiedDateTime lastModifiedBy byteSize
source <xs:element name="metadata" type="DocumentMetadata" minOccurs="0"/>


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