<elekdra.target>

back to index
Target element for a route

Description

This is the intended as an end of a train or shunting route. In ELUI it is used to select the end of a route, in Elekdra it is used to logically connect a route with a block like <elekdra.fieldblock> or <elekdra.axle_block>.

Example

The target must be referenced by both the route and the block. The target must not only be an <endelement> for selecting the end of the route in Elekdra but also a <routeable>.
<elekdra.target>
	<name>Strecke</name>
</elekdra.target>

<elekdra.fieldblock>
	...
	<route_target>Strecke</route_target>
	...
</elekdra.fieldblock>

<elekdra.route>
	...
	<endelement>Strecke</endelement>
	...
	<routeable>Strecke</routeable>
	...
</elekdra.route>

Sub tags

Tag Description
<name>
Type: String
Cardinality: once
Name of the target
For reference by <elekdra.fieldblock>, <elekdra.axle_block>, <elekdra.route>
<myFile>
Type: File
Cardinality: once
<identifyableKey>
Type: String
Cardinality: once

Generated by ConfigFileDocumentationGenerator Valid HTML 4.01 Transitional