diagram | |||
namespace | http://document.api.bds.tibco.com | ||
children | reference metadata | ||
annotation |
|
||
source | <xs:complexType name="FolderReferenceAndOptionalMetadata"> <xs:annotation> <xs:documentation>A folder reference and, optionally, metadata</xs:documentation> </xs:annotation> <xs:sequence> <xs:annotation> <xs:documentation>Folder reference and (if returnMetadata flag true in request) the folder metadata as well.</xs:documentation> </xs:annotation> <xs:element name="reference" type="FolderReference"> <xs:annotation> <xs:documentation>A reference to a folder in the document store</xs:documentation> </xs:annotation> </xs:element> <xs:element name="metadata" type="FolderMetadata" minOccurs="0"/> </xs:sequence> </xs:complexType> |
diagram | |||
type | FolderReference | ||
properties |
|
||
annotation |
|
||
source | <xs:element name="reference" type="FolderReference"> <xs:annotation> <xs:documentation>A reference to a folder in the document store</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||
type | FolderMetadata | ||||||
properties |
|
||||||
children | id name | ||||||
source | <xs:element name="metadata" type="FolderMetadata" minOccurs="0"/> |