Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kiyotoko/eaw-xml-schema
Defines common xml schemas for Empire at War modding.
https://github.com/kiyotoko/eaw-xml-schema
eaw star-wars-empire-at-war xml
Last synced: about 1 month ago
JSON representation
Defines common xml schemas for Empire at War modding.
- Host: GitHub
- URL: https://github.com/kiyotoko/eaw-xml-schema
- Owner: Kiyotoko
- License: mit
- Created: 2024-04-02T08:42:44.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-04-05T18:32:13.000Z (9 months ago)
- Last Synced: 2024-05-10T22:06:07.314Z (8 months ago)
- Topics: eaw, star-wars-empire-at-war, xml
- Language: XML
- Homepage: https://kiyotoko.github.io/eaw-xml-schema/
- Size: 38.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
EaW XML Schema
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:
```xml
...
```
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.
- [Ground](schemas/ground.xsd)
- [Hardpoints](schemas/hardpoints.xsd)
- [Planets](schemas/planets.xsd)
- [Projectiles](schemas/projectiles.xsd)
- [Space](schemas/space.xsd)
- [Starbases](schemas/starbases.xsd)
- [Trade Routes](schemas/trades.xsd)
- [Upgrades](schemas/upgrades.xsd)