complexType FolderItem
diagram bds_wsdl_diagrams/bds_wsdl_p1334.png
namespace http://document.api.bds.tibco.com
type extension of RepositoryItem
properties
base RepositoryItem
children folder content
annotation
documentation
(extends RepositoryItem)
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>

element FolderItem/folder
diagram bds_wsdl_diagrams/bds_wsdl_p1335.png
type FolderReferenceAndOptionalMetadata
properties
content complex
children reference metadata
source <xs:element name="folder" type="FolderReferenceAndOptionalMetadata"/>

element FolderItem/content
diagram bds_wsdl_diagrams/bds_wsdl_p1336.png
type RepositoryItem
properties
minOcc 0
maxOcc unbounded
content complex
annotation
documentation
Zero or more RepositoryItems, which may be DocumentItems and/or nested FolderItems. These are the items contained within this folder.
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>

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