from __future__ import annotations
from dataclasses import dataclass
from .train_version_structure import TrainVersionStructure

__NAMESPACE__ = "http://www.netex.org.uk/netex"


@dataclass(slots=True, kw_only=True)
class UnpoweredTrainVersionStructure(TrainVersionStructure):
    class Meta:
        name = "UnpoweredTrain_VersionStructure"