Skip to content

Commit bdfdf8e

Browse files
committed
MDF template syntax errors fixed, as well as the namespace and schema location.
1 parent ef0eea2 commit bdfdf8e

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## 0.7.1
22

33
- Bugfix: Abstract event modules added.
4+
- Bugfix: MDF template syntax errors fixed, as well as the namespace and schema location.
45

56
## 0.7.0
67

mdf_template.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Module description file (MDF) template
3232
********************************************************************************
3333
-->
3434

35-
<vscp xmlns="http://www.blue-andi.de/vscp/mdf/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blue-andi.de/vscp/mdf/1.0 mdf.xsd ">
35+
<vscp xmlns="http://www.blue-andi.de/vscp/xml-schema/mdf/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blue-andi.de/vscp/xml-schema/mdf/1.0 http://www.blue-andi.de/vscp/xml-schema/mdf/1.0/mdf.xsd">
3636

3737
<module>
3838

@@ -60,7 +60,7 @@ Module description file (MDF) template
6060
<description lang="en" >...</description>
6161
</telephone>
6262
<email>
63-
<address>.../address>
63+
<address>...</address>
6464
<description lang="en">Support email</description>
6565
</email>
6666
<web>
@@ -93,9 +93,7 @@ Module description file (MDF) template
9393

9494
<abstractions>
9595

96-
<!-- ********** Page 0 ********** -->
97-
98-
<abstraction id="0" type="uint8_t" default="0" page="0" offset="0">
96+
<!-- ********** Page 0 ********** -->
9997

10098
<!-- ********** Page 1 ********** -->
10199

0 commit comments

Comments
 (0)