ASN.1 Type Definitions for Module NCBI-GenesByLoc

Top-level module index.

Colors and Styles Used


Type GBL-Data

Uses

GBL-Gene

Is Used By

GBL-Reply GBL-Data ::=
SEQUENCE {
total INTEGER
returned INTEGER
genes SEQUENCE OF GBL-Gene OPTIONAL
}  


Type GBL-Gene

Is Used By

GBL-Data GBL-Gene ::=
SEQUENCE {
geneid INTEGER
symbol VisibleString
}  


Type GBL-Reply

Uses

GBL-Data GBL-Reply ::=
CHOICE {
data GBL-Data
error VisibleString
}  


Top-level module index.