Remove old projects.
authorMathieu Baudier <mbaudier@argeo.org>
Sat, 12 Feb 2022 10:26:32 +0000 (11:26 +0100)
committerMathieu Baudier <mbaudier@argeo.org>
Sat, 12 Feb 2022 10:26:32 +0000 (11:26 +0100)
53 files changed:
org.argeo.entity.core/.classpath [deleted file]
org.argeo.entity.core/.gitignore [deleted file]
org.argeo.entity.core/.project [deleted file]
org.argeo.entity.core/META-INF/.gitignore [deleted file]
org.argeo.entity.core/bnd.bnd [deleted file]
org.argeo.entity.core/build.properties [deleted file]
org.argeo.entity.core/pom.xml [deleted file]
org.argeo.entity.ui/.classpath [deleted file]
org.argeo.entity.ui/.gitignore [deleted file]
org.argeo.entity.ui/.project [deleted file]
org.argeo.entity.ui/META-INF/.gitignore [deleted file]
org.argeo.entity.ui/bnd.bnd [deleted file]
org.argeo.entity.ui/build.properties [deleted file]
org.argeo.entity.ui/pom.xml [deleted file]
org.argeo.geo.ui/.classpath [deleted file]
org.argeo.geo.ui/.gitignore [deleted file]
org.argeo.geo.ui/.project [deleted file]
org.argeo.geo.ui/META-INF/.gitignore [deleted file]
org.argeo.geo.ui/OSGI-INF/l10n/bundle.properties [deleted file]
org.argeo.geo.ui/bnd.bnd [deleted file]
org.argeo.geo.ui/build.properties [deleted file]
org.argeo.geo.ui/pom.xml [deleted file]
org.argeo.library.ui/.classpath [deleted file]
org.argeo.library.ui/.gitignore [deleted file]
org.argeo.library.ui/.project [deleted file]
org.argeo.library.ui/META-INF/.gitignore [deleted file]
org.argeo.library.ui/OSGI-INF/l10n/bundle.properties [deleted file]
org.argeo.library.ui/bnd.bnd [deleted file]
org.argeo.library.ui/build.properties [deleted file]
org.argeo.library.ui/pom.xml [deleted file]
org.argeo.people.ui/.classpath [deleted file]
org.argeo.people.ui/.gitignore [deleted file]
org.argeo.people.ui/.project [deleted file]
org.argeo.people.ui/META-INF/.gitignore [deleted file]
org.argeo.people.ui/OSGI-INF/l10n/bundle.properties [deleted file]
org.argeo.people.ui/bnd.bnd [deleted file]
org.argeo.people.ui/build.properties [deleted file]
org.argeo.people.ui/pom.xml [deleted file]
org.argeo.support.geonames/.classpath [deleted file]
org.argeo.support.geonames/.gitignore [deleted file]
org.argeo.support.geonames/.project [deleted file]
org.argeo.support.geonames/META-INF/.gitignore [deleted file]
org.argeo.support.geonames/bnd.bnd [deleted file]
org.argeo.support.geonames/build.properties [deleted file]
org.argeo.support.geonames/pom.xml [deleted file]
org.argeo.support.xforms/.classpath [deleted file]
org.argeo.support.xforms/.gitignore [deleted file]
org.argeo.support.xforms/.project [deleted file]
org.argeo.support.xforms/META-INF/.gitignore [deleted file]
org.argeo.support.xforms/bnd.bnd [deleted file]
org.argeo.support.xforms/build.properties [deleted file]
org.argeo.support.xforms/pom.xml [deleted file]
org.argeo.support.xforms/xsd/XForms-Schema.xsd [deleted file]

diff --git a/org.argeo.entity.core/.classpath b/org.argeo.entity.core/.classpath
deleted file mode 100644 (file)
index e801ebf..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
-       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"/>
-       <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
-       <classpathentry kind="src" path="src"/>
-       <classpathentry kind="output" path="bin"/>
-</classpath>
diff --git a/org.argeo.entity.core/.gitignore b/org.argeo.entity.core/.gitignore
deleted file mode 100644 (file)
index 09e3bc9..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-/bin/
-/target/
diff --git a/org.argeo.entity.core/.project b/org.argeo.entity.core/.project
deleted file mode 100644 (file)
index 1acff84..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-       <name>org.argeo.entity.core</name>
-       <comment></comment>
-       <projects>
-       </projects>
-       <buildSpec>
-               <buildCommand>
-                       <name>org.eclipse.jdt.core.javabuilder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-               <buildCommand>
-                       <name>org.eclipse.pde.ManifestBuilder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-               <buildCommand>
-                       <name>org.eclipse.pde.SchemaBuilder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-       </buildSpec>
-       <natures>
-               <nature>org.eclipse.pde.PluginNature</nature>
-               <nature>org.eclipse.jdt.core.javanature</nature>
-       </natures>
-</projectDescription>
diff --git a/org.argeo.entity.core/META-INF/.gitignore b/org.argeo.entity.core/META-INF/.gitignore
deleted file mode 100644 (file)
index 4854a41..0000000
+++ /dev/null
@@ -1 +0,0 @@
-/MANIFEST.MF
diff --git a/org.argeo.entity.core/bnd.bnd b/org.argeo.entity.core/bnd.bnd
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/org.argeo.entity.core/build.properties b/org.argeo.entity.core/build.properties
deleted file mode 100644 (file)
index 34d2e4d..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-source.. = src/
-output.. = bin/
-bin.includes = META-INF/,\
-               .
diff --git a/org.argeo.entity.core/pom.xml b/org.argeo.entity.core/pom.xml
deleted file mode 100644 (file)
index fd0f0fd..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-       <modelVersion>4.0.0</modelVersion>
-       <parent>
-               <groupId>org.argeo.suite</groupId>
-               <artifactId>argeo-suite</artifactId>
-               <version>2.3-SNAPSHOT</version>
-               <relativePath>..</relativePath>
-       </parent>
-       <artifactId>org.argeo.entity.core</artifactId>
-       <name>Entity Reference Implementation</name>
-       <packaging>jar</packaging>
-       <dependencies>
-               <dependency>
-                       <groupId>org.argeo.suite</groupId>
-                       <artifactId>org.argeo.app.api</artifactId>
-                       <version>2.3-SNAPSHOT</version>
-               </dependency>
-
-               <!-- Argeo Commons -->
-               <dependency>
-                       <groupId>org.argeo.commons</groupId>
-                       <artifactId>org.argeo.cms.jcr</artifactId>
-                       <version>${version.argeo-commons}</version>
-               </dependency>
-       </dependencies>
-</project>
diff --git a/org.argeo.entity.ui/.classpath b/org.argeo.entity.ui/.classpath
deleted file mode 100644 (file)
index e801ebf..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
-       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"/>
-       <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
-       <classpathentry kind="src" path="src"/>
-       <classpathentry kind="output" path="bin"/>
-</classpath>
diff --git a/org.argeo.entity.ui/.gitignore b/org.argeo.entity.ui/.gitignore
deleted file mode 100644 (file)
index 09e3bc9..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-/bin/
-/target/
diff --git a/org.argeo.entity.ui/.project b/org.argeo.entity.ui/.project
deleted file mode 100644 (file)
index a1f7177..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-       <name>org.argeo.entity.ui</name>
-       <comment></comment>
-       <projects>
-       </projects>
-       <buildSpec>
-               <buildCommand>
-                       <name>org.eclipse.jdt.core.javabuilder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-               <buildCommand>
-                       <name>org.eclipse.pde.ManifestBuilder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-               <buildCommand>
-                       <name>org.eclipse.pde.SchemaBuilder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-       </buildSpec>
-       <natures>
-               <nature>org.eclipse.pde.PluginNature</nature>
-               <nature>org.eclipse.jdt.core.javanature</nature>
-       </natures>
-</projectDescription>
diff --git a/org.argeo.entity.ui/META-INF/.gitignore b/org.argeo.entity.ui/META-INF/.gitignore
deleted file mode 100644 (file)
index 4854a41..0000000
+++ /dev/null
@@ -1 +0,0 @@
-/MANIFEST.MF
diff --git a/org.argeo.entity.ui/bnd.bnd b/org.argeo.entity.ui/bnd.bnd
deleted file mode 100644 (file)
index e7cd4cb..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-Import-Package:\
-org.eclipse.swt,\
-*
\ No newline at end of file
diff --git a/org.argeo.entity.ui/build.properties b/org.argeo.entity.ui/build.properties
deleted file mode 100644 (file)
index 34d2e4d..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-source.. = src/
-output.. = bin/
-bin.includes = META-INF/,\
-               .
diff --git a/org.argeo.entity.ui/pom.xml b/org.argeo.entity.ui/pom.xml
deleted file mode 100644 (file)
index 99910b0..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-       <modelVersion>4.0.0</modelVersion>
-       <parent>
-               <groupId>org.argeo.suite</groupId>
-               <artifactId>argeo-suite</artifactId>
-               <version>2.3-SNAPSHOT</version>
-               <relativePath>..</relativePath>
-       </parent>
-       <artifactId>org.argeo.entity.ui</artifactId>
-       <name>Entity UI</name>
-       <packaging>jar</packaging>
-       <dependencies>
-               <dependency>
-                       <groupId>org.argeo.suite</groupId>
-                       <artifactId>org.argeo.entity.core</artifactId>
-                       <version>2.3-SNAPSHOT</version>
-               </dependency>
-
-               <!-- Argeo Commons -->
-               <dependency>
-                       <groupId>org.argeo.commons</groupId>
-                       <artifactId>org.argeo.cms.ui</artifactId>
-                       <version>${version.argeo-commons}</version>
-               </dependency>
-
-               <!-- Specific -->
-               <dependency>
-                       <groupId>org.argeo.commons.rap</groupId>
-                       <artifactId>org.argeo.swt.specific.rap</artifactId>
-                       <version>${version.argeo-commons}</version>
-                       <scope>provided</scope>
-               </dependency>
-
-               <!-- Eclipse E4 -->
-               <dependency>
-                       <groupId>org.argeo.tp</groupId>
-                       <artifactId>argeo-tp-rap-e4</artifactId>
-                       <version>${version.argeo-tp}</version>
-                       <type>pom</type>
-                       <scope>provided</scope>
-               </dependency>
-       </dependencies>
-</project>
diff --git a/org.argeo.geo.ui/.classpath b/org.argeo.geo.ui/.classpath
deleted file mode 100644 (file)
index e801ebf..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
-       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"/>
-       <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
-       <classpathentry kind="src" path="src"/>
-       <classpathentry kind="output" path="bin"/>
-</classpath>
diff --git a/org.argeo.geo.ui/.gitignore b/org.argeo.geo.ui/.gitignore
deleted file mode 100644 (file)
index 09e3bc9..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-/bin/
-/target/
diff --git a/org.argeo.geo.ui/.project b/org.argeo.geo.ui/.project
deleted file mode 100644 (file)
index a25e06f..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-       <name>org.argeo.geo.ui</name>
-       <comment></comment>
-       <projects>
-       </projects>
-       <buildSpec>
-               <buildCommand>
-                       <name>org.eclipse.jdt.core.javabuilder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-               <buildCommand>
-                       <name>org.eclipse.pde.ManifestBuilder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-               <buildCommand>
-                       <name>org.eclipse.pde.SchemaBuilder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-               <buildCommand>
-                       <name>org.eclipse.pde.ds.core.builder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-       </buildSpec>
-       <natures>
-               <nature>org.eclipse.pde.PluginNature</nature>
-               <nature>org.eclipse.jdt.core.javanature</nature>
-       </natures>
-</projectDescription>
diff --git a/org.argeo.geo.ui/META-INF/.gitignore b/org.argeo.geo.ui/META-INF/.gitignore
deleted file mode 100644 (file)
index 4854a41..0000000
+++ /dev/null
@@ -1 +0,0 @@
-/MANIFEST.MF
diff --git a/org.argeo.geo.ui/OSGI-INF/l10n/bundle.properties b/org.argeo.geo.ui/OSGI-INF/l10n/bundle.properties
deleted file mode 100644 (file)
index 3ded5eb..0000000
+++ /dev/null
@@ -1 +0,0 @@
-map=map
diff --git a/org.argeo.geo.ui/bnd.bnd b/org.argeo.geo.ui/bnd.bnd
deleted file mode 100644 (file)
index 7e5ce48..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-Import-Package:\
-javax.jcr.nodetype,\
-org.osgi.service.event,\
-com.fasterxml.jackson.core,\
-org.argeo.suite.ui,\
-org.eclipse.swt,\
-org.eclipse.jface.viewers,\
-org.osgi.framework,\
-*
-
-Service-Component:\
-OSGI-INF/mapLayer.xml,\
-OSGI-INF/overviewMap.xml
-
-Provide-Capability:\
-cms.publish;pkg=org.djapps.on.openheritage.ui,file="*.png,*.js,*.html"
\ No newline at end of file
diff --git a/org.argeo.geo.ui/build.properties b/org.argeo.geo.ui/build.properties
deleted file mode 100644 (file)
index 34d2e4d..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-source.. = src/
-output.. = bin/
-bin.includes = META-INF/,\
-               .
diff --git a/org.argeo.geo.ui/pom.xml b/org.argeo.geo.ui/pom.xml
deleted file mode 100644 (file)
index f6ee642..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-       <modelVersion>4.0.0</modelVersion>
-       <parent>
-               <groupId>org.argeo.suite</groupId>
-               <artifactId>argeo-suite</artifactId>
-               <version>2.3-SNAPSHOT</version>
-               <relativePath>..</relativePath>
-       </parent>
-       <artifactId>org.argeo.geo.ui</artifactId>
-       <name>Geography UI</name>
-       <packaging>jar</packaging>
-       <dependencies>
-               <dependency>
-                       <groupId>org.argeo.suite</groupId>
-                       <artifactId>org.argeo.suite.ui</artifactId>
-                       <version>2.3-SNAPSHOT</version>
-               </dependency>
-
-               <!-- Specific -->
-               <dependency>
-                       <groupId>org.argeo.commons.rap</groupId>
-                       <artifactId>org.argeo.swt.specific.rap</artifactId>
-                       <version>${version.argeo-commons}</version>
-                       <scope>provided</scope>
-               </dependency>
-
-               <!-- Eclipse E4 -->
-               <dependency>
-                       <groupId>org.argeo.tp</groupId>
-                       <artifactId>argeo-tp-rap-e4</artifactId>
-                       <version>${version.argeo-tp}</version>
-                       <type>pom</type>
-                       <scope>provided</scope>
-               </dependency>
-       </dependencies>
-</project>
diff --git a/org.argeo.library.ui/.classpath b/org.argeo.library.ui/.classpath
deleted file mode 100644 (file)
index e801ebf..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
-       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"/>
-       <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
-       <classpathentry kind="src" path="src"/>
-       <classpathentry kind="output" path="bin"/>
-</classpath>
diff --git a/org.argeo.library.ui/.gitignore b/org.argeo.library.ui/.gitignore
deleted file mode 100644 (file)
index 09e3bc9..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-/bin/
-/target/
diff --git a/org.argeo.library.ui/.project b/org.argeo.library.ui/.project
deleted file mode 100644 (file)
index 6aa2010..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-       <name>org.argeo.library.ui</name>
-       <comment></comment>
-       <projects>
-       </projects>
-       <buildSpec>
-               <buildCommand>
-                       <name>org.eclipse.jdt.core.javabuilder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-               <buildCommand>
-                       <name>org.eclipse.pde.ManifestBuilder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-               <buildCommand>
-                       <name>org.eclipse.pde.SchemaBuilder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-               <buildCommand>
-                       <name>org.eclipse.pde.ds.core.builder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-       </buildSpec>
-       <natures>
-               <nature>org.eclipse.pde.PluginNature</nature>
-               <nature>org.eclipse.jdt.core.javanature</nature>
-       </natures>
-</projectDescription>
diff --git a/org.argeo.library.ui/META-INF/.gitignore b/org.argeo.library.ui/META-INF/.gitignore
deleted file mode 100644 (file)
index 4854a41..0000000
+++ /dev/null
@@ -1 +0,0 @@
-/MANIFEST.MF
diff --git a/org.argeo.library.ui/OSGI-INF/l10n/bundle.properties b/org.argeo.library.ui/OSGI-INF/l10n/bundle.properties
deleted file mode 100644 (file)
index 8015421..0000000
+++ /dev/null
@@ -1 +0,0 @@
-content=content
diff --git a/org.argeo.library.ui/bnd.bnd b/org.argeo.library.ui/bnd.bnd
deleted file mode 100644 (file)
index 213c39c..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-Service-Component:\
-OSGI-INF/contentEntryArea.xml,\
-OSGI-INF/fsEntryArea.xml,\
-OSGI-INF/contentLayer.xml,\
-OSGI-INF/documentsFolder.xml
-
-Import-Package:\
-org.eclipse.swt,\
-javax.jcr.nodetype,\
-org.argeo.suite.ui,\
-*
\ No newline at end of file
diff --git a/org.argeo.library.ui/build.properties b/org.argeo.library.ui/build.properties
deleted file mode 100644 (file)
index 0859c52..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-output.. = bin/
-bin.includes = META-INF/,\
-               .,\
-               OSGI-INF/,\
-               OSGI-INF/contentLayer.xml,\
-               OSGI-INF/documentsFolder.xml
-source.. = src/
diff --git a/org.argeo.library.ui/pom.xml b/org.argeo.library.ui/pom.xml
deleted file mode 100644 (file)
index e6fec1e..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-       <modelVersion>4.0.0</modelVersion>
-       <parent>
-               <groupId>org.argeo.suite</groupId>
-               <artifactId>argeo-suite</artifactId>
-               <version>2.3-SNAPSHOT</version>
-               <relativePath>..</relativePath>
-       </parent>
-       <artifactId>org.argeo.library.ui</artifactId>
-       <name>Documents UI</name>
-       <packaging>jar</packaging>
-       <dependencies>
-               <dependency>
-                       <groupId>org.argeo.suite</groupId>
-                       <artifactId>org.argeo.suite.ui</artifactId>
-                       <version>2.3-SNAPSHOT</version>
-               </dependency>
-
-               <!-- Specific -->
-               <dependency>
-                       <groupId>org.argeo.commons.rap</groupId>
-                       <artifactId>org.argeo.swt.specific.rap</artifactId>
-                       <version>${version.argeo-commons}</version>
-                       <scope>provided</scope>
-               </dependency>
-
-               <!-- Eclipse E4 -->
-               <dependency>
-                       <groupId>org.argeo.tp</groupId>
-                       <artifactId>argeo-tp-rap-e4</artifactId>
-                       <version>${version.argeo-tp}</version>
-                       <type>pom</type>
-                       <scope>provided</scope>
-               </dependency>
-
-       </dependencies>
-</project>
diff --git a/org.argeo.people.ui/.classpath b/org.argeo.people.ui/.classpath
deleted file mode 100644 (file)
index e801ebf..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
-       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"/>
-       <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
-       <classpathentry kind="src" path="src"/>
-       <classpathentry kind="output" path="bin"/>
-</classpath>
diff --git a/org.argeo.people.ui/.gitignore b/org.argeo.people.ui/.gitignore
deleted file mode 100644 (file)
index 09e3bc9..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-/bin/
-/target/
diff --git a/org.argeo.people.ui/.project b/org.argeo.people.ui/.project
deleted file mode 100644 (file)
index b3d17df..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-       <name>org.argeo.people.ui</name>
-       <comment></comment>
-       <projects>
-       </projects>
-       <buildSpec>
-               <buildCommand>
-                       <name>org.eclipse.jdt.core.javabuilder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-               <buildCommand>
-                       <name>org.eclipse.pde.ManifestBuilder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-               <buildCommand>
-                       <name>org.eclipse.pde.SchemaBuilder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-               <buildCommand>
-                       <name>org.eclipse.pde.ds.core.builder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-       </buildSpec>
-       <natures>
-               <nature>org.eclipse.pde.PluginNature</nature>
-               <nature>org.eclipse.jdt.core.javanature</nature>
-       </natures>
-</projectDescription>
diff --git a/org.argeo.people.ui/META-INF/.gitignore b/org.argeo.people.ui/META-INF/.gitignore
deleted file mode 100644 (file)
index 4854a41..0000000
+++ /dev/null
@@ -1 +0,0 @@
-/MANIFEST.MF
diff --git a/org.argeo.people.ui/OSGI-INF/l10n/bundle.properties b/org.argeo.people.ui/OSGI-INF/l10n/bundle.properties
deleted file mode 100644 (file)
index e619de4..0000000
+++ /dev/null
@@ -1 +0,0 @@
-people=people
diff --git a/org.argeo.people.ui/bnd.bnd b/org.argeo.people.ui/bnd.bnd
deleted file mode 100644 (file)
index 474b365..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-Import-Package:\
-javax.jcr.nodetype,\
-org.osgi.service.event,\
-org.argeo.suite.ui,\
-org.eclipse.swt,\
-org.eclipse.jface.viewers,\
-org.eclipse.jface.window,\
-org.osgi.framework,\
-*
-
-Service-Component:\
-OSGI-INF/peopleLayer.xml,\
-OSGI-INF/personUiProvider.xml,\
-OSGI-INF/peopleEntryArea.xml
-
diff --git a/org.argeo.people.ui/build.properties b/org.argeo.people.ui/build.properties
deleted file mode 100644 (file)
index 34d2e4d..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-source.. = src/
-output.. = bin/
-bin.includes = META-INF/,\
-               .
diff --git a/org.argeo.people.ui/pom.xml b/org.argeo.people.ui/pom.xml
deleted file mode 100644 (file)
index 7e75596..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-       <modelVersion>4.0.0</modelVersion>
-       <parent>
-               <groupId>org.argeo.suite</groupId>
-               <artifactId>argeo-suite</artifactId>
-               <version>2.3-SNAPSHOT</version>
-               <relativePath>..</relativePath>
-       </parent>
-       <artifactId>org.argeo.people.ui</artifactId>
-       <name>People UI</name>
-       <packaging>jar</packaging>
-       <dependencies>
-               <dependency>
-                       <groupId>org.argeo.suite</groupId>
-                       <artifactId>org.argeo.suite.ui</artifactId>
-                       <version>2.3-SNAPSHOT</version>
-               </dependency>
-
-               <!-- Specific -->
-               <dependency>
-                       <groupId>org.argeo.commons.rap</groupId>
-                       <artifactId>org.argeo.swt.specific.rap</artifactId>
-                       <version>${version.argeo-commons}</version>
-                       <scope>provided</scope>
-               </dependency>
-
-               <!-- Eclipse E4 -->
-               <dependency>
-                       <groupId>org.argeo.tp</groupId>
-                       <artifactId>argeo-tp-rap-e4</artifactId>
-                       <version>${version.argeo-tp}</version>
-                       <type>pom</type>
-                       <scope>provided</scope>
-               </dependency>
-
-       </dependencies>
-</project>
diff --git a/org.argeo.support.geonames/.classpath b/org.argeo.support.geonames/.classpath
deleted file mode 100644 (file)
index e801ebf..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
-       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"/>
-       <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
-       <classpathentry kind="src" path="src"/>
-       <classpathentry kind="output" path="bin"/>
-</classpath>
diff --git a/org.argeo.support.geonames/.gitignore b/org.argeo.support.geonames/.gitignore
deleted file mode 100644 (file)
index 09e3bc9..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-/bin/
-/target/
diff --git a/org.argeo.support.geonames/.project b/org.argeo.support.geonames/.project
deleted file mode 100644 (file)
index 3c8181f..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-       <name>org.argeo.support.geonames</name>
-       <comment></comment>
-       <projects>
-       </projects>
-       <buildSpec>
-               <buildCommand>
-                       <name>org.eclipse.jdt.core.javabuilder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-               <buildCommand>
-                       <name>org.eclipse.pde.ManifestBuilder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-               <buildCommand>
-                       <name>org.eclipse.pde.SchemaBuilder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-       </buildSpec>
-       <natures>
-               <nature>org.eclipse.pde.PluginNature</nature>
-               <nature>org.eclipse.jdt.core.javanature</nature>
-       </natures>
-</projectDescription>
diff --git a/org.argeo.support.geonames/META-INF/.gitignore b/org.argeo.support.geonames/META-INF/.gitignore
deleted file mode 100644 (file)
index 4854a41..0000000
+++ /dev/null
@@ -1 +0,0 @@
-/MANIFEST.MF
diff --git a/org.argeo.support.geonames/bnd.bnd b/org.argeo.support.geonames/bnd.bnd
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/org.argeo.support.geonames/build.properties b/org.argeo.support.geonames/build.properties
deleted file mode 100644 (file)
index 34d2e4d..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-source.. = src/
-output.. = bin/
-bin.includes = META-INF/,\
-               .
diff --git a/org.argeo.support.geonames/pom.xml b/org.argeo.support.geonames/pom.xml
deleted file mode 100644 (file)
index ce70b50..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-       <modelVersion>4.0.0</modelVersion>
-       <parent>
-               <groupId>org.argeo.suite</groupId>
-               <artifactId>argeo-suite</artifactId>
-               <version>2.3-SNAPSHOT</version>
-               <relativePath>..</relativePath>
-       </parent>
-       <artifactId>org.argeo.support.geonames</artifactId>
-       <name>Geonames support</name>
-       <packaging>jar</packaging>
-       <dependencies>
-               <dependency>
-                       <groupId>org.argeo.commons</groupId>
-                       <artifactId>org.argeo.cms</artifactId>
-                       <version>${version.argeo-commons}</version>
-               </dependency>
-       </dependencies>
-</project>
diff --git a/org.argeo.support.xforms/.classpath b/org.argeo.support.xforms/.classpath
deleted file mode 100644 (file)
index e801ebf..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
-       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"/>
-       <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
-       <classpathentry kind="src" path="src"/>
-       <classpathentry kind="output" path="bin"/>
-</classpath>
diff --git a/org.argeo.support.xforms/.gitignore b/org.argeo.support.xforms/.gitignore
deleted file mode 100644 (file)
index 09e3bc9..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-/bin/
-/target/
diff --git a/org.argeo.support.xforms/.project b/org.argeo.support.xforms/.project
deleted file mode 100644 (file)
index 3c50bfa..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-       <name>org.argeo.support.xforms</name>
-       <comment></comment>
-       <projects>
-       </projects>
-       <buildSpec>
-               <buildCommand>
-                       <name>org.eclipse.jdt.core.javabuilder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-               <buildCommand>
-                       <name>org.eclipse.pde.ManifestBuilder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-               <buildCommand>
-                       <name>org.eclipse.pde.SchemaBuilder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-       </buildSpec>
-       <natures>
-               <nature>org.eclipse.pde.PluginNature</nature>
-               <nature>org.eclipse.jdt.core.javanature</nature>
-       </natures>
-</projectDescription>
diff --git a/org.argeo.support.xforms/META-INF/.gitignore b/org.argeo.support.xforms/META-INF/.gitignore
deleted file mode 100644 (file)
index 4854a41..0000000
+++ /dev/null
@@ -1 +0,0 @@
-/MANIFEST.MF
diff --git a/org.argeo.support.xforms/bnd.bnd b/org.argeo.support.xforms/bnd.bnd
deleted file mode 100644 (file)
index 23c86a9..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-Require-Capability:\
-cms.datamodel;filter:="(name=entity)"
-
-Provide-Capability:\
-cms.datamodel; name=xforms; cnd=/org/argeo/support/xforms/xforms.cnd
diff --git a/org.argeo.support.xforms/build.properties b/org.argeo.support.xforms/build.properties
deleted file mode 100644 (file)
index 34d2e4d..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-source.. = src/
-output.. = bin/
-bin.includes = META-INF/,\
-               .
diff --git a/org.argeo.support.xforms/pom.xml b/org.argeo.support.xforms/pom.xml
deleted file mode 100644 (file)
index 08149b1..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-       <modelVersion>4.0.0</modelVersion>
-       <parent>
-               <groupId>org.argeo.suite</groupId>
-               <artifactId>argeo-suite</artifactId>
-               <version>2.3-SNAPSHOT</version>
-               <relativePath>..</relativePath>
-       </parent>
-       <artifactId>org.argeo.support.xforms</artifactId>
-       <name>XForms support</name>
-       <packaging>jar</packaging>
-       <dependencies>
-               <dependency>
-                       <groupId>org.argeo.suite</groupId>
-                       <artifactId>org.argeo.suite.core</artifactId>
-                       <version>2.3-SNAPSHOT</version>
-               </dependency>
-       </dependencies>
-</project>
diff --git a/org.argeo.support.xforms/xsd/XForms-Schema.xsd b/org.argeo.support.xforms/xsd/XForms-Schema.xsd
deleted file mode 100644 (file)
index 6383f86..0000000
+++ /dev/null
@@ -1,858 +0,0 @@
-<xsd:schema targetNamespace="http://www.w3.org/2002/xforms" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xforms="http://www.w3.org/2002/xforms" elementFormDefault="qualified">
- <!--
-  Changes:
-26-Aug MJD fixed typo where more than one child allowed on <instance>
-04-Sep MJD fixed typo on <send> : attribute 'submission' is required
-04-Sep MJD fixed typo on <rebuild><recalculate><revalidate><refresh>: 'model' attribute is required
-06-Sep MJD clarified specific allowed values of @level on <message>
-06-Sep MJD removed UI Common attributes from <help><hint><alert><label>
-09-Sep MJD changed minOccurrs and maxOccurs to use XPath expressions, default values
-09-Sep MJD fixed typo: added linking attributes to <message>
-09-Sep MJD removed <extension> from content models of <mode> and UI common elements
-09-Sep MJD fixed typo: removed 'format' attribute
-17-Sep MJD fixed typo: <output> now uses the attribute group for binding attributes, instead of similarly named individual attrs
-17-Sep MJD added XPathExpression simpleType for internal use. This doesn't actually change anything, but makes
-the Schema a better documentation resource (instead of using xsd:string for everything)
-17-Sep MJD removed 'mediatype' attribute from <submission>, as it was unused
-17-Sep MJD fixed typo: only 'ref' and 'bind' attributes, not 'model' on <submission>
-17-Sep MJD added XML Events attributes to <model>
-17-Sep MJD in accordance with 3.2.1, removed all id attributes
-19-Sep MJD fixed typo: clarified that nested <action>s are permitted.
-19-Sep MJD factor UI.Inline into <group>. Renamed <group>s and <attributeGroup>s to match the prose names
-19-Sep MJD changed to agreed-upon namespace for CR
-25-Sep MJD fixed typo: added UI.Inlne to content model of <message>, enabled mixed content
-29-Sep MJD fixed typo: 'model' required on <reset>
-29-Sep MJD fixed typo: binding attributes allowed on <submit>
-29-Sep MJD fixed typo: explicit enumerated values for 'show' on <load>
-04-Oct MJD 'resource' attribute not required
-
-12-Nov 2002 : Published as CR
-
-13-Jan MJD added new attribute includenamespaceprefixes on <submission>
-13-Jan MJD added UI Common elements to content model of <group>
-03-Feb MJD synchoninzed duration types with 15 Nov Query Operators document
-31-Mar MJD added mediatype attribute on <submission>
-14-May MJD typo : "xsd:NCName"
-26-Jun MJD removed 'accesskey' and 'navindex' (over to host language definition)
-
-01-Aug 2003 : Published as PR
-
-15-Sep MJD final namespace
-15-Sep MJD corrected content model of <value>
-15-Sep MJD changed the name of the import for XML Events to highlight that only the attributes are used
-
-1.0 Second Edition errata
-
-16-Apr 2005 RAM - erratum E4 - optional @model
-16-Apr 2005 RAM - erratum E22 - default value for @show
-16-Apr 2005 RAM - erratum E54 - remove xforms:minOccurs and xforms:maxOccurs
-26-Jun 2005 RAM - erratum E71 - allow an empty case element
-
-16-Jun 2006 JMB - erratum E69 - instance attribute in submission; id in common attributes
-
-15-Aug-2006 CFW - erratum E18 on 2nd ed. Added Action to content model for Case
-
-09-Sep 2006 JMB - non-substantive: explicitly declared some use="optional" settings, 
-                  substantive: erratum E18 on 2nd ed. Declared default false for selected attribute of case
-                  substantive: erratum E21 on 2nd ed. Added multipart-post to enumeration of method attribute
-23-Nov 2006 JMB - substantive: erratum E32 on 2nd ed. switch in repeat
-17-Jul 2007 JMB - substantive: erratum E41 on 2nd ed. version attribute and associated simple types
--->
- <xsd:import namespace="http://www.w3.org/2001/xml-events" schemaLocation="http://www.w3.org/MarkUp/SCHEMA/xml-events-attribs-1.xsd"/>
- <xsd:import namespace="http://www.w3.org/2001/XMLSchema" schemaLocation="http://www.w3.org/2001/XMLSchema.xsd"/>
- <!--
-structural elements
--->
- <xsd:attributeGroup name="Common.Attributes">
-  <xsd:annotation>
-   <xsd:documentation>Attributes for _every_ element in XForms</xsd:documentation>
-  </xsd:annotation>
-                <xsd:attribute name="id" type="xsd:ID" use="optional"/>  
-  <xsd:anyAttribute namespace="##other"/>
- </xsd:attributeGroup>
- <xsd:element name="model">
-  <xsd:complexType>
-   <xsd:sequence minOccurs="0" maxOccurs="unbounded">
-    <xsd:choice>
-     <xsd:element ref="xforms:instance"/>
-     <xsd:element ref="xsd:schema"/>
-     <xsd:element ref="xforms:submission"/>
-     <xsd:element ref="xforms:bind"/>
-     <xsd:group ref="xforms:Action"/>
-    </xsd:choice>
-   </xsd:sequence>
-   <xsd:attributeGroup ref="xforms:Common.Attributes"/>
-   <xsd:attributeGroup ref="xforms:XML.Events"/>
-   <xsd:attribute name="functions" type="xforms:QNameList" use="optional"/>
-   <xsd:attribute name="schema" type="xforms:anyURIList" use="optional"/>
-   <xsd:attribute name="version" type="xforms:versionList" use="optional"/>
-  </xsd:complexType>
- </xsd:element>
- <xsd:element name="instance">
-  <xsd:annotation>
-   <xsd:documentation>instance container.</xsd:documentation>
-  </xsd:annotation>
-  <xsd:complexType>
-   <xsd:sequence>
-    <xsd:any namespace="##any" processContents="skip" minOccurs="0"/>
-   </xsd:sequence>
-   <xsd:attributeGroup ref="xforms:Common.Attributes"/>
-   <xsd:attributeGroup ref="xforms:Linking.Attributes"/>
-  </xsd:complexType>
- </xsd:element>
- <xsd:element name="submission">
-  <xsd:annotation>
-   <xsd:documentation>submit info container.</xsd:documentation>
-  </xsd:annotation>
-  <xsd:complexType>
-   <xsd:sequence minOccurs="0" maxOccurs="unbounded">
-    <xsd:group ref="xforms:Action"/>
-   </xsd:sequence>
-
-   <xsd:attributeGroup ref="xforms:Common.Attributes"/>
-
-   <xsd:attribute name="ref" type="xforms:XPathExpression" use="optional"/>
-   <xsd:attribute name="bind" type="xsd:IDREF" use="optional"/>
-   <xsd:attribute name="action" type="xsd:anyURI" use="optional"/>
-
-   <xsd:attribute name="method" use="required">
-    <xsd:simpleType>
-     <xsd:union memberTypes="xforms:QNameButNotNCNAME">
-      <xsd:simpleType>
-       <xsd:restriction base="xsd:string">
-        <xsd:enumeration value="post"/>
-        <xsd:enumeration value="put"/>
-        <xsd:enumeration value="get"/>
-        <xsd:enumeration value="multipart-post"/>
-        <xsd:enumeration value="form-data-post"/>
-        <xsd:enumeration value="urlencoded-post"/>
-       </xsd:restriction>
-      </xsd:simpleType>
-     </xsd:union>
-    </xsd:simpleType>
-   </xsd:attribute>
-
-   <xsd:attribute name="version" type="xsd:NMTOKEN" use="optional"/>
-   <xsd:attribute name="indent" type="xsd:boolean" use="optional"/>
-   <xsd:attribute name="mediatype" type="xsd:string" use="optional"/>
-   <xsd:attribute name="encoding" type="xsd:string" use="optional"/>
-   <xsd:attribute name="omit-xml-declaration" type="xsd:boolean" use="optional"/>
-   <xsd:attribute name="standalone" type="xsd:boolean" use="optional"/>
-   <xsd:attribute name="cdata-section-elements" type="xforms:QNameList" use="optional"/>
-
-                       <xsd:attribute name="replace" use="optional" default="all">
-    <xsd:simpleType>
-     <xsd:union memberTypes="xforms:QNameButNotNCNAME">
-      <xsd:simpleType>
-       <xsd:restriction base="xsd:string">
-        <xsd:enumeration value="all"/>
-        <xsd:enumeration value="instance"/>
-        <xsd:enumeration value="none"/>
-       </xsd:restriction>
-      </xsd:simpleType>
-     </xsd:union>
-    </xsd:simpleType>
-   </xsd:attribute>
-
-                        <xsd:attribute name="instance" type="xsd:IDREF" use="optional"/>
-
-   <xsd:attribute name="separator" use="optional" default=";">
-    <xsd:simpleType>
-     <xsd:restriction base="xsd:string">
-      <xsd:enumeration value=";"/>
-      <xsd:enumeration value="&amp;"/>
-     </xsd:restriction>
-    </xsd:simpleType>
-   </xsd:attribute>
-
-                        <xsd:attribute name="includenamespaceprefixes" use="optional">
-                          <xsd:simpleType>
-                            <xsd:list>
-                              <xsd:simpleType>
-                                <xsd:union>
-                                  <xsd:simpleType>
-                                    <xsd:restriction base='xsd:NCName'/>
-                                  </xsd:simpleType>
-                                  <xsd:simpleType>
-                                    <xsd:restriction base='xsd:string'>
-                                      <xsd:enumeration value='#default'/>
-                                    </xsd:restriction>
-                                  </xsd:simpleType>
-                                </xsd:union>
-                              </xsd:simpleType>
-                            </xsd:list>
-                          </xsd:simpleType>
-                        </xsd:attribute>
-
-  </xsd:complexType>
- </xsd:element>
- <xsd:attributeGroup name="Linking.Attributes">
-  <xsd:attribute name="src" type="xsd:anyURI"/>
- </xsd:attributeGroup>
- <xsd:element name="bind">
-  <xsd:annotation>
-   <xsd:documentation>Definition of bind container.</xsd:documentation>
-  </xsd:annotation>
-  <xsd:complexType>
-   <xsd:sequence minOccurs="0" maxOccurs="unbounded">
-    <xsd:element ref="xforms:bind"/>
-   </xsd:sequence>
-   <xsd:attributeGroup ref="xforms:Common.Attributes"/>
-   <xsd:attribute name="nodeset" type="xforms:XPathExpression" use="optional"/>
-   <xsd:attribute name="type" type="xsd:QName" use="optional"/>
-   <xsd:attribute name="readonly" type="xforms:XPathExpression" use="optional"/>
-   <xsd:attribute name="required" type="xforms:XPathExpression" use="optional"/>
-   <xsd:attribute name="relevant" type="xforms:XPathExpression" use="optional"/>
-   <xsd:attribute name="constraint" type="xforms:XPathExpression" use="optional"/>
-   <xsd:attribute name="calculate" type="xforms:XPathExpression" use="optional"/>
-   <xsd:attribute name="p3ptype" type="xsd:string" use="optional"/>
-   <!-- E54 -->
-  </xsd:complexType>
- </xsd:element>
- <!--
-User Interface form controls
--->
- <xsd:group name="Form.Controls">
-  <xsd:choice>
-   <xsd:element ref="xforms:input"/>
-   <xsd:element ref="xforms:textarea"/>
-   <xsd:element ref="xforms:secret"/>
-   <xsd:element ref="xforms:output"/>
-   <xsd:element ref="xforms:upload"/>
-   <xsd:element ref="xforms:select1"/>
-   <xsd:element ref="xforms:select"/>
-   <xsd:element ref="xforms:range"/>
-   <xsd:element ref="xforms:submit"/>
-   <xsd:element ref="xforms:trigger"/>
-  </xsd:choice>
- </xsd:group>
- <xsd:attributeGroup name="Single.Node.Binding.Attributes">
-  <xsd:attribute name="model" type="xsd:IDREF" use="optional"/>
-  <xsd:attribute name="ref" type="xforms:XPathExpression" use="optional"/>
-  <xsd:attribute name="bind" type="xsd:IDREF" use="optional"/>
- </xsd:attributeGroup>
- <xsd:attributeGroup name="Nodeset.Binding.Attributes">
-  <xsd:attribute name="model" type="xsd:IDREF" use="optional"/>
-  <xsd:attribute name="nodeset" type="xforms:XPathExpression" use="optional"/>
-  <xsd:attribute name="bind" type="xsd:IDREF" use="optional"/>
- </xsd:attributeGroup>
- <xsd:attributeGroup name="UI.Common.Attrs">
-  <xsd:attribute name="appearance" type="xforms:appearanceType" use="optional"/>
- </xsd:attributeGroup>
- <xsd:group name="UI.Inline">
-  <xsd:sequence>
-   <xsd:choice minOccurs="0">
-    <xsd:element ref="xforms:output"/>
-    <!-- containing document language to add additional allowed content here -->
-   </xsd:choice>
-  </xsd:sequence>
- </xsd:group>
- <xsd:element name="label">
-  <xsd:complexType mixed="true">
-   <xsd:group ref="xforms:UI.Inline"/>
-   <xsd:attributeGroup ref="xforms:Common.Attributes"/>
-   <xsd:attributeGroup ref="xforms:Single.Node.Binding.Attributes"/>
-   <xsd:attributeGroup ref="xforms:Linking.Attributes"/>
-  </xsd:complexType>
- </xsd:element>
- <xsd:element name="hint">
-  <xsd:complexType mixed="true">
-   <xsd:group ref="xforms:UI.Inline"/>
-   <xsd:attributeGroup ref="xforms:Common.Attributes"/>
-   <xsd:attributeGroup ref="xforms:Single.Node.Binding.Attributes"/>
-   <xsd:attributeGroup ref="xforms:Linking.Attributes"/>
-  </xsd:complexType>
- </xsd:element>
- <xsd:element name="help">
-  <xsd:complexType mixed="true">
-   <xsd:group ref="xforms:UI.Inline"/>
-   <xsd:attributeGroup ref="xforms:Common.Attributes"/>
-   <xsd:attributeGroup ref="xforms:Single.Node.Binding.Attributes"/>
-   <xsd:attributeGroup ref="xforms:Linking.Attributes"/>
-  </xsd:complexType>
- </xsd:element>
- <xsd:element name="alert">
-  <xsd:complexType mixed="true">
-   <xsd:group ref="xforms:UI.Inline"/>
-   <xsd:attributeGroup ref="xforms:Common.Attributes"/>
-   <xsd:attributeGroup ref="xforms:Single.Node.Binding.Attributes"/>
-   <xsd:attributeGroup ref="xforms:Linking.Attributes"/>
-  </xsd:complexType>
- </xsd:element>
- <xsd:element name="extension">
-  <xsd:complexType>
-   <xsd:sequence>
-    <xsd:any namespace="##other"/>
-   </xsd:sequence>
-   <xsd:attributeGroup ref="xforms:Common.Attributes"/>
-  </xsd:complexType>
- </xsd:element>
- <xsd:element name="choices">
-  <xsd:complexType>
-   <xsd:sequence>
-    <xsd:element ref="xforms:label" minOccurs="0"/>
-    <xsd:sequence maxOccurs="unbounded">
-     <xsd:choice>
-      <xsd:element ref="xforms:choices"/>
-      <xsd:element ref="xforms:item"/>
-      <xsd:element ref="xforms:itemset"/>
-     </xsd:choice>
-    </xsd:sequence>
-   </xsd:sequence>
-   <xsd:attributeGroup ref="xforms:Common.Attributes"/>
-  </xsd:complexType>
- </xsd:element>
- <xsd:element name="value">
-  <xsd:complexType mixed="true">
-   <xsd:sequence>
-    <xsd:any namespace="##any" processContents="skip" minOccurs="0" maxOccurs="unbounded"/>
-   </xsd:sequence>
-   <xsd:attributeGroup ref="xforms:Common.Attributes"/>
-   <xsd:attributeGroup ref="xforms:Single.Node.Binding.Attributes"/>
-  </xsd:complexType>
- </xsd:element>
- <xsd:element name="item">
-  <xsd:complexType>
-   <xsd:sequence>
-    <xsd:element ref="xforms:label"/>
-    <xsd:element ref="xforms:value"/>
-    <xsd:group ref="xforms:UI.Common" minOccurs="0" maxOccurs="unbounded"/>
-   </xsd:sequence>
-   <xsd:attributeGroup ref="xforms:Common.Attributes"/>
-  </xsd:complexType>
- </xsd:element>
- <xsd:element name="itemset">
-  <xsd:complexType>
-   <xsd:sequence>
-    <xsd:element ref="xforms:label"/>
-    <xsd:choice>
-     <xsd:element ref="xforms:value"/>
-     <xsd:element ref="xforms:copy"/>
-    </xsd:choice>
-    <xsd:group ref="xforms:UI.Common" minOccurs="0" maxOccurs="unbounded"/>
-   </xsd:sequence>
-   <xsd:attributeGroup ref="xforms:Common.Attributes"/>
-   <xsd:attributeGroup ref="xforms:Nodeset.Binding.Attributes"/>
-  </xsd:complexType>
- </xsd:element>
- <xsd:element name="copy">
-  <xsd:complexType>
-   <xsd:attributeGroup ref="xforms:Common.Attributes"/>
-   <xsd:attributeGroup ref="xforms:Single.Node.Binding.Attributes"/>
-  </xsd:complexType>
- </xsd:element>
- <xsd:element name="filename">
-  <xsd:complexType>
-   <xsd:attributeGroup ref="xforms:Common.Attributes"/>
-   <xsd:attributeGroup ref="xforms:Single.Node.Binding.Attributes"/>
-  </xsd:complexType>
- </xsd:element>
- <xsd:element name="mediatype">
-  <xsd:complexType>
-   <xsd:attributeGroup ref="xforms:Common.Attributes"/>
-   <xsd:attributeGroup ref="xforms:Single.Node.Binding.Attributes"/>
-  </xsd:complexType>
- </xsd:element>
- <xsd:group name="UI.Common">
-  <xsd:sequence>
-   <xsd:choice minOccurs="0" maxOccurs="unbounded">
-    <xsd:element ref="xforms:help"/>
-    <xsd:element ref="xforms:hint"/>
-    <xsd:element ref="xforms:alert"/>
-    <xsd:group ref="xforms:Action"/>
-   </xsd:choice>
-  </xsd:sequence>
- </xsd:group>
- <xsd:element name="input">
-  <xsd:complexType>
-   <xsd:sequence>
-    <xsd:element ref="xforms:label"/>
-    <xsd:group ref="xforms:UI.Common" minOccurs="0" maxOccurs="unbounded"/>
-   </xsd:sequence>
-   <xsd:attributeGroup ref="xforms:Common.Attributes"/>
-   <xsd:attributeGroup ref="xforms:Single.Node.Binding.Attributes"/>
-   <xsd:attribute name="inputmode" type="xsd:string" use="optional"/>
-   <xsd:attributeGroup ref="xforms:UI.Common.Attrs"/>
-   <xsd:attribute name="incremental" type="xsd:boolean" use="optional" default="false"/>
-  </xsd:complexType>
- </xsd:element>
- <xsd:element name="textarea">
-  <xsd:complexType>
-   <xsd:sequence>
-    <xsd:element ref="xforms:label"/>
-    <xsd:group ref="xforms:UI.Common" minOccurs="0" maxOccurs="unbounded"/>
-   </xsd:sequence>
-   <xsd:attributeGroup ref="xforms:Common.Attributes"/>
-   <xsd:attributeGroup ref="xforms:Single.Node.Binding.Attributes"/>
-   <xsd:attribute name="inputmode" type="xsd:string" use="optional"/>
-   <xsd:attributeGroup ref="xforms:UI.Common.Attrs"/>
-   <xsd:attribute name="incremental" type="xsd:boolean" use="optional" default="false"/>
-  </xsd:complexType>
- </xsd:element>
- <xsd:element name="secret">
-  <xsd:complexType>
-   <xsd:sequence>
-    <xsd:element ref="xforms:label"/>
-    <xsd:group ref="xforms:UI.Common" minOccurs="0" maxOccurs="unbounded"/>
-   </xsd:sequence>
-   <xsd:attributeGroup ref="xforms:Common.Attributes"/>
-   <xsd:attributeGroup ref="xforms:Single.Node.Binding.Attributes"/>
-   <xsd:attribute name="inputmode" type="xsd:string" use="optional"/>
-   <xsd:attributeGroup ref="xforms:UI.Common.Attrs"/>
-   <xsd:attribute name="incremental" type="xsd:boolean" use="optional" default="false"/>
-  </xsd:complexType>
- </xsd:element>
- <xsd:element name="upload">
-  <xsd:complexType>
-   <xsd:sequence>
-    <xsd:element ref="xforms:label"/>
-    <xsd:element ref="xforms:filename" minOccurs="0"/>
-    <xsd:element ref="xforms:mediatype" minOccurs="0"/>
-    <xsd:group ref="xforms:UI.Common" minOccurs="0" maxOccurs="unbounded"/>
-   </xsd:sequence>
-   <xsd:attributeGroup ref="xforms:Common.Attributes"/>
-   <xsd:attributeGroup ref="xforms:Single.Node.Binding.Attributes"/>
-   <xsd:attributeGroup ref="xforms:UI.Common.Attrs"/>
-   <xsd:attribute name="mediatype" type="xsd:string" use="optional"/>
-   <xsd:attribute name="incremental" type="xsd:boolean" use="optional" default="false"/>
-  </xsd:complexType>
- </xsd:element>
- <xsd:group name="List.UI.Common">
-  <xsd:sequence>
-   <xsd:choice>
-    <xsd:element ref="xforms:item"/>
-    <xsd:element ref="xforms:itemset"/>
-    <xsd:element ref="xforms:choices"/>
-   </xsd:choice>
-  </xsd:sequence>
- </xsd:group>
- <xsd:element name="select1">
-  <xsd:complexType>
-   <xsd:sequence>
-    <xsd:element ref="xforms:label"/>
-    <xsd:group ref="xforms:List.UI.Common" maxOccurs="unbounded"/>
-    <xsd:group ref="xforms:UI.Common" minOccurs="0" maxOccurs="unbounded"/>
-   </xsd:sequence>
-   <xsd:attributeGroup ref="xforms:Common.Attributes"/>
-   <xsd:attributeGroup ref="xforms:Single.Node.Binding.Attributes"/>
-   <xsd:attributeGroup ref="xforms:UI.Common.Attrs"/>
-   <xsd:attribute name="selection" use="optional" default="closed">
-    <xsd:simpleType>
-     <xsd:restriction base="xsd:string">
-      <xsd:enumeration value="open"/>
-      <xsd:enumeration value="closed"/>
-     </xsd:restriction>
-    </xsd:simpleType>
-   </xsd:attribute>
-   <xsd:attribute name="incremental" type="xsd:boolean" use="optional" default="true"/>
-  </xsd:complexType>
- </xsd:element>
- <xsd:element name="select">
-  <xsd:complexType>
-   <xsd:sequence>
-    <xsd:element ref="xforms:label"/>
-    <xsd:group ref="xforms:List.UI.Common" maxOccurs="unbounded"/>
-    <xsd:group ref="xforms:UI.Common" minOccurs="0" maxOccurs="unbounded"/>
-   </xsd:sequence>
-   <xsd:attributeGroup ref="xforms:Common.Attributes"/>
-   <xsd:attributeGroup ref="xforms:Single.Node.Binding.Attributes"/>
-   <xsd:attributeGroup ref="xforms:UI.Common.Attrs"/>
-   <xsd:attribute name="selection" use="optional" default="closed">
-    <xsd:simpleType>
-     <xsd:restriction base="xsd:string">
-      <xsd:enumeration value="open"/>
-      <xsd:enumeration value="closed"/>
-     </xsd:restriction>
-    </xsd:simpleType>
-   </xsd:attribute>
-   <xsd:attribute name="incremental" type="xsd:boolean" use="optional" default="true"/>
-  </xsd:complexType>
- </xsd:element>
- <xsd:element name="range">
-  <xsd:complexType>
-   <xsd:sequence>
-    <xsd:element ref="xforms:label"/>
-    <xsd:group ref="xforms:UI.Common" minOccurs="0" maxOccurs="unbounded"/>
-   </xsd:sequence>
-   <xsd:attributeGroup ref="xforms:Common.Attributes"/>
-   <xsd:attributeGroup ref="xforms:Single.Node.Binding.Attributes"/>
-   <xsd:attributeGroup ref="xforms:UI.Common.Attrs"/>
-   <xsd:attribute name="start" type="xsd:string" use="optional"/>
-   <xsd:attribute name="end" type="xsd:string" use="optional"/>
-   <xsd:attribute name="step" type="xsd:string" use="optional"/>
-   <xsd:attribute name="incremental" type="xsd:boolean" use="optional" default="false"/>
-  </xsd:complexType>
- </xsd:element>
- <xsd:element name="trigger">
-  <xsd:complexType>
-   <xsd:sequence>
-    <xsd:element ref="xforms:label"/>
-    <xsd:group ref="xforms:UI.Common" minOccurs="0" maxOccurs="unbounded"/>
-   </xsd:sequence>
-   <xsd:attributeGroup ref="xforms:Common.Attributes"/>
-   <xsd:attributeGroup ref="xforms:Single.Node.Binding.Attributes"/>
-   <xsd:attributeGroup ref="xforms:UI.Common.Attrs"/>
-  </xsd:complexType>
- </xsd:element>
- <xsd:element name="output">
-  <xsd:complexType>
-   <xsd:sequence minOccurs="0">
-    <xsd:element ref="xforms:label"/>
-   </xsd:sequence>
-   <xsd:attributeGroup ref="xforms:Common.Attributes"/>
-   <xsd:attributeGroup ref="xforms:Single.Node.Binding.Attributes"/>
-   <xsd:attribute name="appearance" type="xforms:appearanceType" use="optional"/>
-   <xsd:attribute name="value" type="xforms:XPathExpression" use="optional"/>
-  </xsd:complexType>
- </xsd:element>
- <xsd:element name="submit">
-  <xsd:complexType>
-   <xsd:sequence>
-    <xsd:element ref="xforms:label"/>
-    <xsd:group ref="xforms:UI.Common" minOccurs="0" maxOccurs="unbounded"/>
-   </xsd:sequence>
-   <xsd:attributeGroup ref="xforms:Common.Attributes"/>
-   <xsd:attribute name="submission" type="xsd:IDREF" use="required"/>
-   <xsd:attributeGroup ref="xforms:Single.Node.Binding.Attributes"/>
-   <xsd:attributeGroup ref="xforms:UI.Common.Attrs"/>
-  </xsd:complexType>
- </xsd:element>
- <!--
-XForms Actions
--->
- <xsd:attributeGroup name="XML.Events">
-  <xsd:attribute ref="ev:event"/>
-  <xsd:attribute ref="ev:observer"/>
-  <xsd:attribute ref="ev:target"/>
-  <xsd:attribute ref="ev:handler"/>
-  <xsd:attribute ref="ev:phase"/>
-  <xsd:attribute ref="ev:propagate"/>
-  <xsd:attribute ref="ev:defaultAction"/>
- </xsd:attributeGroup>
- <xsd:group name="Action">
-  <xsd:sequence>
-   <xsd:choice minOccurs="0" maxOccurs="unbounded">
-    <xsd:element ref="xforms:action"/>
-    <xsd:element ref="xforms:dispatch"/>
-    <xsd:element ref="xforms:rebuild"/>
-    <xsd:element ref="xforms:recalculate"/>
-    <xsd:element ref="xforms:revalidate"/>
-    <xsd:element ref="xforms:refresh"/>
-    <xsd:element ref="xforms:setfocus"/>
-    <xsd:element ref="xforms:load"/>
-    <xsd:element ref="xforms:setvalue"/>
-    <xsd:element ref="xforms:send"/>
-    <xsd:element ref="xforms:reset"/>
-    <xsd:element ref="xforms:insert"/>
-    <xsd:element ref="xforms:delete"/>
-    <xsd:element ref="xforms:setindex"/>
-    <xsd:element ref="xforms:toggle"/>
-    <xsd:element ref="xforms:message"/>
-   </xsd:choice>
-  </xsd:sequence>
- </xsd:group>
- <xsd:element name="action">
-  <xsd:complexType>
-   <xsd:sequence maxOccurs="unbounded">
-    <xsd:group ref="xforms:Action"/>
-   </xsd:sequence>
-   <xsd:attributeGroup ref="xforms:Common.Attributes"/>
-   <xsd:attributeGroup ref="xforms:XML.Events"/>
-  </xsd:complexType>
- </xsd:element>
- <xsd:element name="dispatch">
-  <xsd:complexType>
-   <xsd:attributeGroup ref="xforms:Common.Attributes"/>
-   <xsd:attribute name="name" type="xsd:NMTOKEN" use="required"/>
-   <xsd:attribute name="target" type="xsd:IDREF" use="required"/>
-   <xsd:attribute name="bubbles" type="xsd:boolean" use="optional" default="true"/>
-   <xsd:attribute name="cancelable" type="xsd:boolean" use="optional" default="true"/>
-   <xsd:attributeGroup ref="xforms:XML.Events"/>
-  </xsd:complexType>
- </xsd:element>
- <xsd:element name="rebuild">
-  <xsd:complexType>
-   <xsd:attributeGroup ref="xforms:Common.Attributes"/>
-   <xsd:attribute name="model" type="xsd:IDREF" use="optional"/>
-   <xsd:attributeGroup ref="xforms:XML.Events"/>
-   <!-- E4 -->
-  </xsd:complexType>
- </xsd:element>
- <xsd:element name="revalidate">
-  <xsd:complexType>
-   <xsd:attributeGroup ref="xforms:Common.Attributes"/>
-   <xsd:attribute name="model" type="xsd:IDREF" use="optional"/>
-   <xsd:attributeGroup ref="xforms:XML.Events"/>
-   <!-- E4 -->
-  </xsd:complexType>
- </xsd:element>
- <xsd:element name="recalculate">
-  <xsd:complexType>
-   <xsd:attributeGroup ref="xforms:Common.Attributes"/>
-   <xsd:attribute name="model" type="xsd:IDREF" use="optional"/>
-   <xsd:attributeGroup ref="xforms:XML.Events"/>
-   <!-- E4 -->
-  </xsd:complexType>
- </xsd:element>
- <xsd:element name="refresh">
-  <xsd:complexType>
-   <xsd:attributeGroup ref="xforms:Common.Attributes"/>
-   <xsd:attribute name="model" type="xsd:IDREF" use="optional"/>
-   <xsd:attributeGroup ref="xforms:XML.Events"/>
-   <!-- E4 -->
-  </xsd:complexType>
- </xsd:element>
- <xsd:element name="setfocus">
-  <xsd:complexType>
-   <xsd:attributeGroup ref="xforms:Common.Attributes"/>
-   <xsd:attribute name="control" type="xsd:IDREF" use="required"/>
-   <xsd:attributeGroup ref="xforms:XML.Events"/>
-  </xsd:complexType>
- </xsd:element>
- <xsd:element name="load">
-  <xsd:complexType>
-   <xsd:attributeGroup ref="xforms:Common.Attributes"/>
-   <xsd:attributeGroup ref="xforms:Single.Node.Binding.Attributes"/>
-   <xsd:attribute name="resource" type="xsd:anyURI"/>
-   <xsd:attribute name="show" use="optional" default="replace">
-    <xsd:simpleType>
-     <xsd:restriction base="xsd:string">
-      <xsd:enumeration value="new"/>
-      <xsd:enumeration value="replace"/>
-     </xsd:restriction>
-    </xsd:simpleType>
-    <!-- E22 -->
-   </xsd:attribute>
-   <xsd:attributeGroup ref="xforms:XML.Events"/>
-  </xsd:complexType>
- </xsd:element>
- <xsd:element name="setvalue">
-  <xsd:complexType>
-   <xsd:simpleContent>
-    <xsd:extension base="xsd:string">
-     <xsd:attributeGroup ref="xforms:Common.Attributes"/>
-     <xsd:attributeGroup ref="xforms:Single.Node.Binding.Attributes"/>
-     <xsd:attribute name="value" type="xforms:XPathExpression" use="optional"/>
-     <xsd:attributeGroup ref="xforms:XML.Events"/>
-    </xsd:extension>
-   </xsd:simpleContent>
-  </xsd:complexType>
- </xsd:element>
- <xsd:element name="send">
-  <xsd:complexType>
-   <xsd:attributeGroup ref="xforms:Common.Attributes"/>
-   <xsd:attribute name="submission" type="xsd:IDREF" use="required"/>
-   <xsd:attributeGroup ref="xforms:XML.Events"/>
-  </xsd:complexType>
- </xsd:element>
- <xsd:element name="reset">
-  <xsd:complexType>
-   <xsd:attributeGroup ref="xforms:Common.Attributes"/>
-   <xsd:attributeGroup ref="xforms:XML.Events"/>
-   <xsd:attribute name="model" type="xsd:IDREF" use="optional"/>
-   <!-- E4 -->
-  </xsd:complexType>
- </xsd:element>
- <xsd:element name="insert">
-  <xsd:complexType>
-   <xsd:attributeGroup ref="xforms:Common.Attributes"/>
-   <xsd:attributeGroup ref="xforms:Nodeset.Binding.Attributes"/>
-   <xsd:attribute name="at" type="xforms:XPathExpression" use="required"/>
-   <xsd:attribute name="position" use="required">
-    <xsd:simpleType>
-     <xsd:restriction base="xsd:string">
-      <xsd:enumeration value="before"/>
-      <xsd:enumeration value="after"/>
-     </xsd:restriction>
-    </xsd:simpleType>
-   </xsd:attribute>
-   <xsd:attributeGroup ref="xforms:XML.Events"/>
-  </xsd:complexType>
- </xsd:element>
- <xsd:element name="delete">
-  <xsd:complexType>
-   <xsd:attributeGroup ref="xforms:Common.Attributes"/>
-   <xsd:attributeGroup ref="xforms:Nodeset.Binding.Attributes"/>
-   <xsd:attribute name="at" type="xforms:XPathExpression" use="required"/>
-   <xsd:attributeGroup ref="xforms:XML.Events"/>
-  </xsd:complexType>
- </xsd:element>
- <xsd:element name="setindex">
-  <xsd:complexType>
-   <xsd:attributeGroup ref="xforms:Common.Attributes"/>
-   <xsd:attribute name="repeat" type="xsd:IDREF" use="required"/>
-   <xsd:attribute name="index" type="xforms:XPathExpression" use="required"/>
-   <xsd:attributeGroup ref="xforms:XML.Events"/>
-  </xsd:complexType>
- </xsd:element>
- <xsd:element name="toggle">
-  <xsd:complexType>
-   <xsd:attributeGroup ref="xforms:Common.Attributes"/>
-   <xsd:attribute name="case" type="xsd:IDREF" use="required"/>
-   <xsd:attributeGroup ref="xforms:XML.Events"/>
-  </xsd:complexType>
- </xsd:element>
- <xsd:element name="message">
-  <xsd:complexType mixed="true">
-   <xsd:group ref="xforms:UI.Inline"/>
-   <xsd:attributeGroup ref="xforms:Common.Attributes"/>
-   <xsd:attributeGroup ref="xforms:Single.Node.Binding.Attributes"/>
-   <xsd:attribute name="level" use="required">
-    <xsd:simpleType>
-     <xsd:union memberTypes="xforms:QNameButNotNCNAME">
-      <xsd:simpleType>
-       <xsd:restriction base="xsd:string">
-        <xsd:enumeration value="ephemeral"/>
-        <xsd:enumeration value="modeless"/>
-        <xsd:enumeration value="modal"/>
-       </xsd:restriction>
-      </xsd:simpleType>
-     </xsd:union>
-    </xsd:simpleType>
-   </xsd:attribute>
-   <xsd:attributeGroup ref="xforms:Linking.Attributes"/>
-   <xsd:attributeGroup ref="xforms:XML.Events"/>
-  </xsd:complexType>
- </xsd:element>
- <!--
-Advanced User Interface
--->
- <xsd:attribute name="repeat-nodeset" type="xforms:XPathExpression"/>
- <xsd:attribute name="repeat-model" type="xsd:IDREF"/>
- <xsd:attribute name="repeat-bind" type="xsd:IDREF"/>
- <xsd:attribute name="repeat-startindex" type="xsd:positiveInteger"/>
- <xsd:attribute name="repeat-number" type="xsd:nonNegativeInteger"/>
- <xsd:element name="repeat">
-  <xsd:complexType>
-   <xsd:sequence>
-    <xsd:sequence minOccurs="0" maxOccurs="unbounded">
-     <xsd:choice>
-      <xsd:group ref="xforms:Form.Controls"/>
-      <xsd:element ref="xforms:group"/>
-      <xsd:element ref="xforms:switch"/>
-      <xsd:element ref="xforms:repeat"/>
-      <!-- containing document language to add additional allowed content here -->
-     </xsd:choice>
-    </xsd:sequence>
-   </xsd:sequence>
-   <xsd:attributeGroup ref="xforms:Common.Attributes"/>
-   <xsd:attributeGroup ref="xforms:Nodeset.Binding.Attributes"/>
-   <xsd:attributeGroup ref="xforms:UI.Common.Attrs"/>
-   <xsd:attribute name="startindex" type="xsd:positiveInteger"/>
-   <xsd:attribute name="number" type="xsd:nonNegativeInteger"/>
-  </xsd:complexType>
- </xsd:element>
- <xsd:element name="group">
-  <xsd:complexType>
-   <xsd:sequence>
-    <xsd:element ref="xforms:label" minOccurs="0"/>
-    <xsd:sequence minOccurs="0" maxOccurs="unbounded">
-     <xsd:choice>
-      <xsd:group ref="xforms:UI.Common"/>
-      <xsd:group ref="xforms:Form.Controls"/>
-      <xsd:element ref="xforms:group"/>
-      <xsd:element ref="xforms:switch"/>
-      <xsd:element ref="xforms:repeat"/>
-      <!-- containing document language to add additional allowed content here -->
-     </xsd:choice>
-    </xsd:sequence>
-   </xsd:sequence>
-   <xsd:attributeGroup ref="xforms:Common.Attributes"/>
-   <xsd:attributeGroup ref="xforms:Single.Node.Binding.Attributes"/>
-   <xsd:attributeGroup ref="xforms:UI.Common.Attrs"/>
-  </xsd:complexType>
- </xsd:element>
- <xsd:element name="switch">
-  <xsd:complexType>
-   <xsd:sequence maxOccurs="unbounded">
-    <xsd:element ref="xforms:case"/>
-   </xsd:sequence>
-   <xsd:attributeGroup ref="xforms:Common.Attributes"/>
-   <xsd:attributeGroup ref="xforms:Single.Node.Binding.Attributes"/>
-   <xsd:attributeGroup ref="xforms:UI.Common.Attrs"/>
-  </xsd:complexType>
- </xsd:element>
- <xsd:element name="case">
-  <xsd:complexType>
-   <xsd:sequence>
-    <xsd:element ref="xforms:label" minOccurs="0"/>
-    <xsd:sequence minOccurs="0" maxOccurs="unbounded">
-     <xsd:choice>
-      <xsd:group ref="xforms:Form.Controls"/>
-      <xsd:group ref="xforms:Action"/>
-      <xsd:element ref="xforms:group"/>
-      <xsd:element ref="xforms:switch"/>
-      <xsd:element ref="xforms:repeat"/>
-      <!-- containing document language to add additional allowed content here -->
-     </xsd:choice>
-     <!-- E71 -->
-    </xsd:sequence>
-   </xsd:sequence>
-   <xsd:attribute name="selected" type="xsd:boolean" use="optional" default="false"/>
-   <xsd:attributeGroup ref="xforms:Common.Attributes"/>
-  </xsd:complexType>
- </xsd:element>
- <!--
-New simpleTypes
--->
-
- <xsd:simpleType name="versionList">
-  <xsd:list itemType="xforms:versionNumber"/>
- </xsd:simpleType>
- <xsd:simpleType name="versionNumber">
-  <xsd:restriction base="xsd:string">
-   <xsd:pattern value="[1-9]\d*\.\d+"/>
-  </xsd:restriction>
- </xsd:simpleType>
- <xsd:simpleType name="XPathExpression">
-  <xsd:restriction base="xsd:string"/>
- </xsd:simpleType>
- <xsd:simpleType name="QNameList">
-  <xsd:list itemType="xsd:QName"/>
- </xsd:simpleType>
- <xsd:simpleType name="anyURIList">
-  <xsd:list itemType="xsd:anyURI"/>
- </xsd:simpleType>
- <xsd:simpleType name="QNameButNotNCNAME">
-  <xsd:restriction base="xsd:QName">
-   <xsd:pattern value="[^:]+:[^:]+"/>
-  </xsd:restriction>
- </xsd:simpleType>
- <xsd:simpleType name="appearanceType">
-  <xsd:union memberTypes="xforms:QNameButNotNCNAME">
-   <xsd:simpleType>
-    <xsd:restriction base="xsd:string">
-     <xsd:enumeration value="full"/>
-     <xsd:enumeration value="compact"/>
-     <xsd:enumeration value="minimal"/>
-    </xsd:restriction>
-   </xsd:simpleType>
-  </xsd:union>
- </xsd:simpleType>
- <xsd:simpleType name="listItem">
-  <xsd:restriction base="xsd:string">
-   <xsd:pattern value="\S+"/>
-  </xsd:restriction>
- </xsd:simpleType>
- <xsd:simpleType name="listItems">
-  <xsd:list itemType="xforms:listItem"/>
- </xsd:simpleType>
- <xsd:simpleType name="dayTimeDuration">
-  <xsd:restriction base="xsd:duration">
-   <xsd:pattern value="[\-]?P([0-9]+D(T([0-9]+(H([0-9]+(M([0-9]+(\.[0-9]*)?S
-               |\.[0-9]+S)?|(\.[0-9]*)?S)|(\.[0-9]*)?S)?|M([0-9]+
-               (\.[0-9]*)?S|\.[0-9]+S)?|(\.[0-9]*)?S)|\.[0-9]+S))?
-               |T([0-9]+(H([0-9]+(M([0-9]+(\.[0-9]*)?S|\.[0-9]+S)?
-               |(\.[0-9]*)?S)|(\.[0-9]*)?S)?|M([0-9]+(\.[0-9]*)?S|\.[0-9]+S)?
-               |(\.[0-9]*)?S)|\.[0-9]+S))"/>
-  </xsd:restriction>
- </xsd:simpleType>
- <xsd:simpleType name="yearMonthDuration">
-  <xsd:restriction base="xsd:duration">
-   <xsd:pattern value="[\-]?P[0-9]+(Y([0-9]+M)?|M)"/>
-  </xsd:restriction>
- </xsd:simpleType>
-</xsd:schema>