mrhorrn wrote:<?xml version="1.0"?>
<!-- Monolithic Parameter File -->
<!-- The composite section must come first and be followed by the schema -->
-<XML ID="EQInterfaceDefinitionLanguage">
-<Composite>
<Include>SIDL.xml</Include>
<Include>EQLSUI_Animations.xml</Include>
<Include>EQLSUI_Templates.xml</Include>
<Include>EQLSUI_EulaWnd.xml</Include>
<Include>EQLSUI_SOESplashWnd.xml</Include>
<Include>EQLSUI_ESRBSplashWnd.xml</Include>
<Include>EQLSUI_MainWnd.xml</Include>
<Include>EQLSUI_ConnectWnd.xml</Include>
<Include>EQLSUI_ServerSelectWnd.xml</Include>
<Include>EQLSUI_ChatWnd.xml</Include>
<Include>EQLSUI_ChatOptionsDialog.xml</Include>
<Include>EQLSUI_ColorPickerWnd.xml</Include>
<Include>EQLSUI_CreditsWnd.xml</Include>
<Include>EQLSUI_NewsWnd.xml</Include>
<Include>EQLSUI_HelpWnd.xml</Include>
<Include>EQLSUI_OKDialog.xml</Include>
<Include>EQLSUI_YesNoDialog.xml</Include>
<Include>EQLSUI_PollWnd.xml</Include>
<Include>EQLSUI_OrderExpansionWnd.xml</Include>
<Include>EQLSUI_WebOrderWnd.xml</Include>
<Include>EQLSUI_SplashExWnd.xml</Include>
</Composite>
<Schema xmlns:dt="EverQuestDataTypes" xmlns="EverQuestData"/>
</XML>
I can confirm that this is identical to my file, with one small change.
The <Schema> line at the end.
Mine is in a different order, not that I think it makes any difference.
<Schema xmlns = "EverQuestData" xmlns:dt = "EverQuestDataTypes"/>
Other than that line, all the rest is identical.
Also note, I do not get the error either.