31 lines
No EOL
1.5 KiB
HTML
31 lines
No EOL
1.5 KiB
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>Cit-pat</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-pat</h3><pre>Defined in file <a href="biblio.asn.html">biblio.asn</a>
|
|
C++ class: <a href="../doxyhtml/classCCit__pat.html">CCit_pat</a>
|
|
|
|
|
|
Cit-pat ::= SEQUENCE { -- patent citation
|
|
title VisibleString ,
|
|
authors <a href="Auth-list.html">Auth-list</a>, -- author/inventor
|
|
country VisibleString , -- Patent Document Country
|
|
doc-type VisibleString , -- Patent Document Type
|
|
number VisibleString OPTIONAL, -- Patent Document Number
|
|
date-issue <a href="Date.html">Date</a> OPTIONAL, -- Patent Issue/<a href="Pub.html">Pub</a> Date
|
|
class SEQUENCE OF VisibleString OPTIONAL , -- Patent Doc Class Code
|
|
app-number VisibleString OPTIONAL , -- Patent Doc Appl Number
|
|
app-date <a href="Date.html">Date</a> OPTIONAL , -- Patent Appl File <a href="Date.html">Date</a>
|
|
applicants <a href="Auth-list.html">Auth-list</a> OPTIONAL , -- Applicants
|
|
assignees <a href="Auth-list.html">Auth-list</a> OPTIONAL , -- Assignees
|
|
priority SEQUENCE OF <a href="Patent-priority.html">Patent-priority</a> OPTIONAL , -- Priorities
|
|
abstract VisibleString OPTIONAL } -- abstract of patent</pre>
|
|
</body>
|
|
</html> |