# attribute group cardinality constraint

## attribute group cardinality constraint

A constraint on the number of times that an attribute group may be included in the same concept definition or expression.

#### Notes

* Cardinality constraints are represented by square brackets containing a minimum value value represented as an integer, optionally followed by two dots and a maximum value represented as an integer or as an asterisk \*\*\*\*\*.
  * If the maximum is omitted then the maximum cardinality is the same as the minimum cardinality.
  * If the maximum is an asterisk \*\*\*\*\* the maximum cardinality is unlimited.
* *Attribute group cardinality* is NOT the same as attribute in group cardinality.

Attribute in group cardinality constraint is defined as:

```
* A constraint on the number of times that a specific attribute may be included in the same attribute group.
```

\_\_

#### Examples

* The expression constraint below is satisfied only by products with one, two or three attribute groups, which each contain at least one active ingredient relationship.

< [373873005 |Pharmaceutical / biologic product|](http://snomed.info/id/373873005) :\
\[1..3] { [127489000 |Has active ingredient|](http://snomed.info/id/127489000) = < [105590001 |Substance|](http://snomed.info/id/105590001) }

<a href="https://docs.google.com/forms/d/e/1FAIpQLScTmbZIf0UEQwYDkY27EEWBkaiYkHSbR0_9DmFrMLXoQLyL7Q/viewform?usp=pp_url&#x26;entry.1767247133=SNOMED+Glossary&#x26;entry.670899847=attribute%20group%20cardinality%20constraint" class="button primary">Provide Feedback</a>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.snomed.org/snomed-international-documents/snomed-ct-glossary/a/attribute/attribute-group-cardinality-constraint.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
