| author | kengaderdus |
|---|---|
| ms.service | active-directory-b2c |
| ms.subservice | B2C |
| ms.topic | include |
| ms.date | 01/23/2024 |
| ms.author | kengaderdus |
Occurrences refers to the number of child elements a parent element can or must have:
- 0:1 means that the parent element has zero or one child element.
- 1:1 means that the parent element must have one child element.
- 1:n means that the parent element must have one or many child elements.
- 0:n means that the parent element can have zero or any number of elements.