It can be done by using elementFormDefault=“unqualified” in the schema definition but this would require updating the XSD.
<schema xmlns=“XML Schema”
xmlns:bb=“http://www.xxxxxx”
targetNamespace=“http://www.xxxxxx” elementFormDefault=“unqualified”>