Namespace: |
|
Content: |
complex, 5 attributes, 2 elements, elem. wildcard |
Defined: |
globally in myDocuments.xsd; see XML source |
Includes: |
definitions of 2 attributes, 2 elements, elem. wildcard |
Used: |
at 1 location |
XML Representation Summary |
||||||||||||||||||
<... |
||||||||||||||||||
|
||||||||||||||||||
> |
||||||||||||||||||
|
||||||||||||||||||
</...> |
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
This element defines the basic folder type.
</xsd:documentation>
Folders have both a path and a unique server-generated ID. Documents are associated, through a reference, only with the folder ID. They are not "contained" within a folder in the .NET Documents content document. When adding a folder, the folder must have a unique path name, and if the folder has a parent, then the first portion of the folder path must match the path of the parent. When changing the path name of a folder, the name must not conflict with an existing name. If the name does not conflict, then an update of a folder that is the parent of other folders has the side-effect of changing the path="..." attribute of all child folders to reflect the new parent path name. For a folder to be deleted, there must exist no other folder which is a child of the folder and there must be no documents that are referenced by the folder. <xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="1" name="name" type="hs:localizableString">
</xsd:sequence>
<xsd:annotation>
</xsd:element>
<xsd:documentation>
</xsd:annotation>
The default name of the folder.
</xsd:documentation>
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>
<xsd:annotation>
</xsd:attribute>
<xsd:documentation>
</xsd:annotation>
The parent folder ID.
</xsd:documentation>
<xsd:annotation>
</xsd:attribute>
<xsd:documentation>
</xsd:annotation>
The fully qualified path to this folder.
</xsd:documentation>
</xsd:complexType>
|
Type: |
|
Use: |
required |
Defined: |
Type: |
|
Use: |
required |
Defined: |
Type: |
|
Use: |
required |
Defined: |
Type: |
xsd:string, predefined |
Use: |
optional |
Defined: |
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
The parent folder ID.
</xsd:documentation>
</xsd:attribute>
|
Type: |
xsd:string, predefined |
Use: |
optional |
Defined: |
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
The fully qualified path to this folder.
</xsd:documentation>
</xsd:attribute>
|
Type: |
attributeType, complex content |
Defined: |
Type: |
hs:localizableString, simple content |
Defined: |
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
The default name of the folder.
</xsd:documentation>
</xsd:element>
|
Defined: |
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>
|