Class TrafficSignalAction

Applied Stereotypes:
XSDcomplexType, union

Action used to change the state of a traffic signal.

Used in:
InfrastructureAction
Properties
  Name Type Cardinality AppliedStereotypes Description
  trafficSignalStateAction TrafficSignalStateAction 1..1 xor, XSDelement Action used to control the observable state of a signal.
  trafficSignalControllerAction TrafficSignalControllerAction 1..1 xor, XSDelement Action used to set a semantic phase of a TrafficSignalController.
XSD 1.4 Representation


<xsd:complexType name="TrafficSignalAction">
<xsd:choice>
<xsd:element name="TrafficSignalControllerAction" type="TrafficSignalControllerAction"/>
<xsd:element name="TrafficSignalStateAction" type="TrafficSignalStateAction"/>
</xsd:choice>
</xsd:complexType>

Change log from version 1.3
  • Property 'trafficSignalStateAction'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
  • Property 'trafficSignalControllerAction'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "choice"; mixed: "false"]
    • union
  • Property trafficSignalStateAction
    • xor
    • XSDelement
  • Property trafficSignalControllerAction
    • xor
    • XSDelement

To XSD