Skip to content

Commit

Permalink
[WIP] Add heading for has-cardinality for #546
Browse files Browse the repository at this point in the history
  • Loading branch information
aj-stein-nist committed Feb 21, 2024
1 parent 5d4b23e commit 0721b69
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion website/content/specification/syntax/constraints.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The following constraint types are allowed for `<define-assembly>` definitions.
- `<expect>`
- [`<index>`](#index-constraints)
- `<is-unique>`
- `<has-cardinality>`
- [`<has-cardinality>`](#has-cardinality-constraints)

## Common Constraint Data

Expand Down Expand Up @@ -203,6 +203,8 @@ The `@name` flag of an `<index>` 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.
Expand Down

0 comments on commit 0721b69

Please sign in to comment.