Thunderbrd
C2C War Dog
I am not understanding some of these changes you made?? ie:
Was <Civ4Types xmlns="x-schema:CIV4GlobalTypesSchema.xml">
you changed it to: <Civ4Types xmlns="x-schema:CIV4GlobalDefinesSchema.xml">
That one... I'd gone through and 'fixed' what didn't require fixing and didn't then reverse the change as either way we were ok. The xml checker doesn't like that we sometimes are allowing the schema being referred to as being from either the BtS or core Civ IV folders and I didn't realize at first that this is what was taking place in these files.
After 'fixing' this one by updating the GlobalDefines schema so that it could handle the Global Types file I figured out that all I'd need to do when I kept finding this issue elsewhere was simply copy over the missing schemas directly into the mod file (then I renamed them and corrected the references to their new C2C names to provide for the option to manipulate them independently for the sake of the mod later.)
I suppose I should've reversed the changes on this particular global file but it's fairly irrelevant WHICH schema it uses so long as that schema is prepped for its use. The schema is pretty much just a validation checking mechanism is all and either way was/is not affecting the load process. Having only one schema in the main XML file seemed just as, if not more, rational as having another to control this particular global info.