length missing in simplified repetition
Closed this issue · 3 comments
The XSL is breaking because the way this is represented should cause an XSD assertion failure,
You're representing the 150 as a repetition of a 50 and a 100, which isn't a 150.
So either the inside of each 2x repetition should be wrapped in a continue to make them 150s
or these are meant to be broken 150s as there is rest after each stop, something that is not currently achievable using the current xsd and xsl.
Okay, this will become a feature request. I will keep this open until we have the time to fix this. Maybe we need to create a new type of repetition that includes required lengths.
I tried this again with a repetition that only consists of 50 meters:
jasiMasters/JasiMasters2024032601.xml
It should be 16 x 50 meters in the front. The 50 meters inside the brackets should be shown. There seems to be something else wrong here. According to your explanation, this should have worked if all the instructions are of the same length.