<?xml version="1.0"?>
<!DOCTYPE catalog PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN" "http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd">
<!-- 
Config XML in eclipse IDE;

Run commands
	mvn install
	mvn initialize -P x4o-generate-local-xsd

Goto menu
	Window -> preferences
than open
	XML -> XML Catalog -> Add Entry
select
	Next Catalog
from
	Workspace
where
	this file
and than open
	XML (Wild Web Developer) -> Catalogs -> Add
select
	this file
finish
	apply and close

NOTE:
- XML -> XML Catalog = for auto complete
- XML (Wild Web Developer) -> Catalogs = for schema's validation
 -->
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog" prefer="public">
	<!-- Even an oasis needs self sale sail boat strap code -->
	<uri name="http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd" uri="src/_schemas/x4o-static/oasis-xmlns-catalog.dtd"/>

	<uri name="http://language.x4o.org/xml/ns/drivers-1.0.xsd" uri="src/_schemas/x4o-static/drivers-1.0.xsd"/>
	<uri name="http://language.x4o.org/xml/ns/modules-1.0.xsd" uri="src/_schemas/x4o-static/modules-1.0.xsd"/>
	
	<uri name="http://cel.x4o.org/xml/ns/cel-root-1.0.xsd" uri="src/_schemas/cel/cel-root-1.0.xsd"/>
	<uri name="http://cel.x4o.org/xml/ns/cel-core-1.0.xsd" uri="src/_schemas/cel/cel-core-1.0.xsd"/>
	<uri name="http://eld.x4o.org/xml/ns/eld-root-1.0.xsd" uri="src/_schemas/eld/eld-root-1.0.xsd"/>
	<uri name="http://eld.x4o.org/xml/ns/eld-lang-1.0.xsd" uri="src/_schemas/eld/eld-lang-1.0.xsd"/>
	<uri name="http://eld.x4o.org/xml/ns/eld-conv-1.0.xsd" uri="src/_schemas/eld/eld-conv-1.0.xsd"/>
	
	<uri name="http://jdatstart.redsea.x4o.distributedrebirth.love/xml/ns/redsea-jdatstart-root-7.0.xsd" uri="src/_schemas/redsea-jdatstart/redsea-jdatstart-root-7.0.xsd"/>
	<uri name="http://jdatstart.redsea.x4o.distributedrebirth.love/xml/ns/redsea-jdatstart-lang-7.0.xsd" uri="src/_schemas/redsea-jdatstart/redsea-jdatstart-lang-7.0.xsd"/>
	
	<uri name="http://test.junit.x4o.org/xml/ns/junit-test-root-1.0.xsd" uri="src/_schemas/junit-test/junit-test-root-1.0.xsd"/>
	<uri name="http://test.junit.x4o.org/xml/ns/junit-test-lang-1.0.xsd" uri="src/_schemas/junit-test/junit-test-lang-1.0.xsd"/>
	
	<uri name="http://swixml.junit.x4o.org/xml/ns/junit-swixml-root-2.0.xsd" uri="src/_schemas/junit-swixml/junit-swixml-root-2.0.xsd"/>
	<uri name="http://swixml.junit.x4o.org/xml/ns/junit-swixml-lang-2.0.xsd" uri="src/_schemas/junit-swixml/junit-swixml-lang-2.0.xsd"/>
	<uri name="http://swixml.junit.x4o.org/xml/ns/junit-swixml-root-3.0.xsd" uri="src/_schemas/junit-swixml/junit-swixml-root-3.0.xsd"/>
	<uri name="http://swixml.junit.x4o.org/xml/ns/junit-swixml-lang-3.0.xsd" uri="src/_schemas/junit-swixml/junit-swixml-lang-3.0.xsd"/>

</catalog>