Left / right pedalstroke data: can they be exported in the .tcx file?

Reading a .tcx file reveals that it consists mainly of trackpoint records like this:

Trackpoint><Trackpoint><Time>2019-12-13T17:09:26.557Z</Time>
    <Position>
        <LatitudeDegrees>46.483272552490234</LatitudeDegrees>
        <LongitudeDegrees>11.819685935974121</LongitudeDegrees>
    </Position>
    <AltitudeMeters>2147.259033203125</AltitudeMeters>
    <DistanceMeters>12683.2</DistanceMeters>
    <HeartRateBpm><Value>147</Value></HeartRateBpm>
    <Cadence>108</Cadence>
    <Extensions>
        <ns2:TPX>
            <ns2:Speed>16.640619</ns2:Speed>
            <ns2:Watts>304</ns2:Watts>
        </ns2:TPX>
    </Extensions>
</Trackpoint>
As you can see there is no information about the pedalstroke left /right.
Could that data be added to the .tcx file?
Greetings.