Skip to content

Class: ConstraintTest

A test expression which is expected to be evaluated by a tool.

URI: [oscal:ConstraintTest](https://w3id.org/lmodel/oscal/ConstraintTest)
 classDiagram
    class ConstraintTest
    click ConstraintTest href "../ConstraintTest/"
      ConstraintTest : expression

      ConstraintTest : remarks

## Slots | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [remarks](remarks.md) | 0..1
[MarkupMultilineType](MarkupMultilineType.md) | Additional commentary about the containing object | direct | | [expression](expression.md) | 1
[String](String.md) | A formal (executable) expression of a constraint | direct | ## Usages | used by | used in | type | used | | --- | --- | --- | --- | | [ParameterConstraint](ParameterConstraint.md) | [tests](tests.md) | range | [ConstraintTest](ConstraintTest.md) | ## In Subsets * [OscalControlCommon](OscalControlCommon.md) ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/lmodel/oscal ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | oscal:ConstraintTest | | native | oscal:ConstraintTest | ## LinkML Source ### Direct
name: ConstraintTest
description: A test expression which is expected to be evaluated by a tool.
in_subset:
- oscal_control_common
from_schema: https://w3id.org/lmodel/oscal
slots:
- remarks
- expression
slot_usage:
  expression:
    name: expression
    required: true
### Induced
name: ConstraintTest
description: A test expression which is expected to be evaluated by a tool.
in_subset:
- oscal_control_common
from_schema: https://w3id.org/lmodel/oscal
slot_usage:
  expression:
    name: expression
    required: true
attributes:
  remarks:
    name: remarks
    description: Additional commentary about the containing object.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    owner: ConstraintTest
    domain_of:
    - OscalCommon
    - Property
    - Resource
    - ConstraintTest
    - ControlMatching
    - Removal
    - ImportSSP
    - LocalDefinitions
    - SelectObjectiveById
    - AssessmentSubjectSource
    - OnDateCondition
    - WithinDateRange
    - AtFrequency
    - TaskDependency
    - SetParameter
    - ComponentStatus
    - PortRange
    - ImplementationStatus
    - ObjectiveStatus
    - RelatedObservation
    - AssociatedRisk
    - LoggedBy
    - ImportProfile
    - SystemCharacteristics
    - SystemStatus
    - AuthorizationBoundary
    - Diagram
    - NetworkArchitecture
    - DataFlow
    - SystemImplementation
    - LeveragedAuthorization
    - SspImplementedRequirement
    - SspStatement
    - ByComponent
    - ProvidedControlImplementation
    - ControlResponsibility
    - InheritedControlImplementation
    - SatisfiedControlImplementation
    - ImportAssessmentPlan
    - AssessmentResultsLocalDefinitions
    - ImportComponentDefinition
    - ImplementedRequirement
    - ImplementedControlStatement
    - QualifierItem
    - PoamLocalDefinitions
    - RelatedFinding
    range: MarkupMultilineType
  expression:
    name: expression
    description: A formal (executable) expression of a constraint.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    owner: ConstraintTest
    domain_of:
    - ConstraintTest
    range: string
    required: true