from __future__ import annotations
from dataclasses import dataclass
from .all_authorities_ref_structure import AllAuthoritiesRefStructure

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


@dataclass(slots=True, kw_only=True)
class AllAuthoritiesRef(AllAuthoritiesRefStructure):
    class Meta:
        namespace = "http://www.netex.org.uk/netex"