X-Git-Url: https://git.argeo.org/?p=gpl%2Fargeo-suite.git;a=blobdiff_plain;f=org.argeo.entity.api%2Fsrc%2Forg%2Fargeo%2Fentity%2Fentity.cnd;h=78fb8ccb1c0f6fc7d1b530ce82be1ec839c39347;hp=1ef20a7604a670f553b33148225bc87e4ed4a19a;hb=702f22eb8cbcb56c927dc21226ee22696426647b;hpb=04cafe75836841a6c845b8dbc0cc80998442f78f diff --git a/org.argeo.entity.api/src/org/argeo/entity/entity.cnd b/org.argeo.entity.api/src/org/argeo/entity/entity.cnd index 1ef20a7..78fb8cc 100644 --- a/org.argeo.entity.api/src/org/argeo/entity/entity.cnd +++ b/org.argeo.entity.api/src/org/argeo/entity/entity.cnd @@ -1,14 +1,11 @@ - - - -// standard namespaces +// Standard namespaces - - // see https://www.w3.org/2003/01/geo/ - +// + + [entity:entity] > mix:created, mix:referenceable mixin @@ -18,12 +15,12 @@ mixin // // ENTITY DEFINITION // -[entity:definition] > entity:composite, mix:created, mix:referenceable +[entity:definition] > entity:composite, mix:created, mix:lastModified, mix:referenceable //- entity:type (String) multiple -[entity:part] +//[entity:part] -[entity:reference] +//[entity:reference] [entity:composite] orderable @@ -34,38 +31,25 @@ orderable // // TYPOLOGY // +[entity:typologies] ++ * (entity:terms) = entity:terms + [entity:term] orderable -+ * (entity:term) * ++ * (entity:term) = entity:term * -[entity:typology] > mix:referenceable, mix:created +[entity:terms] > mix:referenceable orderable -+ * (entity:term) * ++ * (entity:term) = entity:term * // -// XML +// FORM // -[entity:xmlvalue] > mix:language -- * -+ jcr:xmltext (entity:xmltext) - -[entity:xmltext] - - jcr:xmlcharacters (String) mandatory - -// -// HTML -// -[h:head] -+ h:title (entity:xmlvalue) -+ h:base (entity:xmlvalue) -+ h:style (entity:xmlvalue) multiple -+ h:meta (entity:xmlvalue) multiple -+ h:link (entity:xmlvalue) multiple -+ h:script (entity:xmlvalue) multiple +[entity:form] +mixin -[h:html] -+ h:head (h:head) -+ h:body (nt:unstructured) +[entity:formSet] +mixin // LDAP-LIKE ENTITIES // A real person