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[
properties Properties 0..1 XSDelement Additional properties to describe the road condition.

XSD 1.1 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:complexType>

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

To XSD To XSD Tree