30 lines
No EOL
1.2 KiB
HTML
30 lines
No EOL
1.2 KiB
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>Submit-block</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>Submit-block</h3><pre>Defined in file <a href="submit.asn.html">submit.asn</a>
|
|
C++ class: <a href="../doxyhtml/classCSubmit__block.html">CSubmit_block</a>
|
|
|
|
|
|
Submit-block ::= SEQUENCE {
|
|
contact <a href="Contact-info.html">Contact-info</a> , -- who to contact
|
|
cit <a href="Cit-sub.html">Cit-sub</a> , -- citation for this submission
|
|
hup BOOLEAN DEFAULT FALSE , -- hold until publish
|
|
reldate <a href="Date.html">Date</a> OPTIONAL , -- release by date
|
|
subtype INTEGER { -- type of submission
|
|
new (1) , -- new data
|
|
update (2) , -- update by author
|
|
revision (3) , -- 3rd party (non-author) update
|
|
other (255) } OPTIONAL ,
|
|
tool VisibleString OPTIONAL, -- tool used to make submission
|
|
user-tag VisibleString OPTIONAL, -- user supplied id for this submission
|
|
comment VisibleString OPTIONAL } -- user comments/advice to database</pre>
|
|
</body>
|
|
</html> |