I am in the process of creating a new XSD Schema. I'm using the xsd:import option to import tags from other schemas we are currently using.
Namespace prefixes are: ipc, mm, wm
Everything is working great until i tried to insert a <mm:table> tag that is referenced in one of the imported schemas. It gives me the correct wrapper tag but when it hits the required <mm:tgroup> tag it gives me an internal error saying that that <ipc:tgroup> tag is out of context. It is reading the <ipc:tgroup> tag instead of the <mm:tgroup> tag. I have tried this using a different XML editor and it inserts the tags as expected.
Any help to this matter would be greatly appreciated.
sarah