27 lines
No EOL
1 KiB
HTML
27 lines
No EOL
1 KiB
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>Seq-code-table</title>
|
|
<script type="text/javascript" src="/core/jquery/jquery-3.6.0.min.js">
|
|
</script>
|
|
<script type="text/javascript">
|
|
jQuery.getScript("/core/alerts/alerts.js", function () { galert(['pre']) });
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<h3>Seq-code-table</h3><pre>Defined in file <a href="seqcode.asn.html">seqcode.asn</a>
|
|
C++ class: <a href="../doxyhtml/classCSeq__code__table.html">CSeq_code_table</a>
|
|
|
|
|
|
Seq-code-table ::= SEQUENCE { -- for names of coded values
|
|
code <a href="Seq-code-type.html">Seq-code-type</a> , -- name of code
|
|
num INTEGER , -- number of rows in table
|
|
one-letter BOOLEAN , -- symbol is ALWAYS 1 letter?
|
|
start-at INTEGER DEFAULT 0 , -- index offset of first element
|
|
table SEQUENCE OF
|
|
SEQUENCE {
|
|
symbol VisibleString , -- the printed symbol or letter
|
|
name VisibleString } , -- an explanatory name or string
|
|
comps SEQUENCE OF INTEGER OPTIONAL } -- pointers to complement nuc acid</pre>
|
|
</body>
|
|
</html> |