The extension allows you to specify additional elements / attributes, it does not allow you to change the power / face, etc. child elements / attributes.
Constraint works differently, which allows you to further constrain existing elements / attributes, so if you want to make an optional element mandatory, you can do it with a constraint.
Thus, in principle, no - the extension will not allow you to modify existing child elements.
The only way to do this is to use the redefine construct - but this is randomly and not very well supported by some validation analyzers.
source share