I'm trying to make a conditional xsd to verify the contents and depending on the content some tags are mandatory.
example
<type>ID</ type>
So would have to check that the value of the tag type ID is obliged to inform the numberID and if the value of the tag type is PK is obliged to inform the numberPK
<numberID> </ numberID>
I tried everything and nothing yet ... ever used Schematron as nothing