From 854bcf9644df495ca89cbe85dce4ec85ba7986d9 Mon Sep 17 00:00:00 2001 From: erititan Date: Thu, 9 Apr 2015 13:05:39 +0200 Subject: [PATCH] function_test/Semantic_Analyser/xer/aa_optional_SE.ttcn removed --- .../Semantic_Analyser/xer/aa_optional_SE.ttcn | 21 ------------------- 1 file changed, 21 deletions(-) delete mode 100644 function_test/Semantic_Analyser/xer/aa_optional_SE.ttcn diff --git a/function_test/Semantic_Analyser/xer/aa_optional_SE.ttcn b/function_test/Semantic_Analyser/xer/aa_optional_SE.ttcn deleted file mode 100644 index 7129448..0000000 --- a/function_test/Semantic_Analyser/xer/aa_optional_SE.ttcn +++ /dev/null @@ -1,21 +0,0 @@ -/****************************************************************************** - * Copyright (c) 2000-2014 Ericsson Telecom AB - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - ******************************************************************************/ -module aa_optional_SE { //^In TTCN-3 module `aa_optional_SE':// - -type record R { //^In type definition// - record of universal charstring s optional //^In record field// \ - //^error: The field with ANY-ATTRIBUTES cannot be OPTIONAL or DEFAULT// -} -with { - variant (s) "anyAttributes" -} - -} -with { - encode "XML" -} -- 2.34.1