30 lines
No EOL
1.2 KiB
HTML
30 lines
No EOL
1.2 KiB
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>Contact-info</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>Contact-info</h3><pre>Defined in file <a href="submit.asn.html">submit.asn</a>
|
|
C++ class: <a href="../doxyhtml/classCContact__info.html">CContact_info</a>
|
|
|
|
|
|
Contact-info ::= SEQUENCE { -- who to contact to discuss the submission
|
|
name VisibleString OPTIONAL , -- OBSOLETE: will be removed
|
|
address SEQUENCE OF VisibleString OPTIONAL ,
|
|
phone VisibleString OPTIONAL ,
|
|
fax VisibleString OPTIONAL ,
|
|
email VisibleString OPTIONAL ,
|
|
telex VisibleString OPTIONAL ,
|
|
owner-id <a href="Object-id.html">Object-id</a> OPTIONAL , -- for owner accounts
|
|
password OCTET STRING OPTIONAL ,
|
|
last-name VisibleString OPTIONAL , -- structured to replace name above
|
|
first-name VisibleString OPTIONAL ,
|
|
middle-initial VisibleString OPTIONAL ,
|
|
contact <a href="Author.html">Author</a> OPTIONAL } -- WARNING: this will replace the above</pre>
|
|
</body>
|
|
</html> |