XML schemas are used to define and document elements. This project contains multiple schemas for different xml data structures in the game Star Wars: Empire at War. These should help new people to find their way around. As there is not much information easily available online outside of the wiki, these can be particularly helpful for elements that are not self-explanatory.
At the root of your element, add the following attributes:
<root
xmlns:xsi="http://www.w3.org/2001/XMLSchema"
xsi:schemaLocation="https://kiyotoko.github.io/eaw-xml-schema/schemas/%SCHEMA%
https://kiyotoko.github.io/eaw-xml-schema/schemas/%SCHEMA%.xsd">
...
</root>
Note: Replace %SCHEMA%
with the name of the schema you need (see below for a selection).
This is a list of all xml schemas that currently exist. More schemas will be added in the future.