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 Additional properties to describe the road condition.

Migration Information from XSD 0.9.1
Derived From:
OSCEnvironment.RoadCondition
Property Name XSD Type XSD 0.9.1 Name Migration
frictionScaleFactor Attribute frictionScale
properties Element N/A Added as a replacement for effects
Element effect Removed

XSD 1.0 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>

To XSD To XSLT To XSD Tree