How to remove Prefix from XSD to DocumentType

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.xxxxxxelementFormDefault=“unqualified”>