Easter cleaning

This commit is contained in:
Willem Cazander 2025-05-07 21:46:32 +02:00
commit 9e36078b2e
1862 changed files with 270281 additions and 0 deletions

View file

@ -0,0 +1,50 @@
<?xml version="1.0" encoding="UTF-8"?>
<root:module xmlns:root="http://eld.x4o.org/xml/ns/eld-root"
xmlns:eld="http://eld.x4o.org/xml/ns/eld-lang"
xmlns:conv="http://eld.x4o.org/xml/ns/eld-conv"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://eld.x4o.org/xml/ns/eld-root http://eld.x4o.org/xml/ns/eld-root-1.0.xsd"
providerHost="wfs.redsea.x4o.distributedrebirth.love" providerName="bassboon-redsea-wfs"
id="redsea-wfs-module">
<!-- TODO: UPDATE MODEL this the old model, for 1 version per "dat://" package, change to multi app/lib/etc + multi versions -->
<!-- TODO: goto uri namespace uri format.... -->
<!-- TODO FIRST write Q7D jaxb adapter for x4o, move allmost all class names to java code config annotations -->
<eld:classBindingHandler id="WaterOcean-WaterSea"
parentClass="love.distributedrebirth.nx01.redsea.WaterOcean"
childClass="love.distributedrebirth.nx01.redsea.WaterSea"
addMethod="fillWater" getMethod="theWater" />
<eld:classBindingHandler id="WaterSea-WaterSeaChain"
parentClass="love.distributedrebirth.nx01.redsea.WaterSea"
childClass="love.distributedrebirth.nx01.redsea.WaterSeaChain"
addMethod="addSeaChain" getMethod="getSeaChains" />
<eld:classBindingHandler id="WaterSea-Tone"
parentClass="love.distributedrebirth.nx01.redsea.WaterSea"
childClass="love.distributedrebirth.nx01.redsea.WaterSeaMagic"
addMethod="addSeaMagic" getMethod="getSeaMagics" />
<eld:namespace
uri="http://wfs.redsea.x4o.distributedrebirth.love/xml/ns/redsea-wfs-root"
schemaUri="http://wfs.redsea.x4o.distributedrebirth.love/xml/ns/redsea-wfs-root-1.0.xsd"
schemaResource="redsea-wfs-root-1.0.xsd" schemaPrefix="boot"
description="Root namespace of xml document."
name="RedSea WFS Root Namespace" languageRoot="true" id="boot">
<eld:element tag="ocean" objectClass="love.distributedrebirth.nx01.redsea.WaterOcean"/>
</eld:namespace>
<eld:namespace
uri="http://wfs.redsea.x4o.distributedrebirth.love/xml/ns/redsea-wfs-lang"
schemaUri="http://wfs.redsea.x4o.distributedrebirth.love/xml/ns/redsea-wfs-lang-1.0.xsd"
schemaResource="redsea-wfs-lang-1.0.xsd" schemaPrefix="sail"
description="Language namespace to store warp sea"
name="WarpSea Language Namespace" id="sail">
<eld:element tag="sea" objectClass="love.distributedrebirth.nx01.redsea.WaterSea">
<eld:attribute id="name" writeOrder="0"/>
<eld:attribute id="provider" writeOrder="1" required="false"/>
<eld:attribute id="author" writeOrder="2" required="false"/>
</eld:element>
<eld:element tag="chain" objectClass="love.distributedrebirth.nx01.redsea.WaterSeaChain" />
<eld:element tag="magic" objectClass="love.distributedrebirth.nx01.redsea.WaterSeaMagic" />
</eld:namespace>
</root:module>

View file

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<modules version="1.0"
xmlns="http://language.x4o.org/xml/ns/modules"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://language.x4o.org/xml/ns/modules http://language.x4o.org/xml/ns/modules-1.0.xsd"
>
<language version="1.0">
<eld-resource>redsea-lang.eld</eld-resource>
</language>
</modules>