Adapt to changes in Argeo TP
[gpl/argeo-suite.git] / org.argeo.app.api / src / org / argeo / app / api / entity.cnd
index 0b52c4d9343f82eacd0e68fe6223651689b36433..9da2af7a4a15d5333242f35f77e64b76d8c53a25 100644 (file)
@@ -4,6 +4,7 @@
 // see https://www.w3.org/2003/01/geo/
 <geo = "http://www.w3.org/2003/01/geo/wgs84_pos#">
 <svg = "http://www.w3.org/2000/svg">
+<gml = "http://www.opengis.net/gml/3.2">
 
 <ldap = "http://www.argeo.org/ns/ldap">
 <entity = 'http://www.argeo.org/ns/entity'>
@@ -95,6 +96,7 @@ mixin
 mixin
 - ldap:sn (String)
 - ldap:givenName (String)
+- ldap:cn (String)
 - ldap:mail (String) *
 - ldap:description (String)
 
@@ -113,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)