Some files contain enumeration values with extra spaces. While testing my parser I have found 91 occurences. For example: https://github.com/TransmodelEcosystem/NeTEx/blob/cc8dbf9e9476be1caaf01a44cdb754de2405e88e/examples/functions/deckPlans/DeckPlans-Example_train.xml#L4642 Should be just `left`, without the trailing space. I will make a fixing PR later today.
Some files contain enumeration values with extra spaces.
While testing my parser I have found 91 occurences. For example:
NeTEx/examples/functions/deckPlans/DeckPlans-Example_train.xml
Line 4642 in cc8dbf9
Should be just
left, without the trailing space.I will make a fixing PR later today.