forked from FDA-ARGOS/data.argosdb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
esummary_assembly.dtd
289 lines (265 loc) · 6.89 KB
/
esummary_assembly.dtd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
<!-- DocSum DTD for assembly database -->
<!--~~ !dtd
~~json
<json type='esummary' version='0.3'>
<config lcnames='true'/>
</json>
~~-->
<!ENTITY % T_string "(#PCDATA)">
<!ENTITY % T_int "(#PCDATA)">
<!-- Members definition of Structure type: T_Bioproj -->
<!ELEMENT BioprojectAccn %T_string;>
<!--~~ <BioprojectId>
~~json <number/>
~~-->
<!ELEMENT BioprojectId %T_int;>
<!-- Definition of Structure type: T_Bioproj -->
<!--~~ <Bioproj>
~~json <object/>
~~-->
<!ENTITY % T_Bioproj "(
BioprojectAccn?,
BioprojectId?
)
">
<!-- Definition of List type: T_BioProjList -->
<!ELEMENT Bioproj %T_Bioproj;>
<!ENTITY % T_BioProjList "(Bioproj)*">
<!-- Definition of List type: T_IntList -->
<!ELEMENT int %T_int;>
<!ENTITY % T_IntList "(int)*">
<!-- Members definition of Structure type: T_Infraspecie -->
<!ELEMENT Sub_type %T_string;>
<!ELEMENT Sub_value %T_string;>
<!-- Definition of Structure type: T_Infraspecie -->
<!--~~ <Infraspecie>
~~json <object/>
~~-->
<!ENTITY % T_Infraspecie "(
Sub_type?,
Sub_value?
)
">
<!-- Definition of List type: T_InfraspeciesList -->
<!ELEMENT Infraspecie %T_Infraspecie;>
<!ENTITY % T_InfraspeciesList "(Infraspecie)*">
<!-- Members definition of Structure type: T_BiosourceStruct -->
<!ELEMENT InfraspeciesList %T_InfraspeciesList;>
<!ELEMENT Sex %T_string;>
<!ELEMENT Isolate %T_string;>
<!-- Definition of Structure type: T_BiosourceStruct -->
<!--~~ <BiosourceStruct>
~~json <object/>
~~-->
<!ENTITY % T_BiosourceStruct "(
InfraspeciesList?,
Sex?,
Isolate?
)
">
<!ENTITY % T_date "(#PCDATA)">
<!-- Members definition of Structure type: T_Anomalous -->
<!ELEMENT Property %T_string;>
<!ELEMENT Pubmed %T_string;>
<!-- Definition of Structure type: T_Anomalous -->
<!--~~ <Anomalous>
~~json <object/>
~~-->
<!ENTITY % T_Anomalous "(
Property?,
Pubmed?
)
">
<!-- Definition of List type: T_AnomalousListT -->
<!ELEMENT Anomalous %T_Anomalous;>
<!ENTITY % T_AnomalousListT "(Anomalous)*">
<!-- Definition of List type: T_StrList -->
<!ELEMENT string %T_string;>
<!ENTITY % T_StrList "(string)*">
<!-- Members definition of Structure type: T_SynStruct -->
<!ELEMENT Genbank %T_string;>
<!ELEMENT RefSeq %T_string;>
<!ELEMENT Similarity %T_string;>
<!-- Definition of Structure type: T_SynStruct -->
<!--~~ <SynStruct>
~~json <object/>
~~-->
<!ENTITY % T_SynStruct "(
Genbank?,
RefSeq?,
Similarity?
)
">
<!-- Members definition of Structure type: T_BuscoT -->
<!ELEMENT RefSeqAnnotationRelease %T_string;>
<!ELEMENT BuscoLineage %T_string;>
<!ELEMENT BuscoVer %T_string;>
<!ELEMENT Complete %T_string;>
<!ELEMENT SingleCopy %T_string;>
<!ELEMENT Duplicated %T_string;>
<!ELEMENT Fragmented %T_string;>
<!ELEMENT Missing %T_string;>
<!--~~ <TotalCount>
~~json <number/>
~~-->
<!ELEMENT TotalCount %T_int;>
<!-- Definition of Structure type: T_BuscoT -->
<!--~~ <BuscoT>
~~json <object/>
~~-->
<!ENTITY % T_BuscoT "(
RefSeqAnnotationRelease?,
BuscoLineage?,
BuscoVer?,
Complete?,
SingleCopy?,
Duplicated?,
Fragmented?,
Missing?,
TotalCount?
)
">
<!ENTITY % T_xml "(#PCDATA)">
<!-- Members definition of Structure type: T_DocSum -->
<!ELEMENT RsUid %T_string;>
<!ELEMENT GbUid %T_string;>
<!ELEMENT AssemblyAccession %T_string;>
<!ELEMENT LastMajorReleaseAccession %T_string;>
<!ELEMENT LatestAccession %T_string;>
<!ELEMENT ChainId %T_string;>
<!ELEMENT AssemblyName %T_string;>
<!ELEMENT UCSCName %T_string;>
<!ELEMENT EnsemblName %T_string;>
<!ELEMENT Taxid %T_string;>
<!ELEMENT Organism %T_string;>
<!ELEMENT SpeciesTaxid %T_string;>
<!ELEMENT SpeciesName %T_string;>
<!ELEMENT AssemblyType %T_string;>
<!ELEMENT AssemblyClass %T_string;>
<!ELEMENT AssemblyStatus %T_string;>
<!--~~ <AssemblyStatusSort>
~~json <number/>
~~-->
<!ELEMENT AssemblyStatusSort %T_int;>
<!ELEMENT WGS %T_string;>
<!ELEMENT GB_BioProjects %T_BioProjList;>
<!ELEMENT GB_Projects %T_IntList;>
<!ELEMENT RS_BioProjects %T_BioProjList;>
<!ELEMENT RS_Projects %T_IntList;>
<!ELEMENT BioSampleAccn %T_string;>
<!ELEMENT BioSampleId %T_string;>
<!ELEMENT Biosource %T_BiosourceStruct;>
<!ELEMENT Coverage %T_string;>
<!ELEMENT PartialGenomeRepresentation %T_string;>
<!ELEMENT Primary %T_string;>
<!ELEMENT AssemblyDescription %T_string;>
<!ELEMENT ReleaseLevel %T_string;>
<!ELEMENT ReleaseType %T_string;>
<!ELEMENT AsmReleaseDate_GenBank %T_date;>
<!ELEMENT AsmReleaseDate_RefSeq %T_date;>
<!ELEMENT SeqReleaseDate %T_date;>
<!ELEMENT AsmUpdateDate %T_date;>
<!ELEMENT SubmissionDate %T_date;>
<!ELEMENT LastUpdateDate %T_date;>
<!ELEMENT SubmitterOrganization %T_string;>
<!ELEMENT RefSeq_category %T_string;>
<!ELEMENT AnomalousList %T_AnomalousListT;>
<!ELEMENT ExclFromRefSeq %T_StrList;>
<!ELEMENT PropertyList %T_StrList;>
<!ELEMENT FromType %T_string;>
<!ELEMENT Synonym %T_SynStruct;>
<!--~~ <ContigN50>
~~json <number/>
~~-->
<!ELEMENT ContigN50 %T_int;>
<!--~~ <ScaffoldN50>
~~json <number/>
~~-->
<!ELEMENT ScaffoldN50 %T_int;>
<!ELEMENT FtpPath_GenBank %T_string;>
<!ELEMENT FtpPath_RefSeq %T_string;>
<!ELEMENT FtpPath_Assembly_rpt %T_string;>
<!ELEMENT FtpPath_Stats_rpt %T_string;>
<!ELEMENT FtpPath_Regions_rpt %T_string;>
<!ELEMENT Busco %T_BuscoT;>
<!ELEMENT SortOrder %T_string;>
<!ELEMENT Meta %T_xml;>
<!ELEMENT error %T_string;>
<!-- Definition of Structure type: T_DocSum -->
<!--~~ <DocumentSummary>
~~json <object name='@uid'/>
~~-->
<!ENTITY % T_DocSum "((
RsUid?,
GbUid?,
AssemblyAccession?,
LastMajorReleaseAccession?,
LatestAccession?,
ChainId?,
AssemblyName?,
UCSCName?,
EnsemblName?,
Taxid?,
Organism?,
SpeciesTaxid?,
SpeciesName?,
AssemblyType?,
AssemblyClass?,
AssemblyStatus?,
AssemblyStatusSort?,
WGS?,
GB_BioProjects?,
GB_Projects?,
RS_BioProjects?,
RS_Projects?,
BioSampleAccn?,
BioSampleId?,
Biosource?,
Coverage?,
PartialGenomeRepresentation?,
Primary?,
AssemblyDescription?,
ReleaseLevel?,
ReleaseType?,
AsmReleaseDate_GenBank?,
AsmReleaseDate_RefSeq?,
SeqReleaseDate?,
AsmUpdateDate?,
SubmissionDate?,
LastUpdateDate?,
SubmitterOrganization?,
RefSeq_category?,
AnomalousList?,
ExclFromRefSeq?,
PropertyList?,
FromType?,
Synonym?,
ContigN50?,
ScaffoldN50?,
FtpPath_GenBank?,
FtpPath_RefSeq?,
FtpPath_Assembly_rpt?,
FtpPath_Stats_rpt?,
FtpPath_Regions_rpt?,
Busco?,
SortOrder?,
Meta?
)
| error)
">
<!ELEMENT DocumentSummary %T_DocSum;>
<!ATTLIST DocumentSummary uid CDATA #IMPLIED>
<!ELEMENT DbBuild %T_string;>
<!ELEMENT DocumentSummarySet (DbBuild?, DocumentSummary*)>
<!ATTLIST DocumentSummarySet status CDATA #REQUIRED>
<!--~~ <DocumentSummarySet>
~~json
<object key="result">
<array key="uids" select='DocumentSummary/@uid'/>
<members select='DocumentSummary'/>
</object>
~~-->
<!--~~ <eSummaryResult>
~~ json <member/>
~~-->
<!ELEMENT eSummaryResult (DocumentSummarySet?)>