IS:speed speeds: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[checked revision][checked revision]
(Wrong parent!)
(multiplicity)
(3 intermediate revisions by the same user not shown)
Line 4: Line 4:
|parent = {{IS:Tag|speeds}}
|parent = {{IS:Tag|speeds}}
|childs=''None''
|childs=''None''
|minocc=0
|maxocc=∞
|inheritedAttributes=''None''
|inheritedAttributes=''None''
|ownAttributes =
|ownAttributes =
{{InheritSpeed
* {{Attr|trainCategory}}: {{depr|2.2}} this is a category name for trains. Don't confuse with {{TT:Tag|category}}! Please, employ {{attr|etcsTrainCategory}} instead
|trainCategory =
*{{attr|etcsTrainCategory}}: the international train category number as specified on page 38 in ERA_ERTMS_040001 "Assignment of values to ETCS variables" v1.9 from 10/07/12
|status =
*{{attr|profileRef}}: {{intro|2.2}} reference to a speedProfile
|vMax =
* {{Attr|status}}: {{AddAnn|| }}
}}
* {{Attr|vMax}}: {{AddAnn|| }}


|semantics =  
|semantics =  
Line 16: Line 18:


|constraints =
|constraints =
{{InheritSpeedConstraints}}
* {{Attr|trainCategory}}: {{XsdType|string}}, optional
 
*{{attr|etcsTrainCategory}}: {{railMLType|tEtcsTrainCategory}}
*{{attr|profileRef}}: {{railMLType|tGenericRef}}
* {{Attr|status}}: {{XsdType|string}}, optional
* {{Attr|vMax}}: tSpeedKmPerHour: {{RailMLType|tSpeedKmPerHour}}, mandatory<br>
: {{Intro|2.3}}: union of tSpeedKmPerHour and the enumeration value of "end"
|backHome = IS:elements
|backHome = IS:elements
}}
}}

Revision as of 18:43, 25 November 2018


speed
 


Scheme description / Schemenbeschreibung

Position of speed in the XML-Tree / Position von speed im XML-Baum

  • Parent: <speeds>
  • Children: None

Multiplicity / Anzahl

[0..∞]

Semantics / Bedeutung

The element <speed> defines a "very special kind of" speed profile for all tracks where the current <infraAttributes> are used per reference.

Attributes of speed / Attribute von speed

  • trainCategory: (deprecated with version 2.2) this is a category name for trains. Don't confuse with <category>! Please, employ etcsTrainCategory instead
  • etcsTrainCategory: the international train category number as specified on page 38 in ERA_ERTMS_040001 "Assignment of values to ETCS variables" v1.9 from 10/07/12
  • profileRef: (introduced with version 2.2) reference to a speedProfile
  • status:
  • vMax:

Syntactic Constraints / Syntaktische Beschränkungen

  • trainCategory: xs:string, optional
  • etcsTrainCategory: restriction of xs:integer; minInclusive 0; maxInclusive 15; the international train category number as specified on page 38 in ERA_ERTMS_040001 "Assignment of values to ETCS variables" v1.9 from 10/07/12
  • profileRef: xs:IDREF
  • status: xs:string, optional
  • vMax: tSpeedKmPerHour: xs:decimal, 5 digits and 1 fraction digit with minimum value 0, speed value measured in km/h, mandatory
(introduced with version 2.3): union of tSpeedKmPerHour and the enumeration value of "end"

Best practice & Examples / Empfohlene Anwendung & Beispiele

Not yet described. / Noch nicht beschrieben.

Notes / Anmerkungen

Not yet described. / Noch nicht beschrieben.

Open issues / Offene Punkte/Pendenzen

Not yet described. / Noch nicht beschrieben.