<bdml>
| Definition: | This is the root element for the BDML schema. | ||||||||||||||||||||||||||||||||||||||||
| Type: | bdmlDocument | ||||||||||||||||||||||||||||||||||||||||
| Attributes: |
|
||||||||||||||||||||||||||||||||||||||||
| Subelements: |
|
||||||||||||||||||||||||||||||||||||||||
| Example: |
<bdml version="0.18" xsi:schemaLocation="http://ssbd.qbic.riken.jp/bdml http://ssbd.qbic.riken.jp/bdml/bdml0.18.xsd">
<info>
<bdmlID>563d487f-1676-4159-a3ab-c25c2e198f6c</bdmlID>
...
</info>
<summary>
<description>quantitative information about nuclear division dynamics in wild-type embryo</description>
...
</summary>
<contact>
<name>Shuichi Onami</name>
...
</contact>
<methods>
<summary>See details in Kyoda et al. (2013) Nucleic Acids Res 41, D732-D737.</summary>
...
</methods>
<data>
...
...
...
</data>
</bdml>
|
||||||||||||||||||||||||||||||||||||||||
| Notes: | Insted of <data>, <series> or <set> can be used for representing a set of data files which are obtained from the same experiment or simulation, or a set of data files which are referenced in the same article, respectively. |