Skip to content

Kiyotoko/eaw-xml-schema

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.