From: erititan Date: Thu, 9 Apr 2015 11:05:39 +0000 (+0200) Subject: function_test/Semantic_Analyser/xer/aa_optional_SE.ttcn removed X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=854bcf9644df495ca89cbe85dce4ec85ba7986d9;p=deliverable%2Ftitan.core.git function_test/Semantic_Analyser/xer/aa_optional_SE.ttcn removed --- 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" -}