65 lines
No EOL
2.3 KiB
HTML
65 lines
No EOL
2.3 KiB
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>GBProject-ver2</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>GBProject-ver2</h3><pre>Defined in file <a href="gbproj.asn.html">gbproj.asn</a>
|
|
C++ class: <a href="../doxyhtml/classCGBProject__ver2.html">CGBProject_ver2</a>
|
|
|
|
|
|
GBProject-ver2 ::= SEQUENCE {
|
|
|
|
-- the version for this project
|
|
-- for this particular instance, this should always be 2
|
|
-- this data element *MUST* be first
|
|
project-version VisibleString,
|
|
|
|
-- next counter for project items
|
|
counter INTEGER DEFAULT 0,
|
|
|
|
-- standard descriptors
|
|
descr <a href="ProjectDescr.html">ProjectDescr</a>,
|
|
|
|
-- a set of extra analyses perfromed by the user
|
|
-- each of these may have descriptors
|
|
data <a href="ProjectFolder.html">ProjectFolder</a>,
|
|
|
|
-- a copy of the original plugin message used to generate this project
|
|
-- This is deprecated. DO NOT USE THIS FIELD.
|
|
-- The original spec is: orig-message <a href="PluginMessage.html">PluginMessage</a> OPTIONAL.
|
|
-- It is intended to be removed, but a complete
|
|
-- removal will cause order shift for the rest of
|
|
-- fields in this choice, and cause deserialization
|
|
-- failure for existing ASN file since this filed is
|
|
-- in the middle of the spec.
|
|
obsolete-orig-message <a href="DummyObsoleteType.html">DummyObsoleteType</a> OPTIONAL,
|
|
|
|
-- history of things done to this object
|
|
history SET OF <a href="ProjectHistoryItem.html">ProjectHistoryItem</a> OPTIONAL,
|
|
|
|
--name of the plugin that can handle External Data for the project
|
|
data-plugin VisibleString OPTIONAL,
|
|
|
|
--optional parameter for the data-plugin
|
|
plugin-param VisibleString OPTIONAL,
|
|
|
|
-- arbitrary annotations
|
|
annot SET OF <a href="ProjectAnnot.html">ProjectAnnot</a> OPTIONAL,
|
|
|
|
-- a set of data sources including data loader and data
|
|
loaders SET OF <a href="LoaderDescriptor.html">LoaderDescriptor</a> OPTIONAL,
|
|
|
|
--- set of views, associated with project
|
|
views SET OF <a href="ViewDescriptor.html">ViewDescriptor</a> OPTIONAL,
|
|
|
|
-- set of view-specific settings
|
|
view-settings SET OF <a href="User-object.html">User-object</a> OPTIONAL
|
|
}</pre>
|
|
</body>
|
|
</html> |