x4o/x4o-driver/src/main/resources/META-INF/eld/eld-root-1.0.xsd

38 lines
1.7 KiB
XML
Raw Normal View History

2012-09-11 13:15:26 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<!-- ==================================================================== -->
<!-- ===== Automatic generated schema for language: eld ===== -->
<!-- ==================================================================== -->
<!--
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
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"/>
<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"/>
<attribute name="name" type="string"/>
<attribute name="providerName" type="string"/>
<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>