Giter VIP home page Giter VIP logo

unofficial-keen-schemas's Introduction

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

FAQ

  • The game thinks my XML is valid but the validator says "One of the following {long list of element names} is expected"
    • XSD 1.0 enforces a strict element order in most cases, so unless the elements in your XML file match the order in the XSD file it will give an error. If you can setup a XSD 1.1 validator this issue will go away, otherwise you can just reorder your XML file to match the schema.

unofficial-keen-schemas's People

Contributors

equinox- avatar thdigi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.