-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
This issue is related to the @msdemlei proposal.
In ts.vot, I'm wondering how a client can get the role of a mapped object (or does it wish to?).
Lets take an easy example line 79:
<INSTANCE ID="ndwibspodost" dmtype="ndcube:Cube">
...
</INSTANCE>The client can read the dmtype and guess that this mapping bock contains a cube. But what happens if the data set contains 2 ndcube:Cube. (contains 2 positions is more realistic I admit)
- How to distinguish them?
- Are you sure you can always get ride of dmroles on top level instances?
Let's take another example more confusing to me, line 53
<TEMPLATES>
<INSTANCE ID="ndwibspapabt" dmtype="stc2:Coords">
...
</INSTANCE>This object is typed as a stc2:Coords which looks like an abstract class. No way to know which role does this instance play. If I enter it, I can see 2 un-typed attributes (time and space) but this does not tell me more about what to do with it.
- Do you assume that the client has not to be informed on the role?
- Did I miss some key point?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels