element <qm:foldercontent> (global)
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:foldercontent>
Content model elements (4):
qm:files, qm:folders, qm:fullpath, qm:name
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 (all declarations; defined within this component only; 4/4)
qm:files
Type:
anonymous complexType, 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 complexType, 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.9.0 using DocFlex/XML XSDDoc 2.8.0 template set