Skip to content

Commit

Permalink
Fixed inconsistent namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
abr committed Apr 23, 2014
1 parent 2aff23c commit 0135f8b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions xsd/oppslagstjeneste-metadata-14-05.xsd
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
elementFormDefault="qualified" elementFormDefault="qualified"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:sawsdl="http://www.w3.org/ns/sawsdl" xmlns:sawsdl="http://www.w3.org/ns/sawsdl"
xmlns:tns="http://begrep.difi.no/Oppslagstjenesten/" xmlns:tns="http://begrep.difi.no"
targetNamespace="http://begrep.difi.no/Oppslagstjenesten/" targetNamespace="http://begrep.difi.no"
> >


<xs:annotation> <xs:annotation>
Expand Down
4 changes: 2 additions & 2 deletions xsd/oppslagstjeneste-ws-14-05.wsdl
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@


<wsdl:types> <wsdl:types>
<xsd:schema> <xsd:schema>
<xsd:import namespace="http://begrep.difi.no/Oppslagstjenesten/xsd/" schemaLocation="oppslagstjeneste-ws-14-05.xsd" /> <xsd:import namespace="http://kontaktinfo.difi.no/xsd/oppslagstjeneste/14-05" schemaLocation="oppslagstjeneste-ws-14-05.xsd" />
</xsd:schema> </xsd:schema>
</wsdl:types> </wsdl:types>


Expand Down Expand Up @@ -92,4 +92,4 @@
</wsdl:port> </wsdl:port>
</wsdl:service> </wsdl:service>


</wsdl:definitions> </wsdl:definitions>
4 changes: 2 additions & 2 deletions xsd/oppslagstjeneste-ws-14-05.xsd
Original file line number Original file line Diff line number Diff line change
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:m="http://begrep.difi.no/Oppslagstjenesten/" xmlns:m="http://begrep.difi.no"
xmlns:sawsdl="http://www.w3.org/ns/sawsdl" xmlns:sawsdl="http://www.w3.org/ns/sawsdl"
xmlns:tns="http://kontaktinfo.difi.no/xsd/oppslagstjeneste/14-05" xmlns:tns="http://kontaktinfo.difi.no/xsd/oppslagstjeneste/14-05"
targetNamespace="http://kontaktinfo.difi.no/xsd/oppslagstjeneste/14-05" targetNamespace="http://kontaktinfo.difi.no/xsd/oppslagstjeneste/14-05"
xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
elementFormDefault="qualified" elementFormDefault="qualified"
version="3.0"> version="3.0">


<xs:import namespace="http://begrep.difi.no/Oppslagstjenesten/" schemaLocation="oppslagstjeneste-metadata-14-05.xsd" /> <xs:import namespace="http://begrep.difi.no" schemaLocation="oppslagstjeneste-metadata-14-05.xsd" />


<xs:annotation> <xs:annotation>
<xs:appinfo>Oppslagstjenesten - Webtjeneste</xs:appinfo> <xs:appinfo>Oppslagstjenesten - Webtjeneste</xs:appinfo>
Expand Down

0 comments on commit 0135f8b

Please sign in to comment.