ROME XML Definition Schema Documentation

Complex Type: BranchDesc

[Table of contents]

Super-types: None
Sub-types: None
Name BranchDesc
Used by (from the same schema document) Complex Type TreeDesc
Abstract no
Documentation Description of branches.
XML Instance Representation
<...>
<BranchName> string </BranchName> [1]

'The name of the branch. (required)'

<RelatedFolder> string </RelatedFolder> [1]

'The name of the folder, whose data is stored to the branch. This folder has to be defined in the folder definition section of the xml file. (required)'

Start Choice [0..*]
<BufferSize> integer </BufferSize> [0..1]

'The buffer size of the branch. (optional)'

<SplitLevel> integer </SplitLevel> [0..1]

'The split level of the branch. If you have support folder fields in related folder, large split level might not safe. (optional)'

End Choice
</...>
Diagram
Schema Component Representation
<complexType name="BranchDesc">
<sequence>
<element name="BranchName" type=" string "/>
<element name="RelatedFolder" type=" string "/>
<choice minOccurs="0" maxOccurs="unbounded">
<element name="BufferSize" type=" integer " default="32000" minOccurs="0"/>
<element name="SplitLevel" type=" integer " default="99" minOccurs="0"/>
</choice>
</sequence>
</complexType>