Sync with 5.4.0
[deliverable/titan.core.git] / function_test / Semantic_Analyser / xer / emb_first_opt_SE.ttcn
1 /******************************************************************************
2 * Copyright (c) 2000-2015 Ericsson Telecom AB
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 ******************************************************************************/
8 module emb_first_opt_SE { //^In TTCN-3 module `emb_first_opt_SE'://
9
10 type record e1 { //^In type definition// \
11 //^error: A type with EMBED-VALUES must be a sequence type\. The first component of the sequence shall be SEQUENCE OF UTF8String and shall not be marked OPTIONAL or DEFAULT//
12 record of universal charstring field_1 optional /* no default in TTCN-3 */
13 }
14 with {
15 variant "embedValues"
16 }
17
18
19
20 }
21 with {
22 encode "XML"
23 }
This page took 0.032484 seconds and 6 git commands to generate.