Class TrafficSignalAction

Applied Stereotypes:
XSDcomplexType, union

Action used to set or overwrite a signals state or a signal controllers state.

Used in:
InfrastructureAction
Properties
Name Type Cardinality AppliedStereotypes Description
trafficSignalControllerAction TrafficSignalControllerAction 0..1 xor, XSDelement Action used to control the state of a signal.
trafficSignalStateAction TrafficSignalStateAction 0..1 xor, XSDelement Action used to set a specific phase of a signal controller.

XSD 1.1 Representation


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

Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "choice"; mixed: "false"]
    • union
  • Property trafficSignalControllerAction
    • xor
    • XSDelement [position: "1"]
  • Property trafficSignalStateAction
    • xor
    • XSDelement [position: "2"]

To XSD To XSD Tree