From e5665a40ca2a6d4fa6d80b8383be9c69f7ab03e6 Mon Sep 17 00:00:00 2001 From: Mark Embling Date: Wed, 27 May 2026 11:31:18 +0100 Subject: [PATCH] Add initial XSD schema --- palette.xsd | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 palette.xsd diff --git a/palette.xsd b/palette.xsd new file mode 100644 index 0000000..b046ee7 --- /dev/null +++ b/palette.xsd @@ -0,0 +1,55 @@ + + + + + + Palette Format Specification + Version 1.0.0 + + The schema for the Palette XML format, a simple format for representing + colour palettes. + + Namespace: http://markembling.info/xmlschema/colourchooser/palette/1 + Spec: https://git.markembling.info/markembling/palette-spec + + Copyright Mark Embling + Licensed under Creative Commons Attribution-ShareAlike 4.0 International + (CC BY-SA 4.0) https://creativecommons.org/licenses/by-sa/4.0/ + + Implementing this specification in software, including commercial software, + is explicitly permitted without restriction. + + + + + + + + + + + + + + + + + + + + + + + + + + + +