Class TrafficSignalStateAction

Applied Stereotypes:
XSDcomplexType

Controls the state of a traffic signal.

Used in:
TrafficSignalAction
Properties
Name Type Cardinality AppliedStereotypes Description
name string 1..1 XSDattribute ID of a signal in a road network. The signal ID must be listed in the TrafficSignal list of the RoadNetwork.
state string 1..1 XSDattribute Targeted state of the signal. The available states are listed in the TrafficSignal list of the RoadNetwork.

XSD 1.1 Representation


<xsd:complexType name="TrafficSignalStateAction">
<xsd:attribute name="name" type="String" use="required"/>
<xsd:attribute name="state" type="String" use="required"/>
</xsd:complexType>

Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
  • Property name
    • XSDattribute
  • Property state
    • XSDattribute

To XSD To XSD Tree