Skip to content

Make TransportType abstract - #954

Open
Robbendebiene wants to merge 1 commit into
TransmodelEcosystem:v2.0from
OPENER-next:transporttype-abstract
Open

Make TransportType abstract#954
Robbendebiene wants to merge 1 commit into
TransmodelEcosystem:v2.0from
OPENER-next:transporttype-abstract

Conversation

@Robbendebiene

Copy link
Copy Markdown
Contributor

TransportType is declared abstract in Transmodel. As far as I understand it acts as a base type for VehicleType, Train etc.

Also something like ref="TransportType" does not exist anywhere in the NeTEx schema. So there is also no way to define a TransportType.

@skinkie

skinkie commented Aug 29, 2025

Copy link
Copy Markdown
Contributor

I think the Dummy is the Abstract here.

@Robbendebiene

Copy link
Copy Markdown
ContributorAuthor

True but that is because it is a _DummyType. At least it doesn't affect the TransportType which is why I can do this

<vehicleTypes>
<TransportType>
... </TransportType>
</vehicleTypes>

@TuThoThaiTuThoThai added this to the netex_2.1 milestone Nov 19, 2025
@TuThoThaiTuThoThai self-assigned this Nov 19, 2025
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@Robbendebiene@skinkie@TuThoThai