X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=org.argeo.app.core%2Fsrc%2Forg%2Fargeo%2Fapp%2Fcore%2FSuiteContentTypes.java;h=8b58fe16cb7e02672783ac98f84514d16fa15f87;hb=8514d43d70ddbb53a18f324ccc0fa0b704d70ed5;hp=f42cde65ce459aff4fd95cc3221ed64c7a5c48f4;hpb=ceda3a1e01fef2af94ab792f61de332f23ea3a85;p=gpl%2Fargeo-suite.git diff --git a/org.argeo.app.core/src/org/argeo/app/core/SuiteContentTypes.java b/org.argeo.app.core/src/org/argeo/app/core/SuiteContentTypes.java index f42cde6..8b58fe1 100644 --- a/org.argeo.app.core/src/org/argeo/app/core/SuiteContentTypes.java +++ b/org.argeo.app.core/src/org/argeo/app/core/SuiteContentTypes.java @@ -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/";