ETSI-ITS-CDD.md 330 KB
Newer Older
ASN.1 Checker's avatar
ASN.1 Checker committed
* trajectoryInterceptionProbability of type [**TrajectoryInterceptionProbability**](#TrajectoryInterceptionProbability) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  indicates the propbability of the interception of the subject station trajectory 
   with the trajectory of the station indicated in the component subjectStation.


    
ASN.1 Checker's avatar
ASN.1 Checker committed
* trajectoryInterceptionConfidence of type [**TrajectoryInterceptionConfidence**](#TrajectoryInterceptionConfidence)  OPTIONAL<br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  indicates the confidence of interception of the subject station trajectory 
   with the trajectory of the station indicated in the component subjectStation.


   

ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Categories:** Vehicle information 
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Revision:** _Created in V2.1.1_
ASN.1 Checker's avatar
ASN.1 Checker committed
```asn1
TrajectoryInterceptionIndication  ::= SEQUENCE {
ASN.1 Checker's avatar
ASN.1 Checker committed
   subjectStation                     StationId OPTIONAL, 
   trajectoryInterceptionProbability  TrajectoryInterceptionProbability,
   trajectoryInterceptionConfidence   TrajectoryInterceptionConfidence OPTIONAL,
ASN.1 Checker's avatar
ASN.1 Checker committed
        ... 
ASN.1 Checker's avatar
ASN.1 Checker committed
}
ASN.1 Checker's avatar
ASN.1 Checker committed
```


### <a name="VarLengthNumber"></a>VarLengthNumber
ASN.1 Checker's avatar
ASN.1 Checker committed
This DF together with its sub DFs Ext1, Ext2 and the DE Ext3 provides the custom (i.e. not ASN.1 standard) definition of an integer with variable lenght, that can be used for example to encode the ITS-AID.
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Categories:** Basic information 
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Revision:** _Created in V2.1.1_
ASN.1 Checker's avatar
ASN.1 Checker committed
```asn1
VarLengthNumber::=CHOICE{
	content	    [0] INTEGER(0..127), 
	extension	[1]	Ext1
	}
Ext1::=CHOICE{
	content	    [0]	INTEGER(128..16511), 
	extension	[1]	Ext2
}
Ext2::=CHOICE{
	content	    [0]	INTEGER(16512..2113663), 
	extension	[1]	Ext3
	}
Ext3::= INTEGER(2113664..270549119,...) 
```

### <a name="VerticalAcceleration"></a>VerticalAcceleration
ASN.1 Checker's avatar
ASN.1 Checker committed
This DF indicates the vehicle acceleration at vertical direction and the associated confidence value.
ASN.1 Checker's avatar
ASN.1 Checker committed
 It shall include the following components:
ASN.1 Checker's avatar
ASN.1 Checker committed
* verticalAccelerationValue of type [**VerticalAccelerationValue**](#VerticalAccelerationValue) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  vertical acceleration value at a point in time.


ASN.1 Checker's avatar
ASN.1 Checker committed
* verticalAccelerationConfidence of type [**AccelerationConfidence**](#AccelerationConfidence) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  confidence value of the vertical acceleration value with a predefined confidence level.
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Categories:** Vehicle information 
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Revision:** _Description revised in V2.1.1_
ASN.1 Checker's avatar
ASN.1 Checker committed
NOTE:&emsp;this DF is kept for backwards compatibility reasons only. It is recommended to use [**AccelerationComponent**](#AccelerationComponent) instead.
ASN.1 Checker's avatar
ASN.1 Checker committed
>>>
```asn1
VerticalAcceleration ::= SEQUENCE {
    verticalAccelerationValue         VerticalAccelerationValue,
    verticalAccelerationConfidence    AccelerationConfidence
}
```

### <a name="VehicleIdentification"></a>VehicleIdentification
ASN.1 Checker's avatar
ASN.1 Checker committed
This DF provides information related to the identification of a vehicle.
ASN.1 Checker's avatar
ASN.1 Checker committed
 It shall include the following components:
ASN.1 Checker's avatar
ASN.1 Checker committed
* wMInumber of type [**WMInumber**](#WMInumber)  OPTIONAL<br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  World Manufacturer Identifier (WMI) code.


ASN.1 Checker's avatar
ASN.1 Checker committed
* vDS of type [**VDS**](#VDS)  OPTIONAL<br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  Vehicle Descriptor Section (VDS). 


   

ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Categories:** Vehicle information 
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Revision:** _V1.3.1_
ASN.1 Checker's avatar
ASN.1 Checker committed
```asn1
VehicleIdentification ::= SEQUENCE {
    wMInumber    WMInumber OPTIONAL,
    vDS          VDS OPTIONAL,
    ...
}
```

### <a name="VehicleLength"></a>VehicleLength
ASN.1 Checker's avatar
ASN.1 Checker committed
This DF represents the length of vehicle and accuracy indication information.
ASN.1 Checker's avatar
ASN.1 Checker committed
 It shall include the following components:
ASN.1 Checker's avatar
ASN.1 Checker committed
* vehicleLengthValue of type [**VehicleLengthValue**](#VehicleLengthValue) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  length of vehicle. 


ASN.1 Checker's avatar
ASN.1 Checker committed
* vehicleLengthConfidenceIndication of type [**VehicleLengthConfidenceIndication**](#VehicleLengthConfidenceIndication) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  indication of the length value confidence.
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Categories:** Vehicle information 
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Revision:** _V1.3.1_
ASN.1 Checker's avatar
ASN.1 Checker committed
NOTE:&emsp;this DF is kept for backwards compatibility reasons only. It is recommended to use [**VehicleLengthV2**](#VehicleLengthV2) instead.
ASN.1 Checker's avatar
ASN.1 Checker committed
>>>
ASN.1 Checker's avatar
ASN.1 Checker committed
```asn1
VehicleLength ::= SEQUENCE {
    vehicleLengthValue                   VehicleLengthValue,
    vehicleLengthConfidenceIndication    VehicleLengthConfidenceIndication
}
```

ASN.1 Checker's avatar
ASN.1 Checker committed
### <a name="VehicleLengthV2"></a>VehicleLengthV2
ASN.1 Checker's avatar
ASN.1 Checker committed
This DF represents the length of vehicle and accuracy indication information.
ASN.1 Checker's avatar
ASN.1 Checker committed

 It shall include the following components:

ASN.1 Checker's avatar
ASN.1 Checker committed
* vehicleLengthValue of type [**VehicleLengthValue**](#VehicleLengthValue) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  length of vehicle. 


ASN.1 Checker's avatar
ASN.1 Checker committed
* trailerPresenceInformation of type [**TrailerPresenceInformation**](#TrailerPresenceInformation) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  information about the trailer presence.


   

ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Categories:** Vehicle information 
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Revision:** _created in V2.1.1 based on [**VehicleLength**](#VehicleLength) but using [**TrailerPresenceInformation**](#TrailerPresenceInformation)._
ASN.1 Checker's avatar
ASN.1 Checker committed
```asn1
VehicleLengthV2 ::= SEQUENCE {
    vehicleLengthValue            VehicleLengthValue,
    trailerPresenceInformation    TrailerPresenceInformation
}
```

### <a name="Velocity3dWithConfidence"></a>Velocity3dWithConfidence
ASN.1 Checker's avatar
ASN.1 Checker committed
This DF represents a velocity vector with associated confidence value.
ASN.1 Checker's avatar
ASN.1 Checker committed

 The following options are available:

ASN.1 Checker's avatar
ASN.1 Checker committed
* polarVelocity of type [**VelocityPolarWithZ**](#VelocityPolarWithZ) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  the representation of the velocity vector in a polar or cylindrical coordinate system. 
ASN.1 Checker's avatar
ASN.1 Checker committed
* cartesianVelocity of type [**VelocityCartesian**](#VelocityCartesian) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  the representation of the velocity vector in a cartesian coordinate system.


    

ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Categories:** Kinematic information 
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Revision:** _Created in V2.1.1_
ASN.1 Checker's avatar
ASN.1 Checker committed
```asn1
Velocity3dWithConfidence::= CHOICE{
ASN.1 Checker's avatar
ASN.1 Checker committed
    polarVelocity          VelocityPolarWithZ, 
    cartesianVelocity      VelocityCartesian
ASN.1 Checker's avatar
ASN.1 Checker committed
}
```

### <a name="VelocityCartesian"></a>VelocityCartesian
ASN.1 Checker's avatar
ASN.1 Checker committed
This DF represents a velocity vector in a cartesian coordinate system.
ASN.1 Checker's avatar
ASN.1 Checker committed
 It shall include the following components:

ASN.1 Checker's avatar
ASN.1 Checker committed
* xVelocity of type [**VelocityComponent**](#VelocityComponent) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  the x component of the velocity vector with the associated confidence value.


ASN.1 Checker's avatar
ASN.1 Checker committed
* yVelocity of type [**VelocityComponent**](#VelocityComponent) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  the y component of the velocity vector with the associated confidence value.


   
ASN.1 Checker's avatar
ASN.1 Checker committed
* zVelocity of type [**VelocityComponent**](#VelocityComponent)  OPTIONAL<br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  the optional z component of the velocity vector with the associated confidence value.


   

ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Categories:** Kinematic information 
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Revision:** _Created in V2.1.1_
ASN.1 Checker's avatar
ASN.1 Checker committed
```asn1
VelocityCartesian::= SEQUENCE {
    xVelocity   VelocityComponent,
    yVelocity   VelocityComponent,
    zVelocity   VelocityComponent OPTIONAL
}
```

### <a name="VelocityComponent"></a>VelocityComponent
ASN.1 Checker's avatar
ASN.1 Checker committed
This DF represents a component of the velocity vector and the associated confidence value.
ASN.1 Checker's avatar
ASN.1 Checker committed

 It shall include the following components:

ASN.1 Checker's avatar
ASN.1 Checker committed
* value of type [**VelocityComponentValue**](#VelocityComponentValue) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  the value of the component.


ASN.1 Checker's avatar
ASN.1 Checker committed
* confidence of type [**SpeedConfidence**](#SpeedConfidence) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  the confidence value of the value.


   

ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Categories:** Kinematic information 
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Revision:** _V2.1.1_
ASN.1 Checker's avatar
ASN.1 Checker committed
```asn1
VelocityComponent ::= SEQUENCE {
ASN.1 Checker's avatar
ASN.1 Checker committed
    value         VelocityComponentValue,
ASN.1 Checker's avatar
ASN.1 Checker committed
    confidence    SpeedConfidence
}
```

### <a name="VelocityPolarWithZ"></a>VelocityPolarWithZ
ASN.1 Checker's avatar
ASN.1 Checker committed
This DF represents a velocity vector in a polar or cylindrical coordinate system.

ASN.1 Checker's avatar
ASN.1 Checker committed
 It shall include the following components:

ASN.1 Checker's avatar
ASN.1 Checker committed
* velocityMagnitude of type [**Speed**](#Speed) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  magnitude of the velocity vector on the reference plane, with the associated confidence value.
ASN.1 Checker's avatar
ASN.1 Checker committed
* velocityDirection of type [**CartesianAngle**](#CartesianAngle) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  polar angle of the velocity vector on the reference plane, with the associated confidence value.
ASN.1 Checker's avatar
ASN.1 Checker committed
* zVelocity of type [**VelocityComponent**](#VelocityComponent)  OPTIONAL<br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  the optional z component of the velocity vector along the reference axis of the cylindrical coordinate system, with the associated confidence value.
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Categories:** Kinematic information 
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Revision:** _Created in V2.1.1_
ASN.1 Checker's avatar
ASN.1 Checker committed
```asn1
VelocityPolarWithZ::= SEQUENCE {
ASN.1 Checker's avatar
ASN.1 Checker committed
    velocityMagnitude    Speed, 
ASN.1 Checker's avatar
ASN.1 Checker committed
    velocityDirection    CartesianAngle,
    zVelocity            VelocityComponent OPTIONAL
}
```

ASN.1 Checker's avatar
ASN.1 Checker committed
### <a name="VruClusterInformation"></a>VruClusterInformation
ASN.1 Checker's avatar
ASN.1 Checker committed
This DF provides information about a VRU cluster.
ASN.1 Checker's avatar
ASN.1 Checker committed
 It shall include the following components:
ASN.1 Checker's avatar
ASN.1 Checker committed
* clusterId of type [**Identifier1B**](#Identifier1B)  OPTIONAL<br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  optional identifier of a VRU cluster .


ASN.1 Checker's avatar
ASN.1 Checker committed
* clusterBoundingBoxShape of type [**Shape**](#Shape)  (WITH COMPONENTS{..., elliptical ABSENT, radial ABSENT, radialShapes ABSENT}) OPTIONAL<br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  optionally indicates the shape of the cluster bounding box.


   
ASN.1 Checker's avatar
ASN.1 Checker committed
* clusterCardinalitySize of type [**CardinalNumber1B**](#CardinalNumber1B) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  indicates an estimation of the number of VRUs in the group, i.e. the known members in the cluster + 1 (for the cluster leader) .
ASN.1 Checker's avatar
ASN.1 Checker committed
* clusterProfiles of type [**VruClusterProfiles**](#VruClusterProfiles)  OPTIONAL<br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  optionally identifies all the VRU profile types that are known to be within the cluster.
ASN.1 Checker's avatar
ASN.1 Checker committed
   if this component is absent it means that the information is unavailable. 


   

ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Categories:** VRU information 
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Revision:** _Created in V2.1.1_
ASN.1 Checker's avatar
ASN.1 Checker committed
```asn1
VruClusterInformation ::= SEQUENCE { 
ASN.1 Checker's avatar
ASN.1 Checker committed
   clusterId                  Identifier1B OPTIONAL,
   clusterBoundingBoxShape    Shape (WITH COMPONENTS{..., elliptical ABSENT, radial ABSENT, radialShapes ABSENT}) OPTIONAL,
   clusterCardinalitySize     CardinalNumber1B,
ASN.1 Checker's avatar
ASN.1 Checker committed
   clusterProfiles            VruClusterProfiles OPTIONAL,
   ...
}
```

ASN.1 Checker's avatar
ASN.1 Checker committed
### <a name="VruExteriorLights"></a>VruExteriorLights
ASN.1 Checker's avatar
ASN.1 Checker committed
This DF represents the status of the exterior light switches of a VRU.
ASN.1 Checker's avatar
ASN.1 Checker committed
 This DF is an extension of the vehicular DE [**ExteriorLights**](#ExteriorLights).

 It shall include the following components:

ASN.1 Checker's avatar
ASN.1 Checker committed
* vehicular of type [**ExteriorLights**](#ExteriorLights) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  represents the status of the exterior light switches of a road vehicle.


ASN.1 Checker's avatar
ASN.1 Checker committed
* vruSpecific of type [**VruSpecificExteriorLights**](#VruSpecificExteriorLights) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  represents the status of the exterior light switches of a VRU.


    

ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Categories:** VRU information 
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Revision:** _created in V2.1.1_
ASN.1 Checker's avatar
ASN.1 Checker committed
```asn1
VruExteriorLights ::= SEQUENCE {
   vehicular      ExteriorLights, 
   vruSpecific    VruSpecificExteriorLights,
   ...
}
```

ASN.1 Checker's avatar
ASN.1 Checker committed
### <a name="VruProfileAndSubprofile"></a>VruProfileAndSubprofile
ASN.1 Checker's avatar
ASN.1 Checker committed
This DF indicates the profile of a VRU including sub-profile information
ASN.1 Checker's avatar
ASN.1 Checker committed
 It identifies four options corresponding to the four types of VRU profiles specified in ETSI TS 103 300-2 [[18]](#markdown-header-references):
ASN.1 Checker's avatar
ASN.1 Checker committed
* pedestrian of type [**VruSubProfilePedestrian**](#VruSubProfilePedestrian) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  VRU Profile 1 - Pedestrian.


ASN.1 Checker's avatar
ASN.1 Checker committed
* bicyclistAndLightVruVehicle of type [**VruSubProfileBicyclist**](#VruSubProfileBicyclist) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  VRU Profile  2 - Bicyclist.


   
ASN.1 Checker's avatar
ASN.1 Checker committed
* motorcyclist of type [**VruSubProfileMotorcyclist**](#VruSubProfileMotorcyclist) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  VRU Profile 3  - Motorcyclist.


ASN.1 Checker's avatar
ASN.1 Checker committed
* animal of type [**VruSubProfileAnimal**](#VruSubProfileAnimal) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  VRU Profile  4 -  Animal.
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Categories:** VRU information 
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Revision:** _Created in V2.1.1_
ASN.1 Checker's avatar
ASN.1 Checker committed
```asn1
VruProfileAndSubprofile ::= CHOICE {
   pedestrian                     VruSubProfilePedestrian,
   bicyclistAndLightVruVehicle    VruSubProfileBicyclist,
ASN.1 Checker's avatar
ASN.1 Checker committed
   motorcyclist                   VruSubProfileMotorcyclist,
ASN.1 Checker's avatar
ASN.1 Checker committed
   animal                         VruSubProfileAnimal,
   ...
}
```

### <a name="Wgs84Angle"></a>Wgs84Angle
ASN.1 Checker's avatar
ASN.1 Checker committed
This DF represents an angular component along with a confidence value in the WGS84 coordinate system.
ASN.1 Checker's avatar
ASN.1 Checker committed
 The specific WGS84 coordinate system is specified by the corresponding standards applying this DE.
ASN.1 Checker's avatar
ASN.1 Checker committed
 It shall include the following components:
ASN.1 Checker's avatar
ASN.1 Checker committed
* value of type [**Wgs84AngleValue**](#Wgs84AngleValue) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  the angle value, which can be estimated as the mean of the current distribution.
ASN.1 Checker's avatar
ASN.1 Checker committed
* confidence of type [**Wgs84AngleConfidence**](#Wgs84AngleConfidence) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  the confidence value associated to the angle value.
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Categories:** GeoReference information 
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Revision:** _Created in V2.1.1_
ASN.1 Checker's avatar
ASN.1 Checker committed
```asn1
Wgs84Angle ::= SEQUENCE {
    value         Wgs84AngleValue,
    confidence    Wgs84AngleConfidence
}
```

### <a name="YawRate"></a>YawRate
ASN.1 Checker's avatar
ASN.1 Checker committed
This DF represents a yaw rate of vehicle at a point in time.
ASN.1 Checker's avatar
ASN.1 Checker committed
 It shall include the following components:
ASN.1 Checker's avatar
ASN.1 Checker committed
* yawRateValue of type [**YawRateValue**](#YawRateValue) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  yaw rate value at a point in time.


ASN.1 Checker's avatar
ASN.1 Checker committed
* yawRateConfidence of type [**YawRateConfidence**](#YawRateConfidence) <br>
ASN.1 Checker's avatar
ASN.1 Checker committed
  confidence value associated to the yaw rate value.
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Categories:** Vehicle Information 
ASN.1 Checker's avatar
ASN.1 Checker committed
&nbsp;&nbsp;&nbsp;&nbsp;**Revision:** _V1.3.1_
ASN.1 Checker's avatar
ASN.1 Checker committed
```asn1
YawRate::= SEQUENCE {
    yawRateValue         YawRateValue,
    yawRateConfidence    YawRateConfidence
}
```