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-lang
|
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:this="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-lang">
|
|
|
|
|
<import namespace="http://eld.x4o.org/xml/ns/eld-conv" schemaLocation="eld-conv-1.0.xsd"/>
|
|
|
|
|
<complexType name="namespaceType">
|
|
|
|
|
<choice minOccurs="0" maxOccurs="unbounded">
|
2012-12-20 22:39:28 +01:00
|
|
|
<element name="description" type="this:descriptionType"/>
|
2012-09-11 13:15:26 +02:00
|
|
|
<element name="element" type="this:elementType"/>
|
|
|
|
|
</choice>
|
|
|
|
|
<attribute name="uri" type="string" use="required"/>
|
2013-04-27 20:10:47 +02:00
|
|
|
<attribute name="name" type="string"/>
|
|
|
|
|
<attribute name="prefixMapping" type="string"/>
|
|
|
|
|
<attribute name="languageRoot" type="boolean"/>
|
2012-12-20 22:39:28 +01:00
|
|
|
<attribute name="elementNamespaceInstanceProvider" type="string"/>
|
2012-09-11 13:15:26 +02:00
|
|
|
<attribute name="schemaUri" type="string"/>
|
|
|
|
|
<attribute name="schemaResource" type="string"/>
|
|
|
|
|
<attribute name="schemaPrefix" type="string"/>
|
|
|
|
|
<attribute name="id" type="string"/>
|
2012-11-18 06:29:11 +01:00
|
|
|
<attribute name="description" type="string"/>
|
2012-09-11 13:15:26 +02:00
|
|
|
</complexType>
|
|
|
|
|
<complexType name="descriptionType">
|
|
|
|
|
<simpleContent>
|
|
|
|
|
<extension base="string">
|
|
|
|
|
<anyAttribute/>
|
|
|
|
|
</extension>
|
|
|
|
|
</simpleContent>
|
|
|
|
|
</complexType>
|
2012-11-18 03:40:26 +01:00
|
|
|
<complexType name="elementSkipPhaseType">
|
|
|
|
|
<choice minOccurs="0" maxOccurs="unbounded"/>
|
|
|
|
|
<attribute name="name" type="string" use="required"/>
|
|
|
|
|
<anyAttribute/>
|
|
|
|
|
</complexType>
|
2012-09-11 13:15:26 +02:00
|
|
|
<complexType name="elementType">
|
|
|
|
|
<choice minOccurs="0" maxOccurs="unbounded">
|
|
|
|
|
<element name="attribute" type="this:attributeType"/>
|
|
|
|
|
<element name="attributeFromBody" type="this:attributeFromBodyType"/>
|
|
|
|
|
<element name="bean" type="this:beanType"/>
|
|
|
|
|
<element name="configurator" type="this:configuratorType"/>
|
|
|
|
|
<element name="description" type="this:descriptionType"/>
|
|
|
|
|
<element name="elementParent" type="this:elementParentType"/>
|
2012-11-18 03:40:26 +01:00
|
|
|
<element name="elementSkipPhase" type="this:elementSkipPhaseType"/>
|
2012-09-11 13:15:26 +02:00
|
|
|
</choice>
|
|
|
|
|
<attribute name="objectClass" type="string"/>
|
|
|
|
|
<attribute name="elementClass" type="string"/>
|
2012-11-18 06:15:24 +01:00
|
|
|
<attribute name="tag" type="string"/>
|
2012-09-11 13:15:26 +02:00
|
|
|
<attribute name="schemaContentMixed" type="boolean"/>
|
2013-04-27 20:10:47 +02:00
|
|
|
<attribute name="schemaContentComplex" type="boolean"/>
|
|
|
|
|
<attribute name="autoAttributes" type="boolean"/>
|
|
|
|
|
<attribute name="schemaContentBase" type="string"/>
|
2012-09-11 13:15:26 +02:00
|
|
|
<attribute name="id" type="string"/>
|
2012-11-18 06:29:11 +01:00
|
|
|
<attribute name="description" type="string"/>
|
2012-09-11 13:15:26 +02:00
|
|
|
</complexType>
|
|
|
|
|
<complexType name="attributeAliasType">
|
|
|
|
|
<choice minOccurs="0" maxOccurs="unbounded"/>
|
|
|
|
|
<attribute name="name" type="string" use="required"/>
|
|
|
|
|
<anyAttribute/>
|
|
|
|
|
</complexType>
|
2012-11-18 03:40:26 +01:00
|
|
|
<complexType name="configuratorGlobalType">
|
2012-11-18 06:29:11 +01:00
|
|
|
<choice minOccurs="0" maxOccurs="unbounded">
|
|
|
|
|
<element name="description" type="this:descriptionType"/>
|
|
|
|
|
</choice>
|
2012-11-18 03:40:26 +01:00
|
|
|
<attribute name="id" type="string" use="required"/>
|
|
|
|
|
<attribute name="bean.class" type="string" use="required"/>
|
|
|
|
|
<attribute name="configAction" type="string"/>
|
|
|
|
|
<anyAttribute/>
|
|
|
|
|
</complexType>
|
2012-09-11 13:15:26 +02:00
|
|
|
<complexType name="configuratorType">
|
|
|
|
|
<choice minOccurs="0" maxOccurs="unbounded">
|
|
|
|
|
<element name="description" type="this:descriptionType"/>
|
|
|
|
|
</choice>
|
|
|
|
|
<attribute name="id" type="string" use="required"/>
|
|
|
|
|
<attribute name="bean.class" type="string" use="required"/>
|
|
|
|
|
<attribute name="configAction" type="string"/>
|
|
|
|
|
<anyAttribute/>
|
|
|
|
|
</complexType>
|
|
|
|
|
<complexType name="attributeFromBodyType">
|
2012-11-18 03:40:26 +01:00
|
|
|
<choice minOccurs="0" maxOccurs="unbounded">
|
|
|
|
|
<element name="description" type="this:descriptionType"/>
|
|
|
|
|
</choice>
|
2012-09-11 13:15:26 +02:00
|
|
|
<attribute name="bodyType" type="string"/>
|
2012-11-18 03:40:26 +01:00
|
|
|
<attribute name="id" type="string" use="required"/>
|
|
|
|
|
<attribute name="name" type="string" use="required"/>
|
2012-09-11 13:15:26 +02:00
|
|
|
</complexType>
|
|
|
|
|
<complexType name="attributeHandlerType">
|
|
|
|
|
<choice minOccurs="0" maxOccurs="unbounded">
|
|
|
|
|
<element name="attributeHandlerNextAttribute" type="this:attributeHandlerNextAttributeType"/>
|
|
|
|
|
<element name="description" type="this:descriptionType"/>
|
|
|
|
|
</choice>
|
|
|
|
|
<attribute name="attributeName" type="string" use="required"/>
|
|
|
|
|
<attribute name="id" type="string" use="required"/>
|
|
|
|
|
<attribute name="bean.class" type="string" use="required"/>
|
|
|
|
|
<anyAttribute/>
|
|
|
|
|
</complexType>
|
|
|
|
|
<complexType name="attributeHandlerNextAttributeType">
|
|
|
|
|
<choice minOccurs="0" maxOccurs="unbounded"/>
|
|
|
|
|
<attribute name="attributeName" type="string" use="required"/>
|
|
|
|
|
<anyAttribute/>
|
|
|
|
|
</complexType>
|
|
|
|
|
<complexType name="attributeType">
|
|
|
|
|
<choice minOccurs="0" maxOccurs="unbounded">
|
|
|
|
|
<element ref="conv:beanConverter"/>
|
|
|
|
|
<element ref="conv:booleanConverter"/>
|
|
|
|
|
<element ref="conv:byteConverter"/>
|
|
|
|
|
<element ref="conv:characterConverter"/>
|
|
|
|
|
<element ref="conv:classConverter"/>
|
|
|
|
|
<element ref="conv:doubleConverter"/>
|
|
|
|
|
<element ref="conv:enumConverter"/>
|
|
|
|
|
<element ref="conv:floatConverter"/>
|
|
|
|
|
<element ref="conv:integerConverter"/>
|
|
|
|
|
<element ref="conv:longConverter"/>
|
|
|
|
|
<element ref="conv:stringSplitConverter"/>
|
|
|
|
|
<element ref="conv:urlConverter"/>
|
|
|
|
|
<element name="attributeAlias" type="this:attributeAliasType"/>
|
|
|
|
|
<element name="bean" type="this:beanType"/>
|
2012-11-18 06:15:24 +01:00
|
|
|
<element name="description" type="this:descriptionType"/>
|
2012-09-11 13:15:26 +02:00
|
|
|
</choice>
|
2013-04-27 20:10:47 +02:00
|
|
|
<attribute name="name" type="string"/>
|
2013-04-08 08:34:51 +02:00
|
|
|
<attribute name="defaultValue" type="string"/>
|
2013-04-27 20:10:47 +02:00
|
|
|
<attribute name="required" type="boolean"/>
|
|
|
|
|
<attribute name="writeOrder" type="integer"/>
|
|
|
|
|
<attribute name="runBeanValue" type="boolean"/>
|
2012-11-18 06:15:24 +01:00
|
|
|
<attribute name="runResolveEL" type="boolean"/>
|
2012-11-18 06:29:11 +01:00
|
|
|
<attribute name="runConverters" type="boolean"/>
|
2013-04-27 20:10:47 +02:00
|
|
|
<attribute name="objectConverter" type="string"/>
|
2012-09-11 13:15:26 +02:00
|
|
|
<attribute name="id" type="string"/>
|
2012-11-18 06:29:11 +01:00
|
|
|
<attribute name="description" type="string"/>
|
2012-09-11 13:15:26 +02:00
|
|
|
</complexType>
|
|
|
|
|
<complexType name="bindingHandlerType">
|
|
|
|
|
<choice minOccurs="0" maxOccurs="unbounded">
|
|
|
|
|
<element name="description" type="this:descriptionType"/>
|
|
|
|
|
</choice>
|
|
|
|
|
<attribute name="id" type="string" use="required"/>
|
|
|
|
|
<attribute name="bean.class" type="string" use="required"/>
|
|
|
|
|
<anyAttribute/>
|
|
|
|
|
</complexType>
|
|
|
|
|
<complexType name="beanType">
|
|
|
|
|
<choice minOccurs="0" maxOccurs="unbounded">
|
|
|
|
|
<element name="attributeHandlerNextAttribute" type="this:attributeHandlerNextAttributeType"/>
|
|
|
|
|
</choice>
|
|
|
|
|
<attribute name="bean.class" type="string"/>
|
|
|
|
|
<anyAttribute/>
|
|
|
|
|
</complexType>
|
|
|
|
|
<complexType name="classBindingHandlerType">
|
2012-11-18 03:40:26 +01:00
|
|
|
<choice minOccurs="0" maxOccurs="unbounded">
|
|
|
|
|
<element name="description" type="this:descriptionType"/>
|
|
|
|
|
</choice>
|
2012-09-11 13:15:26 +02:00
|
|
|
<attribute name="id" type="string" use="required"/>
|
2013-04-08 08:34:51 +02:00
|
|
|
<attribute name="childClass" type="string" use="required"/>
|
|
|
|
|
<attribute name="parentClass" type="string" use="required"/>
|
|
|
|
|
<attribute name="getMethod" type="string" use="required"/>
|
|
|
|
|
<attribute name="addMethod" type="string" use="required"/>
|
2012-09-11 13:15:26 +02:00
|
|
|
</complexType>
|
|
|
|
|
<complexType name="elementInterfaceType">
|
|
|
|
|
<choice minOccurs="0" maxOccurs="unbounded">
|
|
|
|
|
<element name="attribute" type="this:attributeType"/>
|
|
|
|
|
<element name="attributeFromBody" type="this:attributeFromBodyType"/>
|
|
|
|
|
<element name="bean" type="this:beanType"/>
|
|
|
|
|
<element name="bindingHandler" type="this:bindingHandlerType"/>
|
|
|
|
|
<element name="classBindingHandler" type="this:classBindingHandlerType"/>
|
|
|
|
|
<element name="configurator" type="this:configuratorType"/>
|
|
|
|
|
<element name="description" type="this:descriptionType"/>
|
2013-01-08 15:16:57 +01:00
|
|
|
<element name="elementParent" type="this:elementParentType"/>
|
2012-09-11 13:15:26 +02:00
|
|
|
</choice>
|
|
|
|
|
<attribute name="id" type="string" use="required"/>
|
|
|
|
|
<attribute name="interfaceClass" type="string" use="required"/>
|
|
|
|
|
<attribute name="description" type="string"/>
|
|
|
|
|
</complexType>
|
|
|
|
|
<complexType name="elementParentType">
|
|
|
|
|
<choice minOccurs="0" maxOccurs="unbounded"/>
|
|
|
|
|
<attribute name="tag" type="string"/>
|
2013-01-08 15:16:57 +01:00
|
|
|
<attribute name="uri" type="string"/>
|
2012-09-11 13:15:26 +02:00
|
|
|
<anyAttribute/>
|
|
|
|
|
</complexType>
|
2012-11-18 06:15:24 +01:00
|
|
|
<element name="namespace" type="this:namespaceType">
|
|
|
|
|
<annotation>
|
|
|
|
|
<documentation xml:lang="en">Defines an namespace for the language.
|
|
|
|
|
</documentation>
|
|
|
|
|
</annotation>
|
|
|
|
|
</element>
|
2012-09-11 13:15:26 +02:00
|
|
|
<element name="description" type="this:descriptionType">
|
|
|
|
|
<annotation>
|
|
|
|
|
<documentation xml:lang="en">An ELD elementDescription field which lets you type text like this one in xml characters instead of an attribute.
|
|
|
|
|
</documentation>
|
|
|
|
|
</annotation>
|
|
|
|
|
</element>
|
2012-11-18 03:40:26 +01:00
|
|
|
<element name="elementSkipPhase" type="this:elementSkipPhaseType">
|
|
|
|
|
<annotation>
|
|
|
|
|
<documentation xml:lang="en">Adds an phase to skip to the parent element.
|
|
|
|
|
</documentation>
|
|
|
|
|
</annotation>
|
|
|
|
|
</element>
|
2012-11-18 06:15:24 +01:00
|
|
|
<element name="element" type="this:elementType">
|
|
|
|
|
<annotation>
|
|
|
|
|
<documentation xml:lang="en">The xml element.
|
|
|
|
|
</documentation>
|
|
|
|
|
</annotation>
|
|
|
|
|
</element>
|
2012-09-11 13:15:26 +02:00
|
|
|
<element name="attributeAlias" type="this:attributeAliasType">
|
|
|
|
|
<annotation>
|
|
|
|
|
<documentation xml:lang="en">Defines an alias for an attribute name.
|
|
|
|
|
</documentation>
|
|
|
|
|
</annotation>
|
|
|
|
|
</element>
|
2012-11-18 03:40:26 +01:00
|
|
|
<element name="configuratorGlobal" type="this:configuratorGlobalType">
|
|
|
|
|
<annotation>
|
|
|
|
|
<documentation xml:lang="en">Define an className in bean.class for an ElementConfiguratorGlobal.
|
|
|
|
|
</documentation>
|
|
|
|
|
</annotation>
|
|
|
|
|
</element>
|
2012-09-11 13:15:26 +02:00
|
|
|
<element name="configurator" type="this:configuratorType">
|
|
|
|
|
<annotation>
|
|
|
|
|
<documentation xml:lang="en">Define an className in bean.class for an ElementConfigurator.
|
|
|
|
|
</documentation>
|
|
|
|
|
</annotation>
|
|
|
|
|
</element>
|
|
|
|
|
<element name="attributeFromBody" type="this:attributeFromBodyType">
|
|
|
|
|
<annotation>
|
|
|
|
|
<documentation xml:lang="en">Defines an alias for an attribute name.
|
|
|
|
|
</documentation>
|
|
|
|
|
</annotation>
|
|
|
|
|
</element>
|
|
|
|
|
<element name="attributeHandler" type="this:attributeHandlerType">
|
|
|
|
|
<annotation>
|
|
|
|
|
<documentation xml:lang="en">Define an className in bean.class for an ElementAttributeHandler.
|
|
|
|
|
</documentation>
|
|
|
|
|
</annotation>
|
|
|
|
|
</element>
|
|
|
|
|
<element name="attributeHandlerNextAttribute" type="this:attributeHandlerNextAttributeType">
|
|
|
|
|
<annotation>
|
|
|
|
|
<documentation xml:lang="en">Defines the parameter order.
|
|
|
|
|
</documentation>
|
|
|
|
|
</annotation>
|
|
|
|
|
</element>
|
2012-11-18 06:15:24 +01:00
|
|
|
<element name="attribute" type="this:attributeType">
|
|
|
|
|
<annotation>
|
|
|
|
|
<documentation xml:lang="en">XML Element Attribute tag.
|
|
|
|
|
</documentation>
|
|
|
|
|
</annotation>
|
|
|
|
|
</element>
|
2012-09-11 13:15:26 +02:00
|
|
|
<element name="bindingHandler" type="this:bindingHandlerType">
|
|
|
|
|
<annotation>
|
|
|
|
|
<documentation xml:lang="en">Define an className in bean.class for an ElementBindingHandler interface.
|
|
|
|
|
</documentation>
|
|
|
|
|
</annotation>
|
|
|
|
|
</element>
|
|
|
|
|
<element name="bean" type="this:beanType">
|
|
|
|
|
<annotation>
|
|
|
|
|
<documentation xml:lang="en">Loads bean into the Element
|
|
|
|
|
</documentation>
|
|
|
|
|
</annotation>
|
|
|
|
|
</element>
|
|
|
|
|
<element name="classBindingHandler" type="this:classBindingHandlerType">
|
|
|
|
|
<annotation>
|
|
|
|
|
<documentation xml:lang="en">Lets you dynamicly bind to object togecher.
|
|
|
|
|
</documentation>
|
|
|
|
|
</annotation>
|
|
|
|
|
</element>
|
2012-11-18 06:15:24 +01:00
|
|
|
<element name="elementInterface" type="this:elementInterfaceType">
|
|
|
|
|
<annotation>
|
|
|
|
|
<documentation xml:lang="en">Config element objects by java interface.
|
|
|
|
|
</documentation>
|
|
|
|
|
</annotation>
|
|
|
|
|
</element>
|
2012-09-11 13:15:26 +02:00
|
|
|
<element name="elementParent" type="this:elementParentType">
|
|
|
|
|
<annotation>
|
|
|
|
|
<documentation xml:lang="en">Adds an parent element tag for xsd
|
|
|
|
|
</documentation>
|
|
|
|
|
</annotation>
|
|
|
|
|
</element>
|
|
|
|
|
</schema>
|