X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=org.argeo.app.api%2Fsrc%2Forg%2Fargeo%2Fapp%2Fapi%2Fentity.cnd;h=9da2af7a4a15d5333242f35f77e64b76d8c53a25;hb=694aeb9ff865042652fe2a0e3443c914ede0cebd;hp=2ea89f9b533d177d08217797184745ef1809b27e;hpb=6e56ffa34cb02ab04d028423aea342e3dfed4358;p=gpl%2Fargeo-suite.git diff --git a/org.argeo.app.api/src/org/argeo/app/api/entity.cnd b/org.argeo.app.api/src/org/argeo/app/api/entity.cnd index 2ea89f9..9da2af7 100644 --- a/org.argeo.app.api/src/org/argeo/app/api/entity.cnd +++ b/org.argeo.app.api/src/org/argeo/app/api/entity.cnd @@ -4,6 +4,7 @@ // see https://www.w3.org/2003/01/geo/ + @@ -95,7 +96,9 @@ mixin mixin - ldap:sn (String) - ldap:givenName (String) +- ldap:cn (String) - ldap:mail (String) * +- ldap:description (String) [entity:user] > entity:person mixin @@ -112,3 +115,12 @@ mixin [entity:bearing] mixin - svg:direction (DOUBLE) + +[entity:geobounded] +mixin +- entity:minLat (DOUBLE) +- entity:minLon (DOUBLE) +- entity:maxLat (DOUBLE) +- entity:maxLon (DOUBLE) +- entity:minAlt (DOUBLE) +- entity:maxAlt (DOUBLE)