28 lines
No EOL
1.1 KiB
HTML
28 lines
No EOL
1.1 KiB
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>Cit-sub</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>Cit-sub</h3><pre>Defined in file <a href="biblio.asn.html">biblio.asn</a>
|
|
C++ class: <a href="../doxyhtml/classCCit__sub.html">CCit_sub</a>
|
|
|
|
|
|
Cit-sub ::= SEQUENCE { -- citation for a direct submission
|
|
authors <a href="Auth-list.html">Auth-list</a> , -- not necessarily authors of the paper
|
|
imp <a href="Imprint.html">Imprint</a> OPTIONAL , -- this only used to get date.. will go
|
|
medium ENUMERATED { -- medium of submission
|
|
paper (1) ,
|
|
tape (2) ,
|
|
floppy (3) ,
|
|
email (4) ,
|
|
other (255) } OPTIONAL ,
|
|
date <a href="Date.html">Date</a> OPTIONAL , -- replaces imp, will become required
|
|
descr VisibleString OPTIONAL } -- description of changes for public view</pre>
|
|
</body>
|
|
</html> |