Class RoadCondition

Applied Stereotypes:
XSDcomplexType

Definition of the road friction scale factor. Can be augmented with the addition of optional road properties.

Used in:
Environment
Properties
  Name Type Cardinality AppliedStereotypes Description
  frictionScaleFactor double 1..1 XSDattribute Friction scale factor. Range: [0..inf[.
  wetness Wetness 0..1 XSDattribute Definition of the wetness of the road.
  properties Properties 0..1 XSDelement Additional properties to describe the road condition.
XSD 1.3 Representation


<xsd:complexType name="RoadCondition">
<xsd:sequence>
<xsd:element name="Properties" type="Properties" minOccurs="0"/>
</xsd:sequence>
<xsd:attribute name="frictionScaleFactor" type="Double" use="required"/>
<xsd:attribute name="wetness" type="Wetness"/>
</xsd:complexType>

Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
  • Property frictionScaleFactor
    • XSDattribute
  • Property wetness
    • XSDattribute
  • Property properties
    • XSDelement [position: "1"]

To XSD