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

36 lines
1.5 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<!-- ==================================================================== -->
<!-- ===== Automatic generated schema for language: cel ===== -->
<!-- ==================================================================== -->
2012-09-11 13:15:26 +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
Created on: Sun Apr 28 11:41:33 CEST 2013
2012-09-11 13:15:26 +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"/>
<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>
<attribute name="id" type="string" use="required"/>
<attribute name="providerHost" type="string" use="required"/>
<attribute name="sourceResource" type="string"/>
<attribute name="languageModuleLoader" type="string"/>
<attribute name="providerName" type="string"/>
<attribute name="description" type="string"/>
2012-09-11 13:15:26 +02:00
</complexType>
</element>
</schema>