2012-09-11 13:15:26 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<!-- ==================================================================== -->
|
|
|
|
|
<!-- ===== Automatic generated schema for language: eld ===== -->
|
|
|
|
|
<!-- ==================================================================== -->
|
|
|
|
|
<!--
|
2012-11-18 03:40:26 +01:00
|
|
|
ProviderName: eld.x4o.org
|
2012-09-11 13:15:26 +02:00
|
|
|
ModuleName: Element Language Definition
|
|
|
|
|
Namespaces: 3
|
|
|
|
|
Namespace: http://eld.x4o.org/xml/ns/eld-root
|
2013-04-27 20:10:47 +02:00
|
|
|
Created on: Sat Apr 27 20:06:33 CEST 2013
|
2012-09-11 13:15:26 +02:00
|
|
|
-->
|
2013-04-08 08:34:51 +02:00
|
|
|
<schema xmlns="http://www.w3.org/2001/XMLSchema"
|
|
|
|
|
xmlns:conv="http://eld.x4o.org/xml/ns/eld-conv"
|
|
|
|
|
xmlns:lang="http://eld.x4o.org/xml/ns/eld-lang"
|
2012-09-11 13:15:26 +02:00
|
|
|
version="1.0" elementFormDefault="qualified" attributeFormDefault="unqualified" targetNamespace="http://eld.x4o.org/xml/ns/eld-root">
|
|
|
|
|
<import namespace="http://eld.x4o.org/xml/ns/eld-conv" schemaLocation="eld-conv-1.0.xsd"/>
|
|
|
|
|
<import namespace="http://eld.x4o.org/xml/ns/eld-lang" schemaLocation="eld-lang-1.0.xsd"/>
|
|
|
|
|
<element name="module">
|
|
|
|
|
<complexType>
|
|
|
|
|
<choice minOccurs="0" maxOccurs="unbounded">
|
|
|
|
|
<element ref="lang:attributeHandler"/>
|
|
|
|
|
<element ref="lang:bean"/>
|
|
|
|
|
<element ref="lang:bindingHandler"/>
|
|
|
|
|
<element ref="lang:classBindingHandler"/>
|
2012-11-18 03:40:26 +01:00
|
|
|
<element ref="lang:configuratorGlobal"/>
|
2012-09-11 13:15:26 +02:00
|
|
|
<element ref="lang:description"/>
|
|
|
|
|
<element ref="lang:elementInterface"/>
|
|
|
|
|
<element ref="lang:namespace"/>
|
|
|
|
|
</choice>
|
|
|
|
|
<attribute name="id" type="string" use="required"/>
|
2013-04-27 20:10:47 +02:00
|
|
|
<attribute name="name" type="string"/>
|
2012-11-18 06:29:11 +01:00
|
|
|
<attribute name="providerName" type="string"/>
|
2012-12-20 22:39:28 +01:00
|
|
|
<attribute name="sourceResource" type="string"/>
|
2013-04-08 08:34:51 +02:00
|
|
|
<attribute name="languageModuleLoader" type="string"/>
|
2012-09-11 13:15:26 +02:00
|
|
|
<attribute name="description" type="string"/>
|
|
|
|
|
</complexType>
|
|
|
|
|
</element>
|
|
|
|
|
</schema>
|