-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
reset baseline copyConstraint from discussions at ashg unconference
- Loading branch information
Showing
25 changed files
with
243 additions
and
329 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
|
||
.. note:: This data class is at a **trial use** maturity level and may change | ||
in future releases. Maturity levels are described in the :ref:`maturity-model`. | ||
|
||
|
||
**Computational Definition** | ||
|
||
The quantity of copies or the type of copy change that a member of this categorical variant must have. One and only one MUST be specified. | ||
|
||
**Information Model** | ||
|
||
Some CopyConstraint attributes are inherited from :ref:`Constraint`. | ||
|
||
.. list-table:: | ||
:class: clean-wrap | ||
:header-rows: 1 | ||
:align: left | ||
:widths: auto | ||
|
||
* - Field | ||
- Type | ||
- Limits | ||
- Description | ||
* - type | ||
- string | ||
- 1..1 | ||
- MUST be "CopyConstraint" | ||
* - copies | ||
- integer | :ref:`Range` | ||
- 0..1 | ||
- The precise value or range of copies a member of this categorical variant must have. | ||
* - copyChange | ||
- string | ||
- 0..1 | ||
- The type of copy change a member of this categorical variant must have. |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.