Definition: | Container element for mzML which allows the addition of an index. | ||||||||||||||||||||
Type: | |||||||||||||||||||||
Attributes: | none |
||||||||||||||||||||
Subelements: |
|
||||||||||||||||||||
Example Context: | <indexedmzML xmlns="http://psi.hupo.org/ms/mzml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://psi.hupo.org/ms/mzml http://psidev.info/files/ms/mzML/xsd/mzML1.1.0_idx.xsd"> <mzML xmlns="http://psi.hupo.org/ms/mzml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://psi.hupo.org/ms/mzml http://psidev.info/files/ms/mzML/xsd/mzML1.1.0.xsd" id="urn:lsid:psidev.info:mzML.instanceDocuments.tiny.pwiz" version="1.0"> <cvList count="2"> <cv id="MS" fullName="Proteomics Standards Initiative Mass Spectrometry Ontology" version="1.18.2" URI="http://psidev.cvs.sourceforge.net/*checkout*/psidev/psi/psi-ms/mzML/controlledVocabulary/psi-ms.obo"/> <cv id="UO" fullName="Unit Ontology" version="04:03:2009" URI="http://obo.cvs.sourceforge.net/*checkout*/obo/obo/ontology/phenotype/unit.obo"/> </cvList> <fileDescription> ... </indexedmzML> |
This element is defined in another xsd document.
Definition: | List of indices. | ||||||||
Type: | dx:IndexListType | ||||||||
Attributes: |
|
||||||||
Subelements: |
|
||||||||
Example Context: | <indexList count="2"> <index name="spectrum"> <offset idRef="controllerType=0 controllerNumber=1 scan=1">4363</offset> <offset idRef="controllerType=0 controllerNumber=1 scan=2">326365</offset> <offset idRef="controllerType=0 controllerNumber=1 scan=3">646528</offset> <offset idRef="controllerType=0 controllerNumber=1 scan=4">659047</offset> <offset idRef="controllerType=0 controllerNumber=1 scan=5">679908</offset> ... </indexList> |
Definition: | File pointer offset (in bytes) of the 'indexList' element. |
Type: | xs:long |
Attributes: | none |
Subelements: | none |
Example Context: | <indexListOffset>5098921</indexListOffset> |
Definition: | SHA-1 checksum from beginning of file to end of 'fileChecksum' open tag. |
Type: | xs:string |
Attributes: | none |
Subelements: | none |
Example Context: | <fileChecksum>0dbebfb99075881afa2002177d37e4d6215fdced</fileChecksum> |
Definition: | Index element containing one or more offsets for random data access for the entity described in the 'name' attribute. | ||||||||
Type: | dx:IndexType | ||||||||
Attributes: |
|
||||||||
Subelements: |
|
||||||||
Example Context: | <index name="spectrum"> <offset idRef="controllerType=0 controllerNumber=1 scan=1">4363</offset> <offset idRef="controllerType=0 controllerNumber=1 scan=2">326365</offset> <offset idRef="controllerType=0 controllerNumber=1 scan=3">646528</offset> <offset idRef="controllerType=0 controllerNumber=1 scan=4">659047</offset> <offset idRef="controllerType=0 controllerNumber=1 scan=5">679908</offset> <offset idRef="controllerType=0 controllerNumber=1 scan=6">698062</offset> ... </index> |
Definition: | File pointer offset (in bytes) of the element identified by the 'id' attribute. | ||||||||||||||||
Type: | dx:OffsetType | ||||||||||||||||
Attributes: |
|
||||||||||||||||
Subelements: | none |
||||||||||||||||
Example Context: | <offset idRef="controllerType=0 controllerNumber=1 scan=10">1297508</offset> |