TT:informationAreaTrigger: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[checked revision][checked revision]
(Syntax, +parent)
No edit summary
 
(One intermediate revision by one other user not shown)
Line 3: Line 3:
|parent={{tag|tt|startTime}}, {{tag|tt|endTime}}, {{tag|tt|trigger}}
|parent={{tag|tt|startTime}}, {{tag|tt|endTime}}, {{tag|tt|trigger}}
|childs=''None''
|childs=''None''
|semantics={{missing information}}
|semantics=allows to specify a special area of the railway infrastructure ({{IS:Tag|informationArea}}) that when entering or leaving will trigger the announcement t be placed or the annotation to be output.
|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|tInformationAreaEvent|required}}
*{{constraint|event|rml|tInformationAreaEvent|required}}
}}
}}

Latest revision as of 09:05, 11 May 2023


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

allows to specify a special area of the railway infrastructure (<informationArea>) that when entering or leaving will trigger the announcement t be placed or the annotation to be output.(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.