Skip to content

Commit

Permalink
added the schema for provenance (fixes #1)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdvorak001 committed Nov 7, 2018
1 parent 9683ca5 commit a85b2d2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,8 @@ protected static synchronized Schema getParserSchema() throws SAXException {
schema( "/cached/oai-identifier.xsd" ),
schema( "/cached/OAI-PMH.xsd" ),
schema( "/cached/oai_dc.xsd" ),
schema( "/cached/xml.xsd", "http://www.w3.org/2001/xml.xsd" ),
schema( "/cached/xml.xsd", "http://www.w3.org/2001/xml.xsd" ),
schema( "/cached/provenance.xsd", "http://www.openarchives.org/OAI/2.0/provenance.xsd" ),
} );
}
return parserSchema;
Expand Down

0 comments on commit a85b2d2

Please sign in to comment.