Persone edition
[gpl/argeo-suite.git] / org.argeo.app.core / src / org / argeo / app / core / SuiteContentTypes.java
index f42cde65ce459aff4fd95cc3221ed64c7a5c48f4..8b58fe16cb7e02672783ac98f84514d16fa15f87 100644 (file)
@@ -8,7 +8,7 @@ public enum SuiteContentTypes {
        //
        // ARGEO
        //
-       ENTITY("entity", "http://www.argeo.org/ns/entity", null, null),
+       ENTITY("entity", "http://www.argeo.org/ns/entity", "entity.xsd", null),
        //
        ARGEO_DBK("argeodbk", "http://www.argeo.org/ns/argeodbk", null, null),
        //
@@ -20,6 +20,8 @@ public enum SuiteContentTypes {
                        "https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk/fop/src/foschema/fop.xsd"),
        //
 //     XCAL_2_0("xcal", "urn:ietf:params:xml:ns:icalendar-2.0", "xCal-2.0.xsd", null),
+       //
+       XHTML_1_1("h", "http://www.w3.org/1999/xhtml", null, "https://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd"),
        //
        // ODK
        //
@@ -33,6 +35,8 @@ public enum SuiteContentTypes {
        //
        ODK("odk", "http://www.opendatakit.org/xforms", null, null),
        //
+       WGS84("geo", "http://www.w3.org/2003/01/geo/wgs84_pos#", null, null),
+       //
        ;
 
        private final static String RESOURCE_BASE = "/org/argeo/app/core/schemas/";