Signifies that the parent is a property of the specified child concept. For this to be possible, the child concept must be a structure, and the parent must be a defined property of that structure. The following pattern matches a PlanetDistance
concept when it is a property of the structure concept Planet
:
match: PlanetDistance (this) {
from-property: Planet (planet) {
min (Required)
max (One)
}
}
For more information, see Match Patterns and Property Projections.
any optional | Use the wildcard underscore (_) to match any node, regardless of its type |
Copyright 2025 Samsung All rights reserved