TT:informationAreaTrigger: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[checked revision][unchecked revision]
(Created page with "{{elementDocu |intro=2.5 |parent={{tag|tt|startTime}}, {{tag|tt|endTime}} |childs=''None'' |semantics={{missing information}} |ownattributes= *{{attr|informationAreaRef}}: all...")
 
(added semantics and enumeration for the event)
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{elementDocu
{{elementDocu
|intro=2.5
|intro=2.5
|parent={{tag|tt|startTime}}, {{tag|tt|endTime}}
|parent={{tag|tt|startTime}}, {{tag|tt|endTime}}, {{tag|tt|trigger}}
|childs=''None''
|childs=''None''
|semantics={{missing information}}
|semantics=some information is shown to passengers when entering or leaving some special area of the railway infrastructure
|ownattributes=
|ownAttributes=
*{{attr|informationAreaRef}}: allows to specify the information area defined in the infrastructure
*{{attr|informationAreaRef}}: allows to specify the information area defined in the infrastructure
*{{attr|event}}: defines which event triggers something (entering or leavin the area)
*{{attr|event}}: defines which event triggers something  
:* {{Enum|entering}} entering the area
:* {{Enum|leaving}} leaving the area
|constraints=
|constraints=
*{{constraint|informationAreaRef|rml|tGenericRef|required}}
*{{constraint|informationAreaRef|rml|tGenericRef|required}}
*{{constraint|event|rml|rail:tInformationAreaEvent|required}}
*{{constraint|event|rml|tInformationAreaEvent|required}}
}}
}}

Revision as of 11:22, 22 November 2022


informationAreaTrigger
 

💡 (introduced with version 2.5)
This element was introduced with version 2.5.
Dieses Element wurde mit Version 2.5 eingeführt.

Scheme description / Schemenbeschreibung

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

Multiplicity / Anzahl

[1..1]

Semantics / Bedeutung

some information is shown to passengers when entering or leaving some special area of the railway infrastructure(introduced with version 2.5)

Attributes of informationAreaTrigger / Attribute von informationAreaTrigger

  • informationAreaRef: allows to specify the information area defined in the infrastructure
  • event: defines which event triggers something
  • entering entering the area
  • leaving leaving the area

Syntactic Constraints / Syntaktische Beschränkungen

  • informationAreaRef: tGenericRef (xs:IDREF); required
  • event: tInformationAreaEvent (union of (restriction of xs:string, tOtherEnumerationValue); entering/leaving/any); required

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.