diagram | |||
namespace | http://document.api.bds.tibco.com | ||
type | extension of RepositoryItem | ||
properties |
|
||
children | folder content | ||
annotation |
|
||
source | <xs:complexType name="FolderItem"> <xs:annotation> <xs:documentation>(extends RepositoryItem)</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="RepositoryItem"> <xs:sequence> <xs:element name="folder" type="FolderReferenceAndOptionalMetadata"/> <xs:element name="content" type="RepositoryItem" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Zero or more RepositoryItems, which may be DocumentItems and/or nested FolderItems. These are the items contained within this folder.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
diagram | |||
type | FolderReferenceAndOptionalMetadata | ||
properties |
|
||
children | reference metadata | ||
source | <xs:element name="folder" type="FolderReferenceAndOptionalMetadata"/> |
diagram | |||||||
type | RepositoryItem | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="content" type="RepositoryItem" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Zero or more RepositoryItems, which may be DocumentItems and/or nested FolderItems. These are the items contained within this folder.</xs:documentation> </xs:annotation> </xs:element> |