xml.mzdata
Interface MzData
- All Superinterfaces:
- javax.xml.bind.Element, MzDataType
- public interface MzData
- extends javax.xml.bind.Element, MzDataType
Java content class for mzData element declaration.
The following schema fragment specifies the expected content contained within this java content object.
<element name="mzData">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="description">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="admin" type="{}adminType"/>
<element name="instrument" type="{}instrumentDescriptionType"/>
<element name="dataProcessing" type="{}dataProcessingType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="spectrumList">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="spectrum" maxOccurs="unbounded">
<complexType>
<complexContent>
<extension base="{}spectrumType">
</extension>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="count" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="accessionNumber" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>