Spillgebees.NeTEx.Models
0.0.3
See the version list below for details.
dotnet add package Spillgebees.NeTEx.Models --version 0.0.3
NuGet\Install-Package Spillgebees.NeTEx.Models -Version 0.0.3
<PackageReference Include="Spillgebees.NeTEx.Models" Version="0.0.3" />
<PackageVersion Include="Spillgebees.NeTEx.Models" Version="0.0.3" />
<PackageReference Include="Spillgebees.NeTEx.Models" />
paket add Spillgebees.NeTEx.Models --version 0.0.3
#r "nuget: Spillgebees.NeTEx.Models, 0.0.3"
#:package Spillgebees.NeTEx.Models@0.0.3
#addin nuget:?package=Spillgebees.NeTEx.Models&version=0.0.3
#tool nuget:?package=Spillgebees.NeTEx.Models&version=0.0.3
Spillgebees.NeTEx.Models
Pre-generated C# model classes for NeTEx (Network Timetable Exchange) XSD schemas, ready to use with XmlSerializer.
Each version package provides strongly-typed classes for a specific NeTEx-CEN/NeTEx release tag. Install only the version you need, or use the meta-package to get all versions at once.
Available versions
Getting started
# Install a single version
dotnet add package Spillgebees.NeTEx.Models.V1_3_1
# Or install all versions at once
dotnet add package Spillgebees.NeTEx.Models
Usage
Each version package contains three sub-namespaces:
.NeTEx-- NeTEx types (stop places, lines, journeys, fares, etc.).SIRI-- SIRI types (real-time information).GML-- GML types (geographic markup)
using Spillgebees.NeTEx.Models.V1_3_1.NeTEx;
using Spillgebees.NeTEx.Models.V1_3_1.SIRI;
var stopPlace = new StopPlace
{
Id = "NSR:StopPlace:1234",
Version = "1",
};
Custom generation
If you need full control over namespaces or want to target a different NeTEx version, use the Spillgebees.NeTEx.Generator CLI tool to generate models from the XSD schemas directly.
License
EUPL-1.2. The NeTEx schemas are licensed under GPL-3.0 by CEN.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- Spillgebees.NeTEx.Models.V1_2 (>= 0.0.3)
- Spillgebees.NeTEx.Models.V1_2_2 (>= 0.0.3)
- Spillgebees.NeTEx.Models.V1_2_3 (>= 0.0.3)
- Spillgebees.NeTEx.Models.V1_3_0 (>= 0.0.3)
- Spillgebees.NeTEx.Models.V1_3_1 (>= 0.0.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.