> For the complete documentation index, see [llms.txt](https://docs.b2ihealthcare.com/snow-owl-authoring-platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.b2ihealthcare.com/snow-owl-authoring-platform/concept-model/machine-readable-concept-model/concept-model-predicates.md).

# MRCM attribute range members

The allowed range for a given relationship attribute is represented by members in MRCM attribute range reference sets. The referenced component of an attribute range member is a concept from the Attribute hierarchy. Where this rule is applicable can be looked up by the MRCM attribute domain reference set which has a link to the MRCM domain member in which this attribute is applicable.

Each attribute range member also has an Attribute Rule field, which describes the whole rule, including its domain, attribute, cardinality, and range constraints in a single ECL expression. This field, too, helps to see the applicable context for any given range member.

Attribute range members define the applicable range in an ECL expression under the Range constraint property. This expression may include several clauses separated by the OR operator as can be seen below.

<figure><img src="/files/3XKo4bzGezMHzWyU37wt" alt=""><figcaption><p>MRCM attribute range members</p></figcaption></figure>

For more information regarding MRCM attribute range members see the [official documentation](https://confluence.ihtsdotools.org/display/DOCMRCM/5.3+MRCM+Attribute+Range+Reference+Set).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.b2ihealthcare.com/snow-owl-authoring-platform/concept-model/machine-readable-concept-model/concept-model-predicates.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
