Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
MAS
SDT
Commits
9ba0983d
Commit
9ba0983d
authored
Apr 30, 2019
by
ankraft
Browse files
Added test for ‘default’ attribute in DataPoint.
parent
0d914d56
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
SDT/schema4.0/test/datapoint-test.xml
SDT/schema4.0/test/datapoint-test.xml
+16
-0
No files found.
SDT/schema4.0/test/datapoint-test.xml
0 → 100644
View file @
9ba0983d
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Test the EnumType -->
<Domain
id=
"datapoint-test"
xmlns=
"http://homegatewayinitiative.org/xml/dal/4.0"
xmlns:xi=
"http://www.w3.org/2001/XInclude"
>
<ModuleClasses>
<ModuleClass
name=
"TestDataPoint"
>
<Data>
<DataPoint
name=
"TestDataPoint"
optional=
"true"
default=
"foo"
>
<DataType>
<SimpleType
type=
"string"
/>
</DataType>
</DataPoint>
</Data>
</ModuleClass>
</ModuleClasses>
</Domain>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment