Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Definition
Specifies how many times the item is expected to appear in the group.
Allowed values
Name | Value | Description |
---|---|---|
BinaryOccurrence.Optional | 0 | The item is expected to appear zero or one time in the input. |
BinaryOccurrence.Required | 1 | The item is expected to appear once in the input. |
BinaryOccurrence.Repeating | 2 | The item is expected to appear zero or more times in the input. |