Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 1.77 KB

README.md

File metadata and controls

43 lines (34 loc) · 1.77 KB

EaW XML Schema

Deploy static content to Pages Static Badge GitHub License GitHub Issues or Pull Requests
Defines common xml schemas for Empire at War modding.

Idea

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.

Usage

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).

List of schemas

This is a list of all xml schemas that currently exist. More schemas will be added in the future.