Difference between revisions of "TripContext"

From BITPlan E-Bike Wiki
Jump to navigation Jump to search
(pushed from fahl by wikipush)
 
(21 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
=Context=
 +
 
{{Context
 
{{Context
|name=PrivatKontext
+
|name=TripContext
|since=2016/01/04
+
|since=2016-01-04
 +
|updated=2025-01-19
 +
|copyright=(c) 2016-2025 Maria & Wolfgang Fahl
 +
|demo=https://ebike.bitplan.com
 +
|master=https://ebike.bitplan.com
 
|storemode=property
 
|storemode=property
 
}}
 
}}
 +
 
{{Context
 
{{Context
|name=PrivatKontext
+
|name=TripContext
 
|viewmode=masterdetail
 
|viewmode=masterdetail
 
}}
 
}}
= WikiTask =
 
{{ContextWikitask
 
|context=PrivatKontext
 
}}
 
 
 
= sidif =
 
= sidif =
 
<source lang='java' id='sidif' cache='false'>
 
<source lang='java' id='sidif' cache='false'>
 
#
 
#
# Context:PrivatKontext
+
# Context:TripContext
 +
#
 +
TripContext isA Context
 +
"TripContext" is name of it
 
#
 
#
PrivatKontext isA Context
+
# Loc
"PrivatKontext" is name of it
+
#
 +
Loc isA Topic
 +
"Loc" is name of it
 +
"Locations" is pluralName of it
 +
"A location in a trip or tour" is documentation of it
 +
false is cargo of it
 +
"File:Location_pin_icon.png" is icon of it
 +
"/images/ebike/thumb/2/2a/Location_pin_icon.png/128px-Location_pin_icon.png" is iconUrl of it
 +
"subobject" is defaultstoremode of it
 +
"TripContext" is context of it
 +
Loc_id addsTo it
 +
Loc_latlon addsTo it
 +
Loc_name addsTo it
 +
Loc_type addsTo it
 +
Loc_url addsTo it
 +
Loc_address addsTo it
 +
Loc_notes addsTo it
 +
# properties of Loc
 +
Loc_id isA Property
 +
"id" is name of it
 +
"id" is label of it
 +
"Text" is type of it
 +
1 is index of it
 +
true is primaryKey of it
 +
true is mandatory of it
 +
false is uploadable of it
 +
"id of the location" is documentation of it
 +
true is showInGrid of it
 +
false is isLink of it
 +
"Loc" is topic of it
 +
# latlon
 +
Loc_latlon isA Property
 +
"latlon" is name of it
 +
"latlon" is label of it
 +
"Geographic coordinates" is type of it
 +
2 is index of it
 +
false is primaryKey of it
 +
false is mandatory of it
 +
false is uploadable of it
 +
"latitude and longitude coordinates" is documentation of it
 +
true is showInGrid of it
 +
false is isLink of it
 +
"Loc" is topic of it
 +
Loc_name isA Property
 +
"name" is name of it
 +
"name" is label of it
 +
"Text" is type of it
 +
3 is index of it
 +
false is primaryKey of it
 +
false is mandatory of it
 +
false is uploadable of it
 +
"name of the location" is documentation of it
 +
true is showInGrid of it
 +
false is isLink of it
 +
"Loc" is topic of it
 +
# type
 +
Loc_type isA Property
 +
"type" is name of it
 +
"type" is label of it
 +
"Text" is type of it
 +
4 is index of it
 +
false is primaryKey of it
 +
false is mandatory of it
 +
false is uploadable of it
 +
"type or category of the location (e.g., station,airport,bus stop,hotel,restaurant,POI,museum)" is documentation of it
 +
true is showInGrid of it
 +
false is isLink of it
 +
"Loc" is topic of it
 +
# url
 +
Loc_url isA Property
 +
"url" is name of it
 +
"url" is label of it
 +
"URL" is type of it
 +
5 is index of it
 +
false is primaryKey of it
 +
false is mandatory of it
 +
false is uploadable of it
 +
"URL of the location for additional reference or booking" is documentation of it
 +
true is showInGrid of it
 +
false is isLink of it
 +
"Loc" is topic of it
 +
# address
 +
Loc_address isA Property
 +
"address" is name of it
 +
"address" is label of it
 +
"Text" is type of it
 +
"textarea" is inputType of it
 +
6 is index of it
 +
false is primaryKey of it
 +
false is mandatory of it
 +
false is uploadable of it
 +
"physical address of the location" is documentation of it
 +
true is showInGrid of it
 +
false is isLink of it
 +
"Loc" is topic of it
 +
# notes
 +
Loc_notes isA Property
 +
"notes" is name of it
 +
"notes" is label of it
 +
"Text" is type of it
 +
"textarea" is inputType of it
 +
7 is index of it
 +
false is primaryKey of it
 +
false is mandatory of it
 +
false is uploadable of it
 +
"notes or description of the location" is documentation of it
 +
true is showInGrid of it
 +
false is isLink of it
 +
"Loc" is topic of it
 +
#
 +
# Leg
 +
#
 +
Leg isA Topic
 +
"Leg" is name of it
 +
"Legs" is pluralName of it
 +
"A segment of a trip between two locations" is documentation of it
 +
false is cargo of it
 +
"subobject" is defaultstoremode of it
 +
"File:Flag-Icon.png" is icon of it
 +
"/images/1/1c/Flag-Icon.png" is iconUrl of it
 +
"TripContext" is context of it
 +
Leg_from addsTo it
 +
Leg_to addsTo it
 +
Leg_wp_num addsTo it
 +
Leg_transport addsTo it
 +
 
 +
# properties of Leg
 +
Leg_from isA Property
 +
"from" is name of it
 +
"From Loc id" is label of it
 +
"Text" is type of it
 +
1 is index of it
 +
false is primaryKey of it
 +
true is mandatory of it
 +
false is uploadable of it
 +
"Starting location of this leg" is documentation of it
 +
true is showInGrid of it
 +
false is isLink of it
 +
"Leg" is topic of it
 +
Leg_to isA Property
 +
"to" is name of it
 +
"To Loc id" is label of it
 +
"Text" is type of it
 +
2 is index of it
 +
false is primaryKey of it
 +
true is mandatory of it
 +
false is uploadable of it
 +
"Ending location of this leg" is documentation of it
 +
true is showInGrid of it
 +
false is isLink of it
 +
"Leg" is topic of it
 +
Leg_wp_num isA Property
 +
"wp_num" is name of it
 +
"Waypoint Number" is label of it
 +
"Text" is type of it
 +
3 is index of it
 +
false is primaryKey of it
 +
true is mandatory of it
 +
false is uploadable of it
 +
"Sequence number of this leg in the trip" is documentation of it
 +
true is showInGrid of it
 +
false is isLink of it
 +
"Leg" is topic of it
 +
# transport
 +
Leg_transport isA Property
 +
"transport" is name of it
 +
"Transport Type" is label of it
 +
"Text" is type of it
 +
4 is index of it
 +
false is primaryKey of it
 +
false is mandatory of it
 +
false is uploadable of it
 +
"Mode of transport for this leg" is documentation of it
 +
true is showInGrid of it
 +
"bike,train,car,ferry,bus,plane" is allowedValues of it
 +
"radiobutton" is inputType of it
 +
false is isLink of it
 +
"Leg" is topic of it
 
#
 
#
 
#Tour
 
#Tour
Line 27: Line 209:
 
"Tours" is pluralName of it
 
"Tours" is pluralName of it
 
"A tour is point of a trip" is documentation of it
 
"A tour is point of a trip" is documentation of it
 +
"File:Tour-Icon.png" is icon of it
 +
"/images/thumb/0/09/Tour-Icon.png/128px-Tour-Icon.png" is iconUrl of it
 
false is cargo of it
 
false is cargo of it
"PrivatKontext" is context of it
+
"TripContext" is context of it
 
Tour_date addsTo it
 
Tour_date addsTo it
 
Tour_target addsTo it
 
Tour_target addsTo it
Line 186: Line 370:
 
false is isLink of it
 
false is isLink of it
 
"Tour" is topic of it
 
"Tour" is topic of it
#
 
# Bogensportverein
 
#
 
Bogensportverein isA Topic
 
"Bogensportverein" is name of it
 
"Bogensportvereine" is pluralName of it
 
"Ein Verein für Bogensport" is documentation of it
 
"Ein Verein für Bogensport" is wikiDocumentation of it
 
"File:Archerytarget.png" is icon of it
 
"/images/6/67/Archerytarget.png" is iconUrl of it
 
"property" is defaultstoremode of it
 
false is cargo of it
 
"PrivatKontext" is context of it
 
Bogensportverein_name addsTo it
 
Bogensportverein_lat addsTo it
 
Bogensportverein_url addsTo it
 
Bogensportverein_lon addsTo it
 
# properties of Bogensportverein
 
# property name
 
Bogensportverein_name isA Property
 
"name" is name of it
 
"name" is label of it
 
"Text" is type of it
 
1 is index of it
 
true is primaryKey of it
 
true is mandatory of it
 
false is uploadable of it
 
"Der Name des Vereins" is documentation of it
 
true is showInGrid of it
 
false is isLink of it
 
"Bogensportverein" is topic of it
 
# property lat
 
Bogensportverein_lat isA Property
 
"lat" is name of it
 
"lat" is label of it
 
"Text" is type of it
 
2 is index of it
 
false is primaryKey of it
 
false is mandatory of it
 
false is uploadable of it
 
"Breitengrad" is documentation of it
 
true is showInGrid of it
 
false is isLink of it
 
"Bogensportverein" is topic of it
 
# property url
 
Bogensportverein_url isA Property
 
"url" is name of it
 
"url" is label of it
 
"URL" is type of it
 
4 is index of it
 
false is isLink of it
 
"Bogensportverein" is topic of it
 
# property lon
 
Bogensportverein_lon isA Property
 
"lon" is name of it
 
"lon" is label of it
 
"Text" is type of it
 
3 is index of it
 
"Längengrad" is documentation of it
 
false is isLink of it
 
"Bogensportverein" is topic of it
 
#
 
#Sender
 
#
 
Sender isA Topic
 
"Sender" is name of it
 
"Sender" is pluralName of it
 
"Ein Fernsehsender" is documentation of it
 
"File:TVLogo.png" is icon of it
 
"/mediawiki/images/e/ef/TVLogo.png" is iconUrl of it
 
"subobject" is defaultstoremode of it
 
false is cargo of it
 
"PrivatKontext" is context of it
 
Sender_nummer addsTo it
 
Sender_name addsTo it
 
Sender_logo addsTo it
 
Sender_vollname addsTo it
 
Sender_beschreibung addsTo it
 
# properties of Sender
 
# property nummer
 
Sender_nummer isA Property
 
"nummer" is name of it
 
"nummer" is label of it
 
"Number" is type of it
 
1 is index of it
 
1 is sortPos of it
 
false is primaryKey of it
 
false is mandatory of it
 
false is uploadable of it
 
"Die Nummer des Senders" is documentation of it
 
true is showInGrid of it
 
false is isLink of it
 
"Sender" is topic of it
 
# property name
 
Sender_name isA Property
 
"name" is name of it
 
"name" is label of it
 
"Text" is type of it
 
2 is index of it
 
true is primaryKey of it
 
true is mandatory of it
 
false is uploadable of it
 
"Name des Senders" is documentation of it
 
true is showInGrid of it
 
false is isLink of it
 
"Sender" is topic of it
 
# property logo
 
Sender_logo isA Property
 
"logo" is name of it
 
"logoUrl" is label of it
 
"URL" is type of it
 
3 is index of it
 
false is primaryKey of it
 
false is mandatory of it
 
false is uploadable of it
 
"URL für Sender Logo" is documentation of it
 
true is showInGrid of it
 
false is isLink of it
 
"Sender" is topic of it
 
# property vollname
 
Sender_vollname isA Property
 
"vollname" is name of it
 
"vollname" is label of it
 
"Text" is type of it
 
4 is index of it
 
false is primaryKey of it
 
false is mandatory of it
 
false is uploadable of it
 
"vollständiger Name des Senders" is documentation of it
 
true is showInGrid of it
 
false is isLink of it
 
"Sender" is topic of it
 
# property beschreibung
 
Sender_beschreibung isA Property
 
"beschreibung" is name of it
 
"beschreibung" is label of it
 
"Text" is type of it
 
5 is index of it
 
false is primaryKey of it
 
false is mandatory of it
 
false is uploadable of it
 
"Beschreibung des Senders" is documentation of it
 
true is showInGrid of it
 
false is isLink of it
 
"Sender" is topic of it
 
#
 
#
 
#VideoRecording
 
#
 
VideoRecording isA Topic
 
"VideoRecording" is name of it
 
"VideoRecordings" is pluralName of it
 
"a Video Recording" is documentation of it
 
"a Video Recording" is wikiDocumentation of it
 
"File:Movie.png" is icon of it
 
"/images/a/ab/Movie.png" is iconUrl of it
 
"subobject" is defaultstoremode of it
 
false is cargo of it
 
"PrivatKontext" is context of it
 
VideoRecording_name addsTo it
 
VideoRecording_date addsTo it
 
VideoRecording_time addsTo it
 
VideoRecording_duration addsTo it
 
VideoRecording_description addsTo it
 
VideoRecording_cover addsTo it
 
VideoRecording_file addsTo it
 
# properties of VideoRecording
 
# property name
 
VideoRecording_name isA Property
 
"name" is name of it
 
"name" is label of it
 
"Text" is type of it
 
1 is index of it
 
true is primaryKey of it
 
true is mandatory of it
 
200 is size of it
 
false is uploadable of it
 
"textarea" is inputType of it
 
"the name of the recording" is documentation of it
 
true is showInGrid of it
 
false is isLink of it
 
"VideoRecording" is topic of it
 
# property date
 
VideoRecording_date isA Property
 
"date" is name of it
 
"date" is label of it
 
"Text" is type of it
 
2 is index of it
 
false is isLink of it
 
"VideoRecording" is topic of it
 
# property time
 
VideoRecording_time isA Property
 
"time" is name of it
 
"time" is label of it
 
"Text" is type of it
 
3 is index of it
 
false is isLink of it
 
"VideoRecording" is topic of it
 
# property duration
 
VideoRecording_duration isA Property
 
"duration" is name of it
 
"duration" is label of it
 
"Text" is type of it
 
4 is index of it
 
false is isLink of it
 
"VideoRecording" is topic of it
 
# property description
 
VideoRecording_description isA Property
 
"description" is name of it
 
"description" is label of it
 
"Text" is type of it
 
5 is index of it
 
false is primaryKey of it
 
false is mandatory of it
 
5000 is size of it
 
false is uploadable of it
 
"textarea" is inputType of it
 
"the description of the recording" is documentation of it
 
true is showInGrid of it
 
false is isLink of it
 
"VideoRecording" is topic of it
 
# property cover
 
VideoRecording_cover isA Property
 
"cover" is name of it
 
"cover" is label of it
 
"URL" is type of it
 
6 is index of it
 
false is primaryKey of it
 
false is mandatory of it
 
true is uploadable of it
 
"textarea" is inputType of it
 
"cover picture" is documentation of it
 
true is showInGrid of it
 
false is isLink of it
 
"VideoRecording" is topic of it
 
# property file
 
VideoRecording_file isA Property
 
"file" is name of it
 
"file" is label of it
 
"Text" is type of it
 
7 is index of it
 
false is primaryKey of it
 
false is mandatory of it
 
false is uploadable of it
 
"the path to the video recording" is documentation of it
 
true is showInGrid of it
 
false is isLink of it
 
"VideoRecording" is topic of it
 
#
 
#Abfalltermin
 
#
 
Abfalltermin isA Topic
 
"Abfalltermin" is name of it
 
"Abfalltermine" is pluralName of it
 
"Ein Abfalltermin is der Termin zu dem das Entsorgungsunternehmen die entsprechenden Abfalltonnen Blaue Tonne, Gelbe Tonne, Graue Tonne oder Grünbündel abholt" is documentation of it
 
"subobject" is defaultstoremode of it
 
false is cargo of it
 
"PrivatKontext" is context of it
 
Abfalltermin_termin addsTo it
 
Abfalltermin_name addsTo it
 
Abfalltermin_tonne addsTo it
 
# properties of Abfalltermin
 
# property termin
 
Abfalltermin_termin isA Property
 
"termin" is name of it
 
"termin" is label of it
 
"Date" is type of it
 
1 is index of it
 
false is primaryKey of it
 
false is mandatory of it
 
false is uploadable of it
 
"datepicker" is inputType of it
 
"date when garbage is picked up" is documentation of it
 
true is showInGrid of it
 
false is isLink of it
 
"Abfalltermin" is topic of it
 
# property name
 
Abfalltermin_name isA Property
 
"name" is name of it
 
"name" is label of it
 
"Text" is type of it
 
3 is index of it
 
true is primaryKey of it
 
true is mandatory of it
 
false is uploadable of it
 
"id des termins" is documentation of it
 
true is showInGrid of it
 
false is isLink of it
 
"Abfalltermin" is topic of it
 
# property tonne
 
Abfalltermin_tonne isA Property
 
"tonne" is name of it
 
"tonne" is label of it
 
"Text" is type of it
 
3 is index of it
 
false is primaryKey of it
 
false is mandatory of it
 
false is uploadable of it
 
"Die tonne" is documentation of it
 
true is showInGrid of it
 
false is isLink of it
 
"Abfalltermin" is topic of it
 
 
</source>
 
</source>

Latest revision as of 16:20, 19 January 2025

Context

Context
edit
name  TripContext
since  2016-01-04
updated  2025-01-19
copyright  (c) 2016-2025 Maria & Wolfgang Fahl
demo  https://ebike.bitplan.com
master  https://ebike.bitplan.com


topics

 namepluralNameisAextendsiconiconUrldocumentationwikiDocumentationdefaultstoremodelistLimitcargoheaderTabscontext
LegLegLegsFlag-Icon.png
/images/1/1c/Flag-Icon.png
A segment of a trip between two locationsA segment of a trip between two locationssubobject200falseTripContext
LocLocLocationsLocation pin icon.png
/images/ebike/thumb/2/2a/Location_pin_icon.png/128px-Location_pin_icon.png
A location in a trip or tourA location in a trip or toursubobject200falseTripContext
TourTourToursTour-Icon.png
/images/thumb/0/09/Tour-Icon.png/128px-Tour-Icon.png
A tour is point of a tripA tour is point of a tripproperty200falseTripContext

sidif

#
# Context:TripContext
#
TripContext isA Context
"TripContext" is name of it
#
# Loc
#
Loc isA Topic
"Loc" is name of it
"Locations" is pluralName of it
"A location in a trip or tour" is documentation of it
false is cargo of it
"File:Location_pin_icon.png" is icon of it
"/images/ebike/thumb/2/2a/Location_pin_icon.png/128px-Location_pin_icon.png" is iconUrl of it
"subobject" is defaultstoremode of it 
"TripContext" is context of it
Loc_id addsTo it
Loc_latlon addsTo it
Loc_name addsTo it
Loc_type addsTo it
Loc_url addsTo it
Loc_address addsTo it
Loc_notes addsTo it
# properties of Loc
Loc_id isA Property
"id" is name of it
"id" is label of it
"Text" is type of it
1 is index of it
true is primaryKey of it
true is mandatory of it
false is uploadable of it
"id of the location" is documentation of it
true is showInGrid of it
false is isLink of it
"Loc" is topic of it
# latlon
Loc_latlon isA Property
"latlon" is name of it
"latlon" is label of it
"Geographic coordinates" is type of it
2 is index of it
false is primaryKey of it
false is mandatory of it
false is uploadable of it
"latitude and longitude coordinates" is documentation of it
true is showInGrid of it
false is isLink of it
"Loc" is topic of it
Loc_name isA Property
"name" is name of it
"name" is label of it
"Text" is type of it
3 is index of it
false is primaryKey of it
false is mandatory of it
false is uploadable of it
"name of the location" is documentation of it
true is showInGrid of it
false is isLink of it
"Loc" is topic of it
# type
Loc_type isA Property
"type" is name of it
"type" is label of it
"Text" is type of it
4 is index of it
false is primaryKey of it
false is mandatory of it
false is uploadable of it
"type or category of the location (e.g., station,airport,bus stop,hotel,restaurant,POI,museum)" is documentation of it
true is showInGrid of it
false is isLink of it
"Loc" is topic of it
# url
Loc_url isA Property
"url" is name of it
"url" is label of it
"URL" is type of it
5 is index of it
false is primaryKey of it
false is mandatory of it
false is uploadable of it
"URL of the location for additional reference or booking" is documentation of it
true is showInGrid of it
false is isLink of it
"Loc" is topic of it
# address
Loc_address isA Property
"address" is name of it
"address" is label of it
"Text" is type of it
"textarea" is inputType of it
6 is index of it
false is primaryKey of it
false is mandatory of it
false is uploadable of it
"physical address of the location" is documentation of it
true is showInGrid of it
false is isLink of it
"Loc" is topic of it
# notes
Loc_notes isA Property
"notes" is name of it
"notes" is label of it
"Text" is type of it
"textarea" is inputType of it
7 is index of it
false is primaryKey of it
false is mandatory of it
false is uploadable of it
"notes or description of the location" is documentation of it
true is showInGrid of it
false is isLink of it
"Loc" is topic of it
#
# Leg
#
Leg isA Topic
"Leg" is name of it
"Legs" is pluralName of it
"A segment of a trip between two locations" is documentation of it
false is cargo of it
"subobject" is defaultstoremode of it
"File:Flag-Icon.png" is icon of it
"/images/1/1c/Flag-Icon.png" is iconUrl of it
"TripContext" is context of it
Leg_from addsTo it
Leg_to addsTo it
Leg_wp_num addsTo it
Leg_transport addsTo it

# properties of Leg
Leg_from isA Property 
"from" is name of it
"From Loc id" is label of it
"Text" is type of it
1 is index of it
false is primaryKey of it
true is mandatory of it
false is uploadable of it
"Starting location of this leg" is documentation of it
true is showInGrid of it
false is isLink of it
"Leg" is topic of it
Leg_to isA Property
"to" is name of it
"To Loc id" is label of it
"Text" is type of it
2 is index of it
false is primaryKey of it
true is mandatory of it
false is uploadable of it
"Ending location of this leg" is documentation of it
true is showInGrid of it
false is isLink of it
"Leg" is topic of it
Leg_wp_num isA Property
"wp_num" is name of it
"Waypoint Number" is label of it
"Text" is type of it
3 is index of it
false is primaryKey of it
true is mandatory of it
false is uploadable of it
"Sequence number of this leg in the trip" is documentation of it
true is showInGrid of it
false is isLink of it
"Leg" is topic of it
# transport
Leg_transport isA Property
"transport" is name of it
"Transport Type" is label of it
"Text" is type of it
4 is index of it
false is primaryKey of it
false is mandatory of it
false is uploadable of it
"Mode of transport for this leg" is documentation of it
true is showInGrid of it
"bike,train,car,ferry,bus,plane" is allowedValues of it
"radiobutton" is inputType of it
false is isLink of it
"Leg" is topic of it
#
#Tour
#
Tour isA Topic
"Tour" is name of it
"Tours" is pluralName of it
"A tour is point of a trip" is documentation of it
"File:Tour-Icon.png" is icon of it
"/images/thumb/0/09/Tour-Icon.png/128px-Tour-Icon.png" is iconUrl of it
false is cargo of it
"TripContext" is context of it
Tour_date addsTo it
Tour_target addsTo it
Tour_weather addsTo it
Tour_location addsTo it
Tour_coordinates addsTo it
Tour_trip addsTo it
Tour_track addsTo it
Tour_stay addsTo it
Tour_shop addsTo it
Tour_distance addsTo it
Tour_comment addsTo it
# properties of Tour
# property date
Tour_date isA Property
"date" is name of it
"date" is label of it
"Date" is type of it
1 is index of it
false is primaryKey of it
false is mandatory of it
false is uploadable of it
"datepicker" is inputType of it
"the date of the tour" is documentation of it
true is showInGrid of it
false is isLink of it
"Tour" is topic of it
# property target
Tour_target isA Property
"target" is name of it
"target" is label of it
"Page" is type of it
2 is index of it
false is primaryKey of it
false is mandatory of it
false is uploadable of it
"the target of the tour" is documentation of it
true is showInGrid of it
false is isLink of it
"Tour" is topic of it
# property weather
Tour_weather isA Property
"weather" is name of it
"weather" is label of it
"Text" is type of it
3 is index of it
false is primaryKey of it
false is mandatory of it
false is uploadable of it
"the location to show the weather for" is documentation of it
true is showInGrid of it
false is isLink of it
"Tour" is topic of it
# property location
Tour_location isA Property
"location" is name of it
"location" is label of it
"Text" is type of it
4 is index of it
false is primaryKey of it
false is mandatory of it
false is uploadable of it
"the location of the tour" is documentation of it
true is showInGrid of it
false is isLink of it
"Tour" is topic of it
# property coordinates
Tour_coordinates isA Property
"coordinates" is name of it
"coordinates" is label of it
"Text" is type of it
5 is index of it
false is primaryKey of it
false is mandatory of it
false is uploadable of it
"coordinates of the point" is documentation of it
true is showInGrid of it
false is isLink of it
"Tour" is topic of it
# property trip
Tour_trip isA Property
"trip" is name of it
"trip" is label of it
"Page" is type of it
6 is index of it
false is primaryKey of it
false is mandatory of it
false is uploadable of it
"the trip this point belongs to" is documentation of it
true is showInGrid of it
false is isLink of it
"Tour" is topic of it
# property track
Tour_track isA Property
"track" is name of it
"track" is label of it
"Text" is type of it
7 is index of it
false is primaryKey of it
false is mandatory of it
false is uploadable of it
"the track to this tour point" is documentation of it
true is showInGrid of it
false is isLink of it
"Tour" is topic of it
# property stay
Tour_stay isA Property
"stay" is name of it
"stay" is label of it
"Text" is type of it
8 is index of it
false is primaryKey of it
false is mandatory of it
false is uploadable of it
"accomodation/loding/pause" is documentation of it
true is showInGrid of it
false is isLink of it
"Tour" is topic of it
# property shop
Tour_shop isA Property
"shop" is name of it
"shop" is label of it
"Text" is type of it
9 is index of it
false is primaryKey of it
false is mandatory of it
false is uploadable of it
"shopping location (if any)" is documentation of it
true is showInGrid of it
false is isLink of it
"Tour" is topic of it
# property distance
Tour_distance isA Property
"distance" is name of it
"distance" is label of it
"Text" is type of it
10 is index of it
false is primaryKey of it
false is mandatory of it
false is uploadable of it
"distance from previous tour point" is documentation of it
true is showInGrid of it
false is isLink of it
"Tour" is topic of it
# property comment
Tour_comment isA Property
"comment" is name of it
"comment" is label of it
"Text" is type of it
11 is index of it
false is primaryKey of it
false is mandatory of it
false is uploadable of it
"textarea" is inputType of it
"any comment for the tour point" is documentation of it
true is showInGrid of it
false is isLink of it
"Tour" is topic of it