function_test/Semantic_Analyser/xer/aa_optional_SE.ttcn removed
authorerititan <elemer.lelik@ericsson.com>
Thu, 9 Apr 2015 11:05:39 +0000 (13:05 +0200)
committererititan <elemer.lelik@ericsson.com>
Thu, 9 Apr 2015 11:05:39 +0000 (13:05 +0200)
function_test/Semantic_Analyser/xer/aa_optional_SE.ttcn [deleted file]

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 (file)
index 7129448..0000000
+++ /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"
-}
This page took 0.024352 seconds and 5 git commands to generate.