<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://data4pt.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ulf.bjersing</id>
	<title>DATA4PT WIKI - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://data4pt.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ulf.bjersing"/>
	<link rel="alternate" type="text/html" href="https://data4pt.org/wiki/Special:Contributions/Ulf.bjersing"/>
	<updated>2026-04-15T06:45:15Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://data4pt.org/w/index.php?title=FAQ&amp;diff=128</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://data4pt.org/w/index.php?title=FAQ&amp;diff=128"/>
		<updated>2021-02-24T09:25:24Z</updated>

		<summary type="html">&lt;p&gt;Ulf.bjersing: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Handling VehicleType in the European Passenger Information Profile=&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Question 1:&#039;&#039;&#039;  The EPIP example file &#039;&#039;NX-PI-01_LU_NAP_LINE_AVL-AVL-91_20210113.xml,&#039;&#039; that is available for download under https://data4pt-project.eu/knowledge-database/guidelines/, includes the data category &#039;&#039;&#039;&#039;&#039;VehicleType&#039;&#039;&#039;&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
Is it correct to include the data category &#039;&#039;&#039;&#039;&#039;VehicleType&#039;&#039;&#039;&#039;&#039; in the &#039;&#039;&#039;&#039;&#039;TimetableFrame&#039;&#039;&#039;&#039;&#039; as as in the example?&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Answer 1:&#039;&#039;&#039; Yes, the European Passenger Information Profile, &#039;&#039;CEN/TS 16614-4:2020,&#039;&#039;(EPIP) states that the data category &#039;&#039;&#039;&#039;&#039;VehicleType&#039;&#039;&#039;&#039;&#039; can be provided in the &#039;&#039;&#039;&#039;&#039;TimetableFrame.&#039;&#039;&#039;&#039;&#039; See &#039;&#039;table 131 – TypeOfFrame: EU_PI_TIMETABLE in the documentation.&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Question 2:&#039;&#039;&#039; Are there other possibilities where to define the vehicle type?&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Answer 2:&#039;&#039;&#039; Yes, the European Passenger Information Profile, &#039;&#039;CEN/TS 16614-4:2020,&#039;&#039;(EPIP) actually also allows, as an option, that the data category &#039;&#039;&#039;&#039;&#039;VehicleType&#039;&#039;&#039;&#039;&#039; is instead provided in the &#039;&#039;&#039;&#039;&#039;ResourceFrame.&#039;&#039;&#039;&#039;&#039; See &#039;&#039;table Table 127 – TypeOfFrame: EU_PI_COMMON in the documentation.&#039;&#039; This second option is now (2021-02-24) also supported in the set of XSD-files available for download from the project website.&lt;br /&gt;
&lt;br /&gt;
=How do you create C# classes from the NeTEx XSD?=&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Answer&#039;&#039;&#039;: It is possible to create C# classes in different ways. &lt;br /&gt;
&lt;br /&gt;
There are many tools out there, but for instance, you could use the &#039;&#039;&#039;Microsoft xsd.exe&#039;&#039;&#039; tool or the &#039;&#039;&#039;mganss/XMLSchemaClassGenerator&#039;&#039;&#039; tool available on Github at https://github.com/mganss/XmlSchemaClassGenerator&lt;br /&gt;
&lt;br /&gt;
Currently there are some issues if you try to use the official NeTEx XSD as a starting point with either of these tools. &lt;br /&gt;
&lt;br /&gt;
However, the above-mentioned tools work fine if you use them together with an adapted set of XSD-files available from Data4PT. The file set is designed to be compatible with the official NeTEx XSD and to cover many important use cases. It does however not cover all use cases possible with the official schema.  There is an interactive graphical presentation of the adapted and reduced XSD available at https://data4pt.org/NeTEx/GraphicKit/Documention_of_reduced_XSD.html&lt;br /&gt;
&lt;br /&gt;
If you wish to try out this reduced XSD, you can download it at https://data4pt.org/NeTEx/GraphicKit/XSD_reduced.zip&lt;br /&gt;
&lt;br /&gt;
The work steps if you are using the Microsoft tool are:&lt;br /&gt;
&lt;br /&gt;
# Get the zipped XSD. Extract the ZIP to a folder.&lt;br /&gt;
# Make sure that you have a recent version of the xsd.exe. It is part of the .NET Framework Developer Pack and can be downloaded from https://dotnet.microsoft.com/download/dotnet-framework&lt;br /&gt;
# Install the developer pack. The xsd.exe will be placed in a folder with a path similar to &#039;&#039;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools&#039;&#039;&lt;br /&gt;
# Open a command prompt in the same folder as where the NeTEx_publication_reduced-NoConstraint.xsd resides. &lt;br /&gt;
# Execute the following command (you may have to adapt the path to xsd.exe): &#039;&#039;&amp;quot;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\xsd.exe&amp;quot; /c /language:C# gml_combo_v3_2_1_simplified.xsd NeTEx_publication_reduced-NoConstraint.xsd&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The work steps if you are using the MGANSS tool are:&lt;br /&gt;
&lt;br /&gt;
# Get the zipped XSD. Extract the ZIP to a folder.&lt;br /&gt;
# Download and extract the binary from https://github.com/mganss/XmlSchemaClassGenerator/releases to a separate folder e.g. &#039;&#039;C:\MGANSS&#039;&#039;.&lt;br /&gt;
# Open a command prompt in the same folder as where the NeTEx_publication_reduced-NoConstraint.xsd resides. &lt;br /&gt;
# Execute the following command (you may have to adapt the path to the exe): &#039;&#039;C:\MGANSS\XmlSchemaClassGenerator.Console.exe NeTEx_publication_reduced-NoConstraint.xsd  -n &amp;lt;nowiki&amp;gt;http://www.opengis.net/gml/3.2=gml&amp;lt;/nowiki&amp;gt; -v&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Ulf.bjersing</name></author>
	</entry>
	<entry>
		<id>https://data4pt.org/w/index.php?title=FAQ&amp;diff=127</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://data4pt.org/w/index.php?title=FAQ&amp;diff=127"/>
		<updated>2021-02-24T09:25:07Z</updated>

		<summary type="html">&lt;p&gt;Ulf.bjersing: Added a post in the FAQ concerning VehicleType&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Handling VehicleTypes in the European Passenger Information Profile=&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Question 1:&#039;&#039;&#039;  The EPIP example file &#039;&#039;NX-PI-01_LU_NAP_LINE_AVL-AVL-91_20210113.xml,&#039;&#039; that is available for download under https://data4pt-project.eu/knowledge-database/guidelines/, includes the data category &#039;&#039;&#039;&#039;&#039;VehicleType&#039;&#039;&#039;&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
Is it correct to include the data category &#039;&#039;&#039;&#039;&#039;VehicleType&#039;&#039;&#039;&#039;&#039; in the &#039;&#039;&#039;&#039;&#039;TimetableFrame&#039;&#039;&#039;&#039;&#039; as as in the example?&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Answer 1:&#039;&#039;&#039; Yes, the European Passenger Information Profile, &#039;&#039;CEN/TS 16614-4:2020,&#039;&#039;(EPIP) states that the data category &#039;&#039;&#039;&#039;&#039;VehicleType&#039;&#039;&#039;&#039;&#039; can be provided in the &#039;&#039;&#039;&#039;&#039;TimetableFrame.&#039;&#039;&#039;&#039;&#039; See &#039;&#039;table 131 – TypeOfFrame: EU_PI_TIMETABLE in the documentation.&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Question 2:&#039;&#039;&#039; Are there other possibilities where to define the vehicle type?&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Answer 2:&#039;&#039;&#039; Yes, the European Passenger Information Profile, &#039;&#039;CEN/TS 16614-4:2020,&#039;&#039;(EPIP) actually also allows, as an option, that the data category &#039;&#039;&#039;&#039;&#039;VehicleType&#039;&#039;&#039;&#039;&#039; is instead provided in the &#039;&#039;&#039;&#039;&#039;ResourceFrame.&#039;&#039;&#039;&#039;&#039; See &#039;&#039;table Table 127 – TypeOfFrame: EU_PI_COMMON in the documentation.&#039;&#039; This second option is now (2021-02-24) also supported in the set of XSD-files available for download from the project website.&lt;br /&gt;
&lt;br /&gt;
=How do you create C# classes from the NeTEx XSD?=&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Answer&#039;&#039;&#039;: It is possible to create C# classes in different ways. &lt;br /&gt;
&lt;br /&gt;
There are many tools out there, but for instance, you could use the &#039;&#039;&#039;Microsoft xsd.exe&#039;&#039;&#039; tool or the &#039;&#039;&#039;mganss/XMLSchemaClassGenerator&#039;&#039;&#039; tool available on Github at https://github.com/mganss/XmlSchemaClassGenerator&lt;br /&gt;
&lt;br /&gt;
Currently there are some issues if you try to use the official NeTEx XSD as a starting point with either of these tools. &lt;br /&gt;
&lt;br /&gt;
However, the above-mentioned tools work fine if you use them together with an adapted set of XSD-files available from Data4PT. The file set is designed to be compatible with the official NeTEx XSD and to cover many important use cases. It does however not cover all use cases possible with the official schema.  There is an interactive graphical presentation of the adapted and reduced XSD available at https://data4pt.org/NeTEx/GraphicKit/Documention_of_reduced_XSD.html&lt;br /&gt;
&lt;br /&gt;
If you wish to try out this reduced XSD, you can download it at https://data4pt.org/NeTEx/GraphicKit/XSD_reduced.zip&lt;br /&gt;
&lt;br /&gt;
The work steps if you are using the Microsoft tool are:&lt;br /&gt;
&lt;br /&gt;
# Get the zipped XSD. Extract the ZIP to a folder.&lt;br /&gt;
# Make sure that you have a recent version of the xsd.exe. It is part of the .NET Framework Developer Pack and can be downloaded from https://dotnet.microsoft.com/download/dotnet-framework&lt;br /&gt;
# Install the developer pack. The xsd.exe will be placed in a folder with a path similar to &#039;&#039;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools&#039;&#039;&lt;br /&gt;
# Open a command prompt in the same folder as where the NeTEx_publication_reduced-NoConstraint.xsd resides. &lt;br /&gt;
# Execute the following command (you may have to adapt the path to xsd.exe): &#039;&#039;&amp;quot;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\xsd.exe&amp;quot; /c /language:C# gml_combo_v3_2_1_simplified.xsd NeTEx_publication_reduced-NoConstraint.xsd&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The work steps if you are using the MGANSS tool are:&lt;br /&gt;
&lt;br /&gt;
# Get the zipped XSD. Extract the ZIP to a folder.&lt;br /&gt;
# Download and extract the binary from https://github.com/mganss/XmlSchemaClassGenerator/releases to a separate folder e.g. &#039;&#039;C:\MGANSS&#039;&#039;.&lt;br /&gt;
# Open a command prompt in the same folder as where the NeTEx_publication_reduced-NoConstraint.xsd resides. &lt;br /&gt;
# Execute the following command (you may have to adapt the path to the exe): &#039;&#039;C:\MGANSS\XmlSchemaClassGenerator.Console.exe NeTEx_publication_reduced-NoConstraint.xsd  -n &amp;lt;nowiki&amp;gt;http://www.opengis.net/gml/3.2=gml&amp;lt;/nowiki&amp;gt; -v&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Ulf.bjersing</name></author>
	</entry>
	<entry>
		<id>https://data4pt.org/w/index.php?title=Main_Page&amp;diff=126</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://data4pt.org/w/index.php?title=Main_Page&amp;diff=126"/>
		<updated>2021-02-12T08:51:45Z</updated>

		<summary type="html">&lt;p&gt;Ulf.bjersing: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the DATA4PT Wiki.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Simply want to &#039;&#039;&#039;read&#039;&#039;&#039;? You do &#039;&#039;&#039;not&#039;&#039;&#039; need to login. Browse the pages and enjoy!&lt;br /&gt;
&lt;br /&gt;
*Would like to &#039;&#039;&#039;comment&#039;&#039;&#039; the available pages in the &amp;quot;Discussion&amp;quot; tab? [[Special:CreateAccount|Create an account]] and &#039;&#039;&#039;confirm&#039;&#039;&#039; your email address (may require a visit to your spam folder).&lt;br /&gt;
&lt;br /&gt;
*Do you want to &#039;&#039;&#039;contribute&#039;&#039;&#039; and create new pages? Contact us to be part of the Expert community.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Please check the [https://data4pt-project.eu/ DATA4PT website] for additional information or feel free to submit your request directly here:&lt;br /&gt;
&lt;br /&gt;
::[[File:Support request.png|link=https://data4pt-project.eu/requests-requirements/]]&lt;/div&gt;</summary>
		<author><name>Ulf.bjersing</name></author>
	</entry>
	<entry>
		<id>https://data4pt.org/w/index.php?title=FAQ&amp;diff=125</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://data4pt.org/w/index.php?title=FAQ&amp;diff=125"/>
		<updated>2021-02-02T07:01:05Z</updated>

		<summary type="html">&lt;p&gt;Ulf.bjersing: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=How do you create C# classes from the NeTEx XSD?=&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Answer&#039;&#039;&#039;: It is possible to create C# classes in different ways. &lt;br /&gt;
&lt;br /&gt;
There are many tools out there, but for instance, you could use the &#039;&#039;&#039;Microsoft xsd.exe&#039;&#039;&#039; tool or the &#039;&#039;&#039;mganss/XMLSchemaClassGenerator&#039;&#039;&#039; tool available on Github at https://github.com/mganss/XmlSchemaClassGenerator&lt;br /&gt;
&lt;br /&gt;
Currently there are some issues if you try to use the official NeTEx XSD as a starting point with either of these tools. &lt;br /&gt;
&lt;br /&gt;
However, the above-mentioned tools work fine if you use them together with an adapted set of XSD-files available from Data4PT. The file set is designed to be compatible with the official NeTEx XSD and to cover many important use cases. It does however not cover all use cases possible with the official schema.  There is an interactive graphical presentation of the adapted and reduced XSD available at https://data4pt.org/NeTEx/GraphicKit/Documention_of_reduced_XSD.html&lt;br /&gt;
&lt;br /&gt;
If you wish to try out this reduced XSD, you can download it at https://data4pt.org/NeTEx/GraphicKit/XSD_reduced.zip&lt;br /&gt;
&lt;br /&gt;
The work steps if you are using the Microsoft tool are:&lt;br /&gt;
&lt;br /&gt;
# Get the zipped XSD. Extract the ZIP to a folder.&lt;br /&gt;
# Make sure that you have a recent version of the xsd.exe. It is part of the .NET Framework Developer Pack and can be downloaded from https://dotnet.microsoft.com/download/dotnet-framework&lt;br /&gt;
# Install the developer pack. The xsd.exe will be placed in a folder with a path similar to &#039;&#039;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools&#039;&#039;&lt;br /&gt;
# Open a command prompt in the same folder as where the NeTEx_publication_reduced-NoConstraint.xsd resides. &lt;br /&gt;
# Execute the following command (you may have to adapt the path to xsd.exe): &#039;&#039;&amp;quot;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\xsd.exe&amp;quot; /c /language:C# gml_combo_v3_2_1_simplified.xsd NeTEx_publication_reduced-NoConstraint.xsd&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The work steps if you are using the MGANSS tool are:&lt;br /&gt;
&lt;br /&gt;
# Get the zipped XSD. Extract the ZIP to a folder.&lt;br /&gt;
# Download and extract the binary from https://github.com/mganss/XmlSchemaClassGenerator/releases to a separate folder e.g. &#039;&#039;C:\MGANSS&#039;&#039;.&lt;br /&gt;
# Open a command prompt in the same folder as where the NeTEx_publication_reduced-NoConstraint.xsd resides. &lt;br /&gt;
# Execute the following command (you may have to adapt the path to the exe): &#039;&#039;C:\MGANSS\XmlSchemaClassGenerator.Console.exe NeTEx_publication_reduced-NoConstraint.xsd  -n &amp;lt;nowiki&amp;gt;http://www.opengis.net/gml/3.2=gml&amp;lt;/nowiki&amp;gt; -v&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Ulf.bjersing</name></author>
	</entry>
	<entry>
		<id>https://data4pt.org/w/index.php?title=FAQ&amp;diff=124</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://data4pt.org/w/index.php?title=FAQ&amp;diff=124"/>
		<updated>2021-02-02T06:57:41Z</updated>

		<summary type="html">&lt;p&gt;Ulf.bjersing: /* How do you create C# classes from the NeTEx XSD? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=How do you create C# classes from the NeTEx XSD?=&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Answer&#039;&#039;&#039;: It is possible to create C# classes in different ways. &lt;br /&gt;
&lt;br /&gt;
There are many tools out there, but for instance, you could use the &#039;&#039;&#039;Microsoft xsd.exe&#039;&#039;&#039; tool or the &#039;&#039;&#039;mganss/XMLSchemaClassGenerator&#039;&#039;&#039; tool available on Github at https://github.com/mganss/XmlSchemaClassGenerator&lt;br /&gt;
&lt;br /&gt;
Currently there are some issues if you try to use the official NeTEx XSD as a starting point with either of these tools. &lt;br /&gt;
&lt;br /&gt;
However, the above mentioned tools work fine if you use them together with certain set of XSD-files available from Data4PT. The file set is designed to be compatible with the official NeTEx XSD and to cover many important use cases. It does however not cover all use cases possible with the offical schema.  There is an interactive graphical presentation of the adapted and reduced XSD available at https://data4pt.org/NeTEx/GraphicKit/Documention_of_reduced_XSD.html&lt;br /&gt;
&lt;br /&gt;
If you wish to try out this reduced XSD, you can download it at https://data4pt.org/NeTEx/GraphicKit/XSD_reduced.zip&lt;br /&gt;
&lt;br /&gt;
The work steps if you are using the Microsoft tool are:&lt;br /&gt;
&lt;br /&gt;
# Get the zipped XSD. Extract the ZIP to a folder.&lt;br /&gt;
# Make sure that you have a recent version of the xsd.exe. It is part of the .NET Framework Developer Pack and can be downloaded from https://dotnet.microsoft.com/download/dotnet-framework&lt;br /&gt;
# Install the developer pack. The xsd.exe will be placed in a folder with a path similar to &#039;&#039;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools&#039;&#039;&lt;br /&gt;
# Open a command prompt in the same folder as where the NeTEx_publication_reduced-NoConstraint.xsd resides. &lt;br /&gt;
# Execute the following command (you may have to adapt the path to xsd.exe): &#039;&#039;&amp;quot;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\xsd.exe&amp;quot; /c /language:C# gml_combo_v3_2_1_simplified.xsd NeTEx_publication_reduced-NoConstraint.xsd&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The work steps if you are using the MGANSS tool are:&lt;br /&gt;
&lt;br /&gt;
# Get the zipped XSD. Extract the ZIP to a folder.&lt;br /&gt;
# Download and extract the binary from https://github.com/mganss/XmlSchemaClassGenerator/releases to a separate folder e.g. &#039;&#039;C:\MGANSS&#039;&#039;.&lt;br /&gt;
# Open a command prompt in the same folder as where the NeTEx_publication_reduced-NoConstraint.xsd resides. &lt;br /&gt;
# Execute the following command (you may have to adapt the path to the exe): &#039;&#039;C:\MGANSS\XmlSchemaClassGenerator.Console.exe NeTEx_publication_reduced-NoConstraint.xsd  -n &amp;lt;nowiki&amp;gt;http://www.opengis.net/gml/3.2=gml&amp;lt;/nowiki&amp;gt; -v&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Ulf.bjersing</name></author>
	</entry>
	<entry>
		<id>https://data4pt.org/w/index.php?title=FAQ&amp;diff=123</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://data4pt.org/w/index.php?title=FAQ&amp;diff=123"/>
		<updated>2021-02-01T11:25:12Z</updated>

		<summary type="html">&lt;p&gt;Ulf.bjersing: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=How do you create C# classes from the NeTEx XSD?=&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Answer&#039;&#039;&#039;: It is possible to create C# classes in different ways. &lt;br /&gt;
&lt;br /&gt;
There are many tools out there, but for instance, you could use the &#039;&#039;&#039;Microsoft xsd.exe&#039;&#039;&#039; tool or the &#039;&#039;&#039;mganss/XMLSchemaClassGenerator&#039;&#039;&#039; tool available on Github at https://github.com/mganss/XmlSchemaClassGenerator&lt;br /&gt;
&lt;br /&gt;
Currently there are some issues if you try to use the official NeTEx XSD as a starting point with either of these tools. &lt;br /&gt;
&lt;br /&gt;
However, the above mentioned tools work fine if you use them together with certain set of XSD-files available from Data4PT. The file set is designed to be compatible with the official NeTEx XSD and to cover many important use cases. It does however not cover all use cases possible with the offical schema.  There is an interactive graphical presentation of the adapted and reduced XSD available at https://data4pt.org/NeTEx/GraphicKit/Documention_of_reduced_XSD.html&lt;br /&gt;
&lt;br /&gt;
If you wish to try out this reduced XSD, you can download it at https://data4pt.org/NeTEx/GraphicKit/XSD_reduced.zip&lt;br /&gt;
&lt;br /&gt;
The work steps if you are using the Microsoft tool are:&lt;br /&gt;
&lt;br /&gt;
# Get the zipped XSD. Extract the ZIP to a folder.&lt;br /&gt;
# Make sure that you have a recent version of the xsd.exe. It is part of the .NET Framework Developer Pack and can be downloaded from https://dotnet.microsoft.com/download/dotnet-framework&lt;br /&gt;
# Install the developer pack. The xsd.exe will be placed in a folder with a path similar to &#039;&#039;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools&#039;&#039;&lt;br /&gt;
# Open a command prompt in the same folder as where the NeTEx_publication_reduced-NoConstraint.xsd resides. &lt;br /&gt;
# Execute the following command (you may have to adapt the path to xsd.exe): &#039;&#039;&amp;quot;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\xsd.exe&amp;quot; /c /language:C# gml_combo_v3_2_1_simplified.xsd NeTEx_publication_reduced-NoConstraint.xsd&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The work steps if you are using the MGANSS tool are:&lt;br /&gt;
&lt;br /&gt;
# Get the zipped XSD. Extract the ZIP to a folder with a path such as &#039;&#039;C:\tmp\codegen_M&#039;&#039;.&lt;br /&gt;
# Download the binary from https://github.com/mganss/XmlSchemaClassGenerator/releases and expand it to a separate folder.&lt;br /&gt;
# Open a command prompt in the same folder as where the NeTEx_publication_reduced-NoConstraint.xsd resides. &lt;br /&gt;
# Execute the following command (you may have to adapt the path to the exe): &#039;&#039;C:\tmp\codegen_M\XmlSchemaClassGenerator.Console.exe NeTEx_publication_reduced-NoConstraint.xsd  -n &amp;lt;nowiki&amp;gt;http://www.opengis.net/gml/3.2=gml&amp;lt;/nowiki&amp;gt; -v&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Ulf.bjersing</name></author>
	</entry>
	<entry>
		<id>https://data4pt.org/w/index.php?title=FAQ&amp;diff=122</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://data4pt.org/w/index.php?title=FAQ&amp;diff=122"/>
		<updated>2021-02-01T11:19:35Z</updated>

		<summary type="html">&lt;p&gt;Ulf.bjersing: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=How do you create C# classes from the NeTEx XSD?=&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Answer&#039;&#039;&#039;: It is possible to create C# classes in different ways. &lt;br /&gt;
&lt;br /&gt;
There are many tools out there, but for instance, you could use the &#039;&#039;&#039;Microsoft xsd.exe&#039;&#039;&#039; tool or the &#039;&#039;&#039;mganss/XMLSchemaClassGenerator&#039;&#039;&#039; tool available on Github at https://github.com/mganss/XmlSchemaClassGenerator&lt;br /&gt;
&lt;br /&gt;
Currently there are some issues if you try to use the official NeTEx XSD as a starting point with either of these tools. &lt;br /&gt;
&lt;br /&gt;
However, the above mentioned tools work fine if you use them together with another set of XSD-files available from Data4PT. The file set is designed to be compatible with the official NeTEx XSD. A limitation is that does not cover all use cases. There is an interactive graphical presentation of the adapted and reduced XSD available at https://data4pt.org/NeTEx/GraphicKit/Documention_of_reduced_XSD.html&lt;br /&gt;
&lt;br /&gt;
If you wish to try out this reduced XSD, you can download it at https://data4pt.org/NeTEx/GraphicKit/XSD_reduced.zip&lt;br /&gt;
&lt;br /&gt;
The work steps if you are using the Microsoft tool are:&lt;br /&gt;
&lt;br /&gt;
# Get the zipped XSD. Extract the ZIP to a folder.&lt;br /&gt;
# Make sure that you have a recent version of the xsd.exe. It is part of the .NET Framework Developer Pack and can be downloaded from https://dotnet.microsoft.com/download/dotnet-framework&lt;br /&gt;
# Install the developer pack. The xsd.exe will be placed in a folder with a path similar to &#039;&#039;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools&#039;&#039;&lt;br /&gt;
# Open a command prompt in the same folder as where the NeTEx_publication_reduced-NoConstraint.xsd resides. &lt;br /&gt;
# Execute the following command (you may have to adapt the path to xsd.exe): &#039;&#039;&amp;quot;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\xsd.exe&amp;quot; /c /language:C# gml_combo_v3_2_1_simplified.xsd NeTEx_publication_reduced-NoConstraint.xsd&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The work steps if you are using the MGANSS tool are:&lt;br /&gt;
&lt;br /&gt;
# Get the zipped XSD. Extract the ZIP to a folder with a path such as &#039;&#039;C:\tmp\codegen_M&#039;&#039;.&lt;br /&gt;
# Download the binary from https://github.com/mganss/XmlSchemaClassGenerator/releases and expand it to a separate folder.&lt;br /&gt;
# Open a command prompt in the same folder as where the NeTEx_publication_reduced-NoConstraint.xsd resides. &lt;br /&gt;
# Execute the following command (you may have to adapt the path to the exe): &#039;&#039;C:\tmp\codegen_M\XmlSchemaClassGenerator.Console.exe NeTEx_publication_reduced-NoConstraint.xsd  -n &amp;lt;nowiki&amp;gt;http://www.opengis.net/gml/3.2=gml&amp;lt;/nowiki&amp;gt; -v&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Ulf.bjersing</name></author>
	</entry>
	<entry>
		<id>https://data4pt.org/w/index.php?title=FAQ&amp;diff=121</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://data4pt.org/w/index.php?title=FAQ&amp;diff=121"/>
		<updated>2021-02-01T11:06:50Z</updated>

		<summary type="html">&lt;p&gt;Ulf.bjersing: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&#039;&#039;&#039;Question&#039;&#039;&#039;: How can you create C# classes from the NeTEx XSD?&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Answer&#039;&#039;&#039;: It is possible to create C# classes in different ways. &lt;br /&gt;
&lt;br /&gt;
There are many tools out there, but for instance, you could use the &#039;&#039;&#039;Microsoft xsd.exe&#039;&#039;&#039; tool or the &#039;&#039;&#039;mganss/XMLSchemaClassGenerator&#039;&#039;&#039; tool available on Github at https://github.com/mganss/XmlSchemaClassGenerator&lt;br /&gt;
&lt;br /&gt;
Currently there are some issues if you try to use the official NeTEx XSD as a starting point with either of these tools. &lt;br /&gt;
&lt;br /&gt;
However, the above mentioned tools work fine if you use them together with another set of XSD-files available from Data4PT. The file set is designed to be compatible with the official NeTEx XSD. A limitation is that does not cover all use cases. &lt;br /&gt;
&lt;br /&gt;
If you wish to try out this reduced XSD, you can download it at https://data4pt.org/NeTEx/GraphicKit/XSD_reduced.zip&lt;br /&gt;
&lt;br /&gt;
The work steps if you are using the Microsoft tool are:&lt;br /&gt;
&lt;br /&gt;
# Get the zipped XSD. Extract the ZIP to a folder.&lt;br /&gt;
# Make sure that you have a recent version of the xsd.exe. It is part of the .NET Framework Developer Pack and can be downloaded from https://dotnet.microsoft.com/download/dotnet-framework&lt;br /&gt;
# Install the developer pack. The xsd.exe will be placed in a folder with a path similar to &#039;&#039;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools&#039;&#039;&lt;br /&gt;
# Open a command prompt in the same folder as where the NeTEx_publication_reduced-NoConstraint.xsd resides. &lt;br /&gt;
# Execute the following command (you may have to adapt the path to xsd.exe): &#039;&#039;&amp;quot;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\xsd.exe&amp;quot; /c /language:C# gml_combo_v3_2_1_simplified.xsd NeTEx_publication_reduced-NoConstraint.xsd&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The work steps if you are using the MGANSS tool are:&lt;br /&gt;
&lt;br /&gt;
# Get the zipped XSD. Extract the ZIP to a folder with a path such as &#039;&#039;C:\tmp\codegen_M&#039;&#039;.&lt;br /&gt;
# Download the binary from https://github.com/mganss/XmlSchemaClassGenerator/releases and expand it to a separate folder.&lt;br /&gt;
# Open a command prompt in the same folder as where the NeTEx_publication_reduced-NoConstraint.xsd resides. &lt;br /&gt;
# Execute the following command (you may have to adapt the path to the exe): &#039;&#039;C:\tmp\codegen_M\XmlSchemaClassGenerator.Console.exe NeTEx_publication_reduced-NoConstraint.xsd  -n &amp;lt;nowiki&amp;gt;http://www.opengis.net/gml/3.2=gml&amp;lt;/nowiki&amp;gt; -v&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Ulf.bjersing</name></author>
	</entry>
	<entry>
		<id>https://data4pt.org/w/index.php?title=FAQ&amp;diff=120</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://data4pt.org/w/index.php?title=FAQ&amp;diff=120"/>
		<updated>2021-02-01T11:05:11Z</updated>

		<summary type="html">&lt;p&gt;Ulf.bjersing: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&#039;&#039;&#039;Question&#039;&#039;&#039;: How can you create C# classes from the NeTEx XSD?&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Answer&#039;&#039;&#039;: It is possible to create C# classes in different ways. &lt;br /&gt;
&lt;br /&gt;
There are many tools out there, but for instance, you could use the &#039;&#039;&#039;Microsoft xsd.exe&#039;&#039;&#039; tool or the &#039;&#039;&#039;mganss/XMLSchemaClassGenerator&#039;&#039;&#039; tool available on Github [https://github.com/mganss/XmlSchemaClassGenerator]&lt;br /&gt;
&lt;br /&gt;
Currently there are some issues if you try to use the official NeTEx XSD as a starting point with either of these tools. &lt;br /&gt;
&lt;br /&gt;
However, the above mentioned tools work fine if you use them together with another set of XSD-files available from Data4PT. The file set is designed to be compatible with the official NeTEx XSD. A limitation is that does not cover all use cases. &lt;br /&gt;
&lt;br /&gt;
If you wish to try out this reduced XSD, you can download it at https://data4pt.org/NeTEx/GraphicKit/XSD_reduced.zip&lt;br /&gt;
&lt;br /&gt;
The work steps if you are using the Microsoft tool are:&lt;br /&gt;
&lt;br /&gt;
# Get the zipped XSD. Extract the ZIP to a folder.&lt;br /&gt;
# Make sure that you have a recent version of the xsd.exe. It is part of the .NET Framework Developer Pack and can be downloaded from https://dotnet.microsoft.com/download/dotnet-framework&lt;br /&gt;
# Install the developer pack. The xsd.exe will be placed in a folder with a path similar to &#039;&#039;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools&#039;&#039;&lt;br /&gt;
# Open a command prompt in the same folder as where the NeTEx_publication_reduced-NoConstraint.xsd resides. &lt;br /&gt;
# Execute the following command (you may have to adapt the path to xsd.exe): &#039;&#039;&amp;quot;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\xsd.exe&amp;quot; /c /language:C# gml_combo_v3_2_1_simplified.xsd NeTEx_publication_reduced-NoConstraint.xsd&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The work steps if you are using the MGANSS tool are:&lt;br /&gt;
&lt;br /&gt;
# Get the zipped XSD. Extract the ZIP to a folder with a path such as &#039;&#039;C:\tmp\codegen_M&#039;&#039;.&lt;br /&gt;
# Download the binary from https://github.com/mganss/XmlSchemaClassGenerator/releases and expand it to a separate folder.&lt;br /&gt;
# Open a command prompt in the same folder as where the NeTEx_publication_reduced-NoConstraint.xsd resides. &lt;br /&gt;
# Execute the following command (you may have to adapt the path to the exe): &#039;&#039;C:\tmp\codegen_M\XmlSchemaClassGenerator.Console.exe NeTEx_publication_reduced-NoConstraint.xsd  -n &amp;lt;nowiki&amp;gt;http://www.opengis.net/gml/3.2=gml&amp;lt;/nowiki&amp;gt; -v&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Ulf.bjersing</name></author>
	</entry>
	<entry>
		<id>https://data4pt.org/w/index.php?title=FAQ&amp;diff=119</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://data4pt.org/w/index.php?title=FAQ&amp;diff=119"/>
		<updated>2021-02-01T09:23:41Z</updated>

		<summary type="html">&lt;p&gt;Ulf.bjersing: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&#039;&#039;&#039;Question:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Answer:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Question&#039;&#039;&#039;: How can you create C# classes from the NeTEx XSD? &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Answer&#039;&#039;&#039;: The Data4PT project has developed some separate XSD-files that can be used to generate C# code.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Question:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Answer:&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Ulf.bjersing</name></author>
	</entry>
	<entry>
		<id>https://data4pt.org/w/index.php?title=FAQ&amp;diff=118</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://data4pt.org/w/index.php?title=FAQ&amp;diff=118"/>
		<updated>2021-02-01T09:21:42Z</updated>

		<summary type="html">&lt;p&gt;Ulf.bjersing: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&#039;&#039;&#039;Question&#039;&#039;&#039;: How can you create C# classes from the NeTEx XSD? When I tried using the full &lt;br /&gt;
&#039;&#039;&#039;Answer&#039;&#039;&#039;: The Data4PT project has developed some separate XSD-files that can be used to generate C# code.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Question:&lt;/div&gt;</summary>
		<author><name>Ulf.bjersing</name></author>
	</entry>
	<entry>
		<id>https://data4pt.org/w/index.php?title=FAQ&amp;diff=26</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://data4pt.org/w/index.php?title=FAQ&amp;diff=26"/>
		<updated>2020-10-28T07:49:08Z</updated>

		<summary type="html">&lt;p&gt;Ulf.bjersing: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;(TEST)  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Question:&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
Where can I find more info about the Data4PT project?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Answer:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Please visit the home page of this project at: [https://data4pt-project.eu/ Data4PT]&lt;/div&gt;</summary>
		<author><name>Ulf.bjersing</name></author>
	</entry>
	<entry>
		<id>https://data4pt.org/w/index.php?title=FAQ&amp;diff=25</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://data4pt.org/w/index.php?title=FAQ&amp;diff=25"/>
		<updated>2020-10-28T07:48:45Z</updated>

		<summary type="html">&lt;p&gt;Ulf.bjersing: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;(TEST)  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Question:&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
Where can I find more info about the Data4PT project?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Answer:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Please visit the home page of this project at:[https://data4pt-project.eu/ Data4PT]&lt;/div&gt;</summary>
		<author><name>Ulf.bjersing</name></author>
	</entry>
	<entry>
		<id>https://data4pt.org/w/index.php?title=FAQ&amp;diff=24</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://data4pt.org/w/index.php?title=FAQ&amp;diff=24"/>
		<updated>2020-10-28T07:48:34Z</updated>

		<summary type="html">&lt;p&gt;Ulf.bjersing: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;(TEST)  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Question:&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
Where can I find more info about the Data4PT project?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Answer:&#039;&#039;&#039;&lt;br /&gt;
Please visit the home page of this project at:[https://data4pt-project.eu/ Data4PT]&lt;/div&gt;</summary>
		<author><name>Ulf.bjersing</name></author>
	</entry>
	<entry>
		<id>https://data4pt.org/w/index.php?title=FAQ&amp;diff=23</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://data4pt.org/w/index.php?title=FAQ&amp;diff=23"/>
		<updated>2020-10-28T07:47:03Z</updated>

		<summary type="html">&lt;p&gt;Ulf.bjersing: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;(TEST)  Where can I find more info about the Data4PT project?&lt;br /&gt;
&lt;br /&gt;
Please visit the home page of this project at:[https://data4pt-project.eu/ Data4PT]&lt;/div&gt;</summary>
		<author><name>Ulf.bjersing</name></author>
	</entry>
	<entry>
		<id>https://data4pt.org/w/index.php?title=FAQ&amp;diff=22</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://data4pt.org/w/index.php?title=FAQ&amp;diff=22"/>
		<updated>2020-10-28T07:46:01Z</updated>

		<summary type="html">&lt;p&gt;Ulf.bjersing: Created page with &amp;quot;(TEST)  Where can I find more info about the Data4PT project?  Please visit the home page of this project at:&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;(TEST)  Where can I find more info about the Data4PT project?&lt;br /&gt;
&lt;br /&gt;
Please visit the home page of this project at:&lt;/div&gt;</summary>
		<author><name>Ulf.bjersing</name></author>
	</entry>
	<entry>
		<id>https://data4pt.org/w/index.php?title=File:Xxx6c00_p15.png&amp;diff=21</id>
		<title>File:Xxx6c00 p15.png</title>
		<link rel="alternate" type="text/html" href="https://data4pt.org/w/index.php?title=File:Xxx6c00_p15.png&amp;diff=21"/>
		<updated>2020-10-28T07:28:45Z</updated>

		<summary type="html">&lt;p&gt;Ulf.bjersing: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ulf.bjersing</name></author>
	</entry>
</feed>