RS:engine: Difference between revisions
[unchecked revision] | [checked revision] |
(Updated using new templates, Enumeration values, Type constraints added) |
m (Attributetypes) |
||
Line 34: | Line 34: | ||
* {{Attr|axleDriveType}} optional | * {{Attr|axleDriveType}} optional | ||
* {{Attr|haulageLoad}} optional | * {{Attr|haulageLoad}} {{RailMLType|tWeightTons}}, optional | ||
The element {{RS:Tag|engine}} is optional. | The element {{RS:Tag|engine}} is optional. |
Revision as of 10:03, 14 August 2012
engine
Schema description / Schemenbeschreibung
Position of engine in the XML-Tree / Position von engine im XML-Baum
- Parent: <vehicle>
- Children: <monitoring>, <pantograph>, <propulsion>, <energyStorage>
Multiplicity / Anzahl
Semantics / Bedeutung
The element <engine> is the container for all data of propulsion and control system. It will be used for all motored vehicles and driver's cab vehicles (only <monitoring> portion).
Das Element <engine> stellt den Container für alle Daten bezüglich des Antriebs oder der Steuerung dar. Es wird für alle angetriebenen Fahrzeuge als auch Steuerwagen (nur <monitoring>-Anteil) verwendet.
Attributes of engine / Attribute von engine
- axleDriveType (introduced with version 2.0): The way the torque is transmitted onto the axle. Possible values are:
- cardanShaft "Kardangelenkantrieb"
- tubularAxle "Hohlwellenantrieb"
- noseSuspensionDrive "Tatzlagerantrieb"
- helicalSpringGear "Federtopfantrieb"
- rubberRingResilientDrive "Gummiringfederantrieb"
- buchliDrive "Buchliantrieb"
- inclinedRodDrive "Schrägstangenantrieb"
- sideRodDrive "Stangenantrieb"
- chain "Kettenantrieb"
- other:anything: Any value that does not fit any value from the previous enumeration list, fulfilling the constraint: at minimum two characters, whitespace is not allowed. Please, apply Dev:usingAny accordingly.
- haulageLoad (introduced with version 2.0): This is the maximum permissible load in metric tons which can be attached to the vehicle for haulage.
Syntactic Constraints / Syntaktische Beschränkungen
- axleDriveType optional
- haulageLoad xs:decimal, 3 fraction digits, weight value measured in metric tons, optional
The element <engine> is optional.
Best practice & Examples / Empfohlene Anwendung & Beispiele
Not yet described. / Noch nicht beschrieben.
Notes / Anmerkungen
In case of a non-motored vehicle with a driver's cab the element is only used for provision of the <monitoring> information in order to define the capabilities with regard to the train control and protection systems.
Für Steuerwagen wird dieses Element ausschließlich für die Bereitstellung der Informationen in <monitoring> benötigt. Damit wird die Ausstattung bzgl. der Zugbeeinflussungssysteme beschrieben.
Open issues / Offene Punkte/Pendenzen
Not yet described. / Noch nicht beschrieben.