30 lines
No EOL
1.2 KiB
HTML
30 lines
No EOL
1.2 KiB
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>Affil</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>Affil</h3><pre>Defined in file <a href="biblio.asn.html">biblio.asn</a>
|
|
C++ class: <a href="../doxyhtml/classCAffil.html">CAffil</a>
|
|
|
|
|
|
Affil ::= CHOICE {
|
|
str VisibleString , -- unparsed string
|
|
std SEQUENCE { -- std representation
|
|
affil VisibleString OPTIONAL , -- <a href="Author.html">Author</a> Affiliation, Name
|
|
div VisibleString OPTIONAL , -- <a href="Author.html">Author</a> Affiliation, Division
|
|
city VisibleString OPTIONAL , -- <a href="Author.html">Author</a> Affiliation, City
|
|
sub VisibleString OPTIONAL , -- <a href="Author.html">Author</a> Affiliation, County Sub
|
|
country VisibleString OPTIONAL , -- <a href="Author.html">Author</a> Affiliation, Country
|
|
street VisibleString OPTIONAL , -- street address, not ANSI
|
|
email VisibleString OPTIONAL ,
|
|
fax VisibleString OPTIONAL ,
|
|
phone VisibleString OPTIONAL ,
|
|
postal-code VisibleString OPTIONAL }}</pre>
|
|
</body>
|
|
</html> |