Copy Change Constraint

Definition and Information Model

Warning

This data class is at a draft maturity level and may change significantly in future releases. Maturity levels are described in the GKS Maturity Model.

Computational Definition

The relative assessment of the change in copies that members of this categorical variant satisfy.

Information Model

Some CopyChangeConstraint attributes are inherited from Constraint.

Field

Flags

Type

Limits

Description

type

string

1..1

MUST be “CopyChangeConstraint”

copyChange

string

1..1

The relative assessment of the change in copies that members of this categorical variant satisfies.

Examples

The following are example implementations of Copy Change Constraint:

Gain
      {
         "type": "CopyChangeConstraint",
         "copyChange": "gain"
      },
Loss
      {
         "type": "CopyChangeConstraint",
         "copyChange": "loss"
      }

Implementation Guidance