2013-04-28 12:07:37 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<!-- ==================================================================== -->
|
|
|
|
|
<!-- ===== Automatic generated schema for language: cel ===== -->
|
|
|
|
|
<!-- ==================================================================== -->
|
2012-09-11 13:15:26 +02:00
|
|
|
<!--
|
2013-04-28 12:07:37 +02:00
|
|
|
ID: cel-module
|
|
|
|
|
ProviderName: Core Element Languag Module
|
|
|
|
|
ProviderHost: cel.x4o.org
|
2012-09-11 13:15:26 +02:00
|
|
|
Namespaces: 2
|
|
|
|
|
Namespace: http://cel.x4o.org/xml/ns/cel-root
|
2013-04-28 12:07:37 +02:00
|
|
|
Created on: Sun Apr 28 11:41:33 CEST 2013
|
2012-09-11 13:15:26 +02:00
|
|
|
-->
|
2013-04-27 20:10:47 +02:00
|
|
|
<schema xmlns="http://www.w3.org/2001/XMLSchema"
|
|
|
|
|
xmlns:cel-core="http://cel.x4o.org/xml/ns/cel-core"
|
2012-09-11 13:15:26 +02:00
|
|
|
version="1.0" elementFormDefault="qualified" attributeFormDefault="unqualified" targetNamespace="http://cel.x4o.org/xml/ns/cel-root">
|
|
|
|
|
<import namespace="http://cel.x4o.org/xml/ns/cel-core" schemaLocation="cel-core-1.0.xsd"/>
|
|
|
|
|
<element name="module">
|
|
|
|
|
<complexType>
|
|
|
|
|
<choice minOccurs="0" maxOccurs="unbounded">
|
|
|
|
|
<element ref="cel-core:attributeHandler"/>
|
|
|
|
|
<element ref="cel-core:bindingHandler"/>
|
2012-11-18 03:40:26 +01:00
|
|
|
<element ref="cel-core:configuratorGlobal"/>
|
2012-09-11 13:15:26 +02:00
|
|
|
<element ref="cel-core:description"/>
|
|
|
|
|
<element ref="cel-core:elementInterface"/>
|
|
|
|
|
<element ref="cel-core:namespace"/>
|
|
|
|
|
</choice>
|
2013-04-28 12:07:37 +02:00
|
|
|
<attribute name="id" type="string" use="required"/>
|
|
|
|
|
<attribute name="providerHost" type="string" use="required"/>
|
2012-12-20 22:39:28 +01:00
|
|
|
<attribute name="sourceResource" type="string"/>
|
2013-04-27 20:10:47 +02:00
|
|
|
<attribute name="languageModuleLoader" type="string"/>
|
|
|
|
|
<attribute name="providerName" type="string"/>
|
2012-11-18 06:29:11 +01:00
|
|
|
<attribute name="description" type="string"/>
|
2012-09-11 13:15:26 +02:00
|
|
|
</complexType>
|
|
|
|
|
</element>
|
2013-04-28 12:07:37 +02:00
|
|
|
</schema>
|