Series is used to separate data into a series of data files which are obtained from the same experiment or simulation. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
metaid | xsd:ID | optional |
Element | bdmlDocument/series |
<xsd:complexType name="Series"> <xsd:annotation> <xsd:documentation>Series is used to separate data into a series of data files which are obtained from the same experiment or simulation.</xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="BDBase"> <xsd:sequence> <xsd:element name="bdmlIDRef" minOccurs="1" maxOccurs="unbounded" type="UUIDType"/> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType> |