1//*******************************************************************************
2//*
3//*   Copyright (C) 1998-2005, International Business Machines
4//*   Corporation and others.  All Rights Reserved.
5//*
6//*******************************************************************************
7
8
9// This is a test file which inherits from te, te_IN.
10
11te_IN
12{
13    Version { 55.0 }
14
15    string_only_in_te_IN { TE_IN }
16
17    array_only_in_te_IN { TE_IN0, TE_IN1, TE_IN2, TE_IN3 }
18
19    array_2d_only_in_te_IN
20    {
21        { TE_IN00, TE_IN01 }
22        { TE_IN10, TE_IN11 }
23    }
24
25    tagged_array_only_in_te_IN
26    {
27        tag10 { TE_IN10 } 
28        tag11 { TE_IN11 } 
29        tag3 { TE_IN3 } 
30    }
31
32    string_in_Root_te_te_IN { TE_IN }
33
34    array_in_Root_te_te_IN { TE_IN0, TE_IN1, TE_IN2, TE_IN3, TE_IN4 }
35
36    array_2d_in_Root_te_te_IN
37    {
38        { TE_IN00, TE_IN01, TE_IN02 }
39        { TE_IN10, TE_IN11, TE_IN12 }
40        { TE_IN20, TE_IN21, TE_IN22 }
41        { TE_IN30, TE_IN31, TE_IN32 }
42    }
43
44    tagged_array_in_Root_te_te_IN
45    {
46        tag2 { TE_IN2 } 
47        tag9 { TE_IN9 } 
48        tag0 { TE_IN0 } 
49        tag12 { TE_IN12 } 
50        tag10 { TE_IN10 } 
51    }
52
53    string_in_te_te_IN { TE_IN }
54
55    array_in_te_te_IN { TE_IN0, TE_IN1, TE_IN2 }
56
57    array_2d_in_te_te_IN
58    {
59        { TE_IN00, TE_IN01, TE_IN02 }
60        { TE_IN10, TE_IN11, TE_IN12 }
61        { TE_IN20, TE_IN21, TE_IN22 }
62    }
63
64    tagged_array_in_te_te_IN
65    {
66        tag0 { TE_IN0 } 
67        tag5 { TE_IN5 } 
68        tag17 { TE_IN17 } 
69    }
70
71    string_in_Root_te_IN { TE_IN }
72
73    array_in_Root_te_IN { TE_IN0, TE_IN1, TE_IN2 }
74
75    array_2d_in_Root_te_IN
76    {
77        { TE_IN00, TE_IN01, TE_IN02, TE_IN03 }
78        { TE_IN10, TE_IN11, TE_IN12, TE_IN13 }
79        { TE_IN20, TE_IN21, TE_IN22, TE_IN23 }
80    }
81
82    tagged_array_in_Root_te_IN
83    {
84        tag1 { TE_IN1 } 
85        tag5 { TE_IN5 } 
86        tag11 { TE_IN11 } 
87        tag12 { TE_IN12 } 
88        tag3 { TE_IN3 } 
89        tag7 { TE_IN7 } 
90    }
91    aliasDestination {"correct" }
92
93    a:alias{ "sh_YU"}
94}
95
96//eof
97