Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set the schema files (*.xsd) in the ISYBAU XML file #3

Open
yodaanneaux opened this issue Feb 3, 2022 · 0 comments
Open

Set the schema files (*.xsd) in the ISYBAU XML file #3

yodaanneaux opened this issue Feb 3, 2022 · 0 comments

Comments

@yodaanneaux
Copy link

Dear users,

To load an ISYBAU file in Qgis with the GMLAS plugin, one of the prerequisites is the use of schema files (*.xsd). The following code given by @tschuettenberg here seems to not work anymore:

<Identifikation xmlns="http://www.ofd-hannover.la/Identifikation"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    xsi:schemaLocation="http://www.ofd-hannover.la/Identifikation ../1302_ISYBAU_XML_Schema/1302-metadaten.xsd">

To circumvent this issue, place instead the following as header in the ISYBAU XML file:

<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
<?xml-stylesheet type="text/xsl" href="1302-metadaten.xsl"?>
<DATA xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="1302-metadaten.xsd">

then place the ISYBAU XML file and the corresponding XSD files (1302-betriebsdaten.xsd, 1302-hydraulikdaten.xsd, 1302-metadaten.xsd, 1302-referenzlisten.xsd, 1302-stammdaten, 1302-zustandsdaten) in the same folder.

Thank you to Max D. for the tip!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant