diff --git a/SDT/schema4.0/test/action-test.xml b/SDT/schema4.0/test/action-test.xml new file mode 100644 index 0000000000000000000000000000000000000000..dcaeeb8e4d945e9cadee63b7ac0095ab8fab8ff9 --- /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