1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
#\#CIF_2.0
data_[INVALID][1]_single_type_list
loop_
_complex_type.key
_complex_type.single_type_list
1 [1 2 3]
2 [ 3.7 8.6 a ]
3 [ 5 ]
4 [ b ]
5 42
6 c
7 [ [ text_element ] ]
8 [ { 'table_key': table_value } ]
data_[INVALID][2]_list_of_fixed_length_lists
loop_
_complex_type.key
_complex_type.list_of_fixed_length_lists
1 'no top level list'
2 [ 'no inner list' ]
3 [ [ only_a_single_element ] [ three element set ]]
4 [ [ inner1 inner2 ] ]
5 [ [ 12 1259 ] [ 34x 159 ] [ 135ΕΎ 198 ] ]
data_[INVALID][3]_list_of_four_element_lists
loop_
_complex_type.key
_complex_type.list_of_four_element_lists
1 [ [ 1 2 3 4 ] [ 3 4 5 6 ] [ 7 8 9 10 ] ]
2 [ [ 1 2 3 4 ] [ 3 i j k ] [ 7 8 9 10 ] ]
data_[INVALID][4]_matrix_3_by_4
loop_
_complex_type.key
_complex_type.matrix_3_by_4
1 [ [ a 2 3 4 ] [ 4 5 b 6 ] [ 8 c 9 10 ] ]
2 [ ]
|