Skip to content

Commit

Permalink
fixed XSD file URL for SIARD 2
Browse files Browse the repository at this point in the history
  • Loading branch information
chalkos committed Mar 3, 2017
1 parent 807ce33 commit 731b10e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ public void writeMetadataXML(DatabaseStructure dbStructure, SIARDArchiveContaine
m.setProperty(Marshaller.JAXB_FORMATTED_OUTPUT, true);
m.setProperty(Marshaller.JAXB_ENCODING, ENCODING);
m.setProperty(Marshaller.JAXB_SCHEMA_LOCATION,
"http://www.bar.admin.ch/xmlns/siard/1.0/metadata.xsd metadata.xsd");
"http://www.bar.admin.ch/xmlns/siard/2.0/metadata.xsd metadata.xsd");

// m.marshal(xmlroot, System.out);

Expand Down

0 comments on commit 731b10e

Please sign in to comment.