Use match patterns to dynamically lookup an appropriate root type for the current context.
For this context (within your *-support
file), you cannot use cardinality constraints or match pattern links.
For example, the following match pattern looks for Receipt
.
activity-support {
match {
Receipt (this)
}
...
}
For more information on match patterns, see Match Patterns.
any optional | Use the wildcard underscore (_) to match any node, regardless of its type |
Copyright 2025 Samsung All rights reserved