Skip to content

Commit

Permalink
Use github served xsd files, not google code
Browse files Browse the repository at this point in the history
  • Loading branch information
mdoering committed May 26, 2015
1 parent 6a2931c commit 4c48f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text/tdwg_dwc_text.xsd
Expand Up @@ -4,7 +4,7 @@
targetNamespace="http://rs.tdwg.org/dwc/text/" attributeFormDefault="unqualified"
elementFormDefault="qualified">
<xs:import namespace="http://rs.tdwg.org/dwc/terms/"
schemaLocation="http://darwincore.googlecode.com/svn/trunk/xsd/tdwg_dwcterms.xsd"/>
schemaLocation="https://raw.githubusercontent.com/tdwg/dwc/master/xsd/tdwg_dwcterms.xsd"/>
<xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://rs.gbif.org/schema/xml.xsd">
<xs:annotation>
<xs:documentation>
Expand Down

0 comments on commit 4c48f4b

Please sign in to comment.