Skip to content

Third party XML schema generator for Keen games.

Notifications You must be signed in to change notification settings

Equinox-/unofficial-keen-schemas

Repository files navigation

XML Schemas for Keen Games

Setup

  • Determine what editor you want to use from the Editors section
  • Determine what schema you want to use from the Schemas section
  • Add the URI of the schema file (ex <Definitions xsi:noNamespaceSchemaLocation="SCHEMA_URI" ...)
    • Determine which schema file to use by matching against what XSD Version your editor supports
    • If your editor does support https:// schemas right click the XSD link, pick "Copy Link"
    • If your editor doesn't support https:// schemas right click the XSD link, pick "Save Link As", save the schema to disk, and construct a file URI pointing to the schema (ex file:///C:/Users/username/Downloads/medieval-vanilla.xsd)
    • This URI, file:///C:/.../medieval-vanila.xsd or https://storage.googleapis.com/.../medieval-vanilla.xsd, is the SCHEMA_URI.

Schemas

Game Variant XSD 1.0 URL XSD 1.1 URL
Medieval Engineers Vanilla XSD 1.0 XSD 1.1
Medieval Engineers Equinox Core
Rails Core
PAX Scripts
XSD 1.0 XSD 1.1
Space Engineers Vanilla XSD 1.0 XSD 1.1

Editors

Editor Requirements XSD Version https:// Schemas
Visual Studio Code XML Extension XSD 1.0
Rider & IntelliJ None XSD 1.0
Visual Studio None XSD 1.0

About

Third party XML schema generator for Keen games.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages