element <qm:foldercontent>
Namespace:
Type:
anonymous complexType
Content:
complex, 4 elements
Defined:
globally in qm.xsd, see XML source
Includes:
definitions of 4 elements
Used:
never
XML Representation Summary
<qm:foldercontent>
   
Content: 
qm:name, qm:fullpath, qm:files, qm:folders
</qm:foldercontent>
Content model elements (4):
qm:fullpath (type xs:string),
qm:name (type xs:string)
Annotation
[READ-ONLY] List of files and folders within a folder location.
XML Source (w/o annotations (12); see within schema source)
<xs:element name="foldercontent">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="1" name="name" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="1" name="fullpath" type="xs:string"/>
<xs:element name="files">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" name="file">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="1" name="name" type="xs:string"/>
<xs:element name="urn" type="xs:string"/>
<xs:element name="relativepath" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="folders">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" name="folder">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="1" name="name" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="1" name="urn" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 4/4)
qm:files
Type:
anonymous, complex content
[READ-ONLY] A list of the files contained in the folder.
XML Source (w/o annotations (5); see within schema source)
<xs:element name="files">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" name="file">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="1" name="name" type="xs:string"/>
<xs:element name="urn" type="xs:string"/>
<xs:element name="relativepath" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>

qm:folders
Type:
anonymous, complex content
[READ-ONLY] A list of the folders contained in the folder.
XML Source (w/o annotations (4); see within schema source)
<xs:element name="folders">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" name="folder">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="1" name="name" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="1" name="urn" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>

qm:fullpath
Type:
xs:string, predefined, simple content
[READ-ONLY] The full path of the folder.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="1" name="fullpath" type="xs:string"/>

qm:name
Type:
xs:string, predefined, simple content
[READ-ONLY] The name of the folder.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="1" name="name" type="xs:string"/>

XML schema documentation generated with DocFlex/XML RE 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set