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=15b1125b29bce29946006e5c8ee289d9e4511c91;hpb=7a40d302600e3fcf53374d20c854b322b4366c68;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 15b1125..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), // @@ -35,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/";