|
ENTITY location_relationship; id : identifier; name : label; description : OPTIONAL text; relating_location : location; related_location : location; END_ENTITY; -- location_relationship |
Entity data types and their attributeslocation_relationshipid: identifier; name: label; (OPT) description: text; relating_location: location; related_location: location; |
Global rules for this entity data type- |