|
ENTITY Global_location_representation SUBTYPE OF (Location_representation); altitude : OPTIONAL Value_with_unit; geographical_area : OPTIONAL STRING; latitude : Value_with_unit; longitude : Value_with_unit; END_ENTITY; -- Global_location_representation |
Entity data types and their attributesLocation_representation- Global_location_representation (OPT) altitude: Value_with_unit; (OPT) geographical_area: STRING; latitude: Value_with_unit; longitude: Value_with_unit; |
Global rules for this entity data type- |