From 45b8cb0def78df231a9ade136cf01bab7b1298f4 Mon Sep 17 00:00:00 2001 From: ankraft <an.kraft@googlemail.com> Date: Tue, 30 Apr 2019 17:12:19 +0200 Subject: [PATCH] Added test for optional attribute in Action --- SDT/schema4.0/test/action-test.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 SDT/schema4.0/test/action-test.xml diff --git a/SDT/schema4.0/test/action-test.xml b/SDT/schema4.0/test/action-test.xml new file mode 100644 index 0000000..dcaeeb8 --- /dev/null +++ b/SDT/schema4.0/test/action-test.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="iso-8859-1"?> +<!-- Test the data types references --> + +<Domain id="action-test" xmlns="http://homegatewayinitiative.org/xml/dal/4.0" xmlns:xi="http://www.w3.org/2001/XInclude"> + + <ModuleClasses> + <ModuleClass name="TestActions"> + <Actions> + <Action name="testActionOptional" optional="true"> + </Action> + </Actions> + </ModuleClass> + </ModuleClasses> + +</Domain> \ No newline at end of file -- GitLab