Skip to content
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1 from bitmarck-service/cleanup
Browse files Browse the repository at this point in the history
Fix MVZ schema
  • Loading branch information
christian-schlichtherle authored Oct 30, 2020
2 parents 22b9294 + 4a17c85 commit d40e90f
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Mit XMLSpy v2020 rel. 2 (x64) (http://www.altova.com), Stand vom 01.07.2020 - Entwurfstatus -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.gkv-datenaustausch.de/XML-Schema/EDRE0_MVZ/1.0" xmlns:bas="http://www.gkv-datenaustausch.de/XMLSchema/EDFC0-basis/1.0" xmlns:GI4X-basis="GI4X:/xml-schema/GI4X-basis/2.0" targetNamespace="http://www.gkv-datenaustausch.de/XML-Schema/EDRE0_MVZ/1.0" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0.0">
<xs:import namespace="http://www.gkv-datenaustausch.de/XMLSchema/EDFC0-basis/1.0" schemaLocation="EDFC0-basis_1.0.0.xsd"/>
<!-- Mit XMLSpy v2020 rel. 2 (x64) (http://www.altova.com) -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.gkv-datenaustausch.de/XML-Schema/EDRE0_MVZ/2.0.0" xmlns:bas="http://www.gkv-datenaustausch.de/XMLSchema/EDFC0-basis/2.0.0" xmlns:GI4X-basis="GI4X:/xml-schema/GI4X-basis/2.0" targetNamespace="http://www.gkv-datenaustausch.de/XML-Schema/EDRE0_MVZ/2.0.0" elementFormDefault="qualified" attributeFormDefault="unqualified" version="2.0.0">
<xs:import namespace="http://www.gkv-datenaustausch.de/XMLSchema/EDFC0-basis/2.0.0" schemaLocation="EDFC0-basis_2.0.0.xsd"/>
<xs:import namespace="GI4X:/xml-schema/GI4X-basis/2.0" schemaLocation="GI4X-basis-2.0.0.xsd"/>
<xs:element name="Kostentraeger_Mappingverzeichnis">
<xs:annotation>
Expand All @@ -15,7 +15,7 @@
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="version" type="bas:Version_Stp" fixed="001.000.000">
<xs:attribute name="version" type="bas:Version_Stp" fixed="002.000.000">
<xs:annotation>
<xs:documentation>Gibt die Version an</xs:documentation>
</xs:annotation>
Expand Down

0 comments on commit d40e90f

Please sign in to comment.