element <folder> (local)
Namespace:
Type:
Content:
complex, 5 attributes, 2 elements, elem. wildcard
Defined:
XML Representation Summary
<folder
   
 = 
xsd:nonNegativeInteger
 = 
xsd:hexBinary
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
   
>
   
Content: 
</folder>
Content model elements (2):
attributes (type attributeType), name (type hs:localizableString)
Included in content model of elements (1):
myDocuments
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="folder" type="folderType"/>
Attribute Detail (all declarations; 5/5)
changeNumber
Type:
Use:
required
Defined:
XML Source (see within schema source)
<xsd:attribute name="changeNumber" type="changeNumberType" use="required"/>

creator
Type:
Use:
required
Defined:
XML Source (see within schema source)
<xsd:attribute name="creator" type="creatorType" use="required"/>

id
Type:
Use:
required
Defined:
XML Source (see within schema source)
<xsd:attribute name="id" type="idType" use="required"/>

parent
Type:
xsd:string, predefined
Use:
optional
Defined:
locally within folderType complexType
The parent folder ID.
XML Source (see within schema source)
<xsd:attribute maxOccurs="1" minOccurs="0" name="parent" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
The parent folder ID.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>

path
Type:
xsd:string, predefined
Use:
optional
Defined:
locally within folderType complexType
The fully qualified path to this folder.
XML Source (see within schema source)
<xsd:attribute maxOccurs="1" minOccurs="0" name="path" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
The fully qualified path to this folder.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
Content Element Detail (all declarations; 3/3)
attributes
Type:
attributeType, complex content
Defined:
locally within folderType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="attributes" type="attributeType"/>

name
Type:
hs:localizableString, simple content
Defined:
locally within folderType complexType
The default name of the folder.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="1" name="name" type="hs:localizableString">
<xsd:annotation>
<xsd:documentation>
The default name of the folder.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

{any element with non-schema namespace}
Defined:
within folderType complexType
XML Source (see within schema source)
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>