AnIML / techniques

AnIML Technique Definitions
17 stars 7 forks source link

Add method name to TCD trace definition #22

Open laeubi opened 1 year ago

laeubi commented 1 year ago

Currently for TCD traces the method can only hold an external reference but this is not very user-friendly and often it is more convent to show the method name instead.

This adds an (optional) method name to the method description as it is already the case for the FID trace.

@burkhardschaefer can you review/merge this?

burkhardschaefer commented 1 year ago

Good point. One thing to consider though: The Method element in the core schema has a name attribute. Would that do the trick here?

laeubi commented 1 year ago

According to the description in the XSD I think that could (probabbly should) be used) I'm just curious why e.g the FID defines a seperate name, so maybe there it should be removed instead to be consistent? I don't know if the general contract for method is that it should define everything as category childs if not Method Reference might also be better an attribute the the bare Method element.