from __future__ import annotations
from dataclasses import dataclass
from .other_organisation_version_structure import OtherOrganisationVersionStructure

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


@dataclass(slots=True, kw_only=True)
class GeneralOrganisationVersionStructure(OtherOrganisationVersionStructure):
    class Meta:
        name = "GeneralOrganisation_VersionStructure"