min

Specifies the minimum number of occurrences for the enclosing container.

Syntax

Reference_Syntax.min = "1 | integer"

Values

Type

Values

String

  • 1 (default)

  • Any valid integer.

Applies to

Version

XFA 2.1

Examples

JavaScript

Subform1.occur.min = "0";

FormCalc

Subform1.occur.min = "0"

// Ethnio survey code removed