Cardinality constraint determining how many instances of a given node are allowable.
You can specify either One
or Many
.
match: PlanetDistance (this) {
from-property: Planet (planet) {
min (Required)
max (One)
}
}
Copyright 2025 Samsung All rights reserved