{"id":19453346,"url":"https://github.com/kiyotoko/eaw-xml-schema","last_synced_at":"2026-03-02T17:34:48.756Z","repository":{"id":231071005,"uuid":"780832337","full_name":"Kiyotoko/eaw-xml-schema","owner":"Kiyotoko","description":"Defines common xml schemas for Empire at War modding.","archived":false,"fork":false,"pushed_at":"2024-09-26T15:26:29.000Z","size":61,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-25T10:19:46.680Z","etag":null,"topics":["eaw","star-wars-empire-at-war","xml"],"latest_commit_sha":null,"homepage":"https://kiyotoko.github.io/eaw-xml-schema/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Kiyotoko.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-02T08:42:44.000Z","updated_at":"2025-02-24T22:30:17.000Z","dependencies_parsed_at":"2024-04-05T19:28:41.810Z","dependency_job_id":"ea43cf26-5a76-42fd-939b-e32f829d2960","html_url":"https://github.com/Kiyotoko/eaw-xml-schema","commit_stats":null,"previous_names":["kiyotoko/eaw-xml-schema"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Kiyotoko/eaw-xml-schema","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kiyotoko%2Feaw-xml-schema","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kiyotoko%2Feaw-xml-schema/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kiyotoko%2Feaw-xml-schema/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kiyotoko%2Feaw-xml-schema/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kiyotoko","download_url":"https://codeload.github.com/Kiyotoko/eaw-xml-schema/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kiyotoko%2Feaw-xml-schema/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30011971,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T17:00:27.440Z","status":"ssl_error","status_checked_at":"2026-03-02T17:00:03.402Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["eaw","star-wars-empire-at-war","xml"],"created_at":"2024-11-10T17:04:09.943Z","updated_at":"2026-03-02T17:34:48.739Z","avatar_url":"https://github.com/Kiyotoko.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n    \u003ch1\u003eEaW XML Schema\u003c/h1\u003e\n    \u003c!-- Badges --\u003e\n    \u003cdiv\u003e\n        \u003cimg alt=\"Deploy static content to Pages\" src=\"https://github.com/Kiyotoko/eaw-xml-schema/actions/workflows/static.yml/badge.svg\"\u003e\n        \u003cimg alt=\"Static Badge\" src=\"https://img.shields.io/badge/game-Star_Wars%3A_Empire_at_War-blue\"\u003e\n        \u003cimg alt=\"GitHub License\" src=\"https://img.shields.io/github/license/Kiyotoko/eaw-xml-schema\"\u003e\n        \u003cimg alt=\"GitHub Issues or Pull Requests\" src=\"https://img.shields.io/github/issues/Kiyotoko/eaw-xml-schema\"\u003e\n    \u003c/div\u003e\n    \u003ci\u003eDefines common xml schemas for Empire at War modding.\u003c/i\u003e\n\u003c/div\u003e\n\n## Idea\n\nXML 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.\n\n## Usage\n\nAt the root of your element, add the following attributes:\n\n```xml\n\u003croot\n    xmlns:xsi=\"http://www.w3.org/2001/XMLSchema\"\n    xsi:schemaLocation=\"https://kiyotoko.github.io/eaw-xml-schema/schemas/%SCHEMA%\n    https://kiyotoko.github.io/eaw-xml-schema/schemas/%SCHEMA%.xsd\"\u003e\n    ...\n\u003c/root\u003e\n```\n\nNote: Replace `%SCHEMA%` with the name of the schema you need (see below for a selection).\n\n## List of schemas\n\nThis is a list of all xml schemas that currently exist. More schemas will be added in the future.\n\n- [Ground](schemas/ground.xsd)\n- [Hardpoints](schemas/hardpoints.xsd)\n- [Planets](schemas/planets.xsd)\n- [Projectiles](schemas/projectiles.xsd)\n- [Space](schemas/space.xsd)\n- [Starbases](schemas/starbases.xsd)\n- [Trade Routes](schemas/trades.xsd)\n- [Upgrades](schemas/upgrades.xsd)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkiyotoko%2Feaw-xml-schema","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkiyotoko%2Feaw-xml-schema","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkiyotoko%2Feaw-xml-schema/lists"}