1Seq-entry ::= seq {
2  id {
3    local str "dummy"
4  },
5  descr {
6    molinfo {
7      biomol ncRNA,
8      tech both
9    }
10  },
11  inst {
12    repr not-set,
13    mol aa,
14    topology circular,
15    strand mixed,
16    hist {
17      replaces {
18        ids {
19          swissprot {
20            accession "dummy"
21          }
22        }
23      }
24    }
25  },
26  annot {
27    {
28      data ftable {
29        {
30          data prot {
31            name {
32              "protein_name1",
33              "protein_name2"
34            },
35            desc "protein_descriptor",
36            ec {
37              "ec1",
38              "ec2"
39            },
40            activity {
41              "activity1",
42              "activity2"
43            }
44          },
45          location whole local str "dummy"
46        }
47      }
48    }
49  }
50}
51