Skip to content
This repository was archived by the owner on Mar 31, 2019. It is now read-only.

XMLSchema

Andrew Branson edited this page Jan 12, 2015 · 1 revision

CRISTAL uses a subset of W3C standard XML Schema as its Data Definition Language. Every Outcome must be valid according to a named schema version, stored in an Outcome description Item.

There are two important constraints that CRISTAL imposed on XML Schema:

  1. Defining namespaces is not supported for domain schemas.
  2. Including other schemas is not supported

These restrictions are a consequence of storing and versioning the schemas inside Items.

Clone this wiki locally