diagram | |||
namespace | http://document.api.bds.tibco.com | ||
children | reference metadata | ||
used by |
|
||
annotation |
|
||
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> |
diagram | |||
type | DocumentReference | ||
properties |
|
||
annotation |
|
||
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> |
diagram | |||||||
type | DocumentMetadata | ||||||
properties |
|
||||||
children | specifier name version mimeType createdDateTime createdBy lastModifiedDateTime lastModifiedBy byteSize | ||||||
source | <xs:element name="metadata" type="DocumentMetadata" minOccurs="0"/> |