How to format dependencies in the manifest? #2046
christian-wolf-eks
started this conversation in
General
Replies: 1 comment
-
The dependencies are defined in the corresponding xml schema file an xml list, see According to https://www.w3.org/TR/xmlschema11-2/#atomic-vs-list |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am looking into a detail of the manifest and I am not sure if I missed a point.
In the Model Structure the attribute
dependencies
is described for e.g.Output
elements. In Table 24 some description about this attribute is given:So, this is to be a list of value references that the output (described by the value reference
valueReference
of the element) depends on. Now, what is a list? Is is comma separated? Whitespace separated? Anything?As I said, I am unsure if this was defined somewhere else but if that was the case I missed it. In the implementer's guide, there is an example that indicates whitespace. However, I do not see this defined in the standard.
Unfortunately, I do not find a clear definition i
Beta Was this translation helpful? Give feedback.
All reactions