MaxOccurs Property

Version: Available or changed with runtime version 1.0.

Sets a value that indicates the maximum number of times an element can occur.

Applies to

  • Xml Port Text Element
  • Xml Port Table Element
  • Xml Port Field Element

Property Value

Value Available or changed with Description
Once runtime version 1.0 The element can occur at most once.
Unbounded runtime version 1.0 There is no maximum number of occurences.

The default values are the following:

SourceType Default
Table Unbounded
Text Unbounded
Field Once

Syntax

MaxOccurs = Once;

Remarks

The default value of the MaxOccurs property varies depending on the type of this element.

The minimum number of times an element can appear is determined by the value of the MinOccurs Property.

The MinOccurs and MaxOccurs properties conform to the standard occurrence constraints that are used when defining XML schemas.

The minimum number can be either 1 or 0.

The maximum number can be either 1 or infinite.

See Also

Properties