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=0b3127b305115cf16c82412b1f1b23df15825bdb;hp=baed374e72aade6644fb707cfeb08c449bdf0748;hb=8347556c9afb8e7ff128722ded5aa3f198b31079;hpb=921e69ca45d5e257429c019b984428a59f891487 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 baed374..0b3127b 100644 --- a/org.argeo.entity.api/src/org/argeo/entity/entity.cnd +++ b/org.argeo.entity.api/src/org/argeo/entity/entity.cnd @@ -2,7 +2,7 @@ // see https://www.w3.org/2003/01/geo/ -// + @@ -15,6 +15,10 @@ mixin mixin - entity:type (String) m +[entity:relatedTo] +mixin ++ entity:relatedTo (nt:address) * + // // ENTITY DEFINITION // @@ -83,3 +87,10 @@ mixin - ldap:distinguishedName (String) - ldap:uid (String) +// GEOGRAPHY +[entity:geopoint] +mixin +- geo:long (DOUBLE) +- geo:lat (DOUBLE) +- geo:alt (DOUBLE) +