See here in the routine SpecializedOccurrencesValidation.childNodesConformToParent.
The code does not handle the simple case when the parent archetype has no occurrences on a node and the child archetype doesn't mention the node, or else also has no occurrences on it.
See here in the routine
SpecializedOccurrencesValidation.childNodesConformToParent
.The code does not handle the simple case when the parent archetype has no occurrences on a node and the child archetype doesn't mention the node, or else also has no occurrences on it.
The fix I made is to change the test to:
Raising here in case I don't manage to raise a proper PR with new test.