Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] Entity table: Clarify meaning of empty cells #955

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/99-appendices/04-entity-table.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ This section compiles the entities (key-value pairs) described throughout this
specification, and establishes a common order within a filename.
For example, if a file has an acquisition and reconstruction label, the
acquisition entity must precede the reconstruction entity.
REQUIRED and OPTIONAL entities for a given file type are denoted.
REQUIRED and OPTIONAL entities for a given file type are denoted;
empty cells imply that entities MUST NOT be specified.
Entity formats indicate whether the value is alphanumeric
(`<label>`) or numeric (`<index>`).

Expand Down
4 changes: 2 additions & 2 deletions src/99-appendices/09-entities.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ specification, and describes each.
A general introduction to entities is given in the section on
[file name structure](../02-common-principles.md#file-name-structure).

The ordering of entities and whether it is allowed, OPTIONAL, or REQUIRED for
each is given in the [Entity Table](04-entity-table.md).
The ordering of entities, and whether each is OPTIONAL, REQUIRED, or MUST NOT
be specified for a given file type, is specified in the [Entity Table](04-entity-table.md).

<!--
This section is autogenerated based on the src/schema. DO NOT EDIT DIRECTLY.
Expand Down