User:RailML Coord Documentation/Spielwiese: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{change
hallo welt
|fact=The element {{IS:Tag|speedProfiles}} plus its children have been introduced. {{IS:Tag|speedProfiles}} serves as a container for an indefinite number of {{IS:Tag|speedProfile}} elements. A {{IS:Tag|speedProfile}} defines a speed profile dependent on a number of factors like maximum load, and train features like the installed protection and braking system. Some features are modelled as attributes, others as children. A {{IS:Tag|speedProfile}} may be labeled either increasing or decreasing with {{attr|@influence}}. Notice, that {{IS:Tag|speedProfile}} does not contain speed information in detail, but instead declares a set of features that can be used in order to state, whether a certain {{IS:Tag|speedChange}} shall be valid for a train or not. Therefore, a {{IS:Tag|speedProfile}} is referenced from a {{IS:Tag|speedChange}} element.
[[file:test.jpg|thumb|Ein Testbild]]
|reason=Not every {{IS:Tag|speedChange}} along a track is valid for every train, but refers to special circumstances. The {{IS:Tag|speedProfile}} element allows it to define these circumstances that are related to the train and track conditions. Thus, the {{IS:Tag|speedProfile}} is also a concept for categorizing trains regarding their speed abilities.
 
|trac={{ticket|41}}
{{#sub:Doku|0|1}}
|svn={{SVN|437}}, {{SVN|445}}, {{SVN|450}}, {{SVN|456}}, {{SVN|462}}, {{SVN|463}}, {{SVN|464}}, {{SVN|472}}, {{SVN|527}}, {{SVN|584}}
|example=The following example speed profiles may be defined:
<syntaxhighlight lang=xml>
<speedProfile id="sp1" name="Basis" influence="increasing" description="speed profile as general basis for other overlaying profiles"/>
<speedProfile id="sp2" name="HeavyLoad" influence="decreasing" axleLoad="40" description="speed profile for heavy freight trains"/>
<speedProfile id="sp3" name="Bridge" influence="increasing" meterLoad="8" description="speed profile for typical bridges"/>
<speedProfile id="sp4" name="Temporary" influence="decreasing" operatingPeriodRef="op_1" description="temporary speed profile due to maintenance work"/>
<speedProfile id="sp5" name="LZB" influence="increasing" description="speed profile for trains with activated LZB train protection system"/>
<speedProfile id="sp6" name="Verbal" influence="decreasing" verbalConstraint="Desiro" description="speed profile for trains fulfilling a certain verbal constraint"/>
<speedProfile id="sp7" name="Tilting" influence="increasing" description="speed profile for tilting trains">
  <tilting maxTiltingAngle="8" actuation="active" tiltingSpeed="1"/>
</speedProfile>
<speedProfile id="sp8" name="Braking" influence="decreasing" description="speed profile for trains with certain brake capabilities">
  <braking mimiumBrakePercentage="123"/>
</speedProfile>
<speedProfile id="sp9" name="Path" incfluence="decreasing" description="speed profile for trains on a certain path">
  <path>
    <ocpRef ref="ocp01"/>
    <ocpRef ref="ocp01"/>
  </path>
</speedProfile>
</syntaxhighlight>
}}

Revision as of 15:43, 13 December 2021

hallo welt

Ein Testbild

D