40 lines
No EOL
944 B
HTML
40 lines
No EOL
944 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>SeqTable-single-data</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>SeqTable-single-data</h3><pre>Defined in file <a href="seqtable.asn.html">seqtable.asn</a>
|
|
C++ class: <a href="../doxyhtml/classCSeqTable__single__data.html">CSeqTable_single_data</a>
|
|
|
|
|
|
SeqTable-single-data ::= CHOICE {
|
|
-- integer
|
|
int INTEGER,
|
|
|
|
-- real
|
|
real REAL,
|
|
|
|
-- string
|
|
string UTF8String,
|
|
|
|
-- byte array
|
|
bytes OCTET STRING,
|
|
|
|
-- bit
|
|
bit BOOLEAN,
|
|
|
|
-- location
|
|
loc <a href="Seq-loc.html">Seq-loc</a>,
|
|
id <a href="Seq-id.html">Seq-id</a>,
|
|
interval <a href="Seq-interval.html">Seq-interval</a>,
|
|
|
|
int8 INTEGER
|
|
}</pre>
|
|
</body>
|
|
</html> |