From: Kessner, D. E. <Dar...@cs...> - 2008-02-21 16:52:46
|
Hi guys, The two example docs (Lennart, Fredrik) don't seem to agree on the use of 'id', 'index', and 'spectrumRef'. My understanding from previous discussions (which may be incorrect): id: unique string identifier for <spectrum> spectrumRef: refers to 'id' attribute of <spectrum> // previous index: 0-based index into <spectrumList> // Randy Lennart example: index == scanNumber spectrumRef -> refers to index <spectrum id="S19" index="19" msLevel="1" arrayLength="1313"> ... </spectrum <spectrum id="S20" index="20" msLevel="2" arrayLength="43"> <precursor spectrumRef="19"> ... </spectrum> Fredrik example: index == 0-based index in the <spectrumList> spectrumRef -> reference to something in another sourcefile <spectrum id="S1" index="0" msLevel="2" arrayLength="172"> ... <acquisition number="0" spectrumRef="0" sourceFileRef="4"> ... </acquisition> <acquisition number="1" spectrumRef="1" sourceFileRef="4"/> ... <precursor spectrumRef="0"> </spectrum> Does this mean that spectrumRef is internal unless there is a sourceFileRef, in which case the spectrumRef refers to something inside the external file? I would prefer to have external references made more explicit. Perhaps this calls for an html-anchor-like syntax, as Matt suggested in the conference call? <acquisition number="1" spectrumRef="external://4#1"/> i.e. 4 is the sourceFile id 1 refers to something in that external file Darren IMPORTANT WARNING: This message is intended for the use of the person or entity to which it is addressed and may contain information that is privileged and confidential, the disclosure of which is governed by applicable law. If the reader of this message is not the intended recipient, or the employee or agent responsible for delivering it to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this information is STRICTLY PROHIBITED. If you have received this message in error, please notify us immediately by calling (310) 423-6428 and destroy the related message. Thank You for your cooperation. |