From 0721b697ee2ea931b00dbd574bd45e74fb570799 Mon Sep 17 00:00:00 2001 From: "A.J. Stein" Date: Wed, 21 Feb 2024 14:49:28 -0500 Subject: [PATCH] [WIP] Add heading for has-cardinality for #546 --- website/content/specification/syntax/constraints.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/content/specification/syntax/constraints.md b/website/content/specification/syntax/constraints.md index 5dfe4f46..a91de8b2 100644 --- a/website/content/specification/syntax/constraints.md +++ b/website/content/specification/syntax/constraints.md @@ -42,7 +42,7 @@ The following constraint types are allowed for `` definitions. - `` - [``](#index-constraints) - `` -- `` +- [``](#has-cardinality-constraints) ## Common Constraint Data @@ -203,6 +203,8 @@ The `@name` flag of an `` constraint MUST specify the name of a previousl The `index-has-key` constraint has the same flags and assemblies as a [`index`](#index-constraints) constraint. +### `has-cardinality` constraints + ## Enumerated values The `allowed-values` constraint is a type of Metaschema constraint that restricts field or flag value(s) based on an enumerated set of permitted values.