Element <ProteomeXchangeDataset>

Definition: Top-level element for a ProteomeXchange XML document describing a dataset.
Type: ProteomeXchangeDatasetType
Attributes:
Attribute NameData TypeUseDefinition
formatVersionversionRegexrequiredVersion number of this ProteomeXchange XML format.
idxs:stringrequiredUnique identifier for this ProteomeXchange XML document.
Subelements:
Subelement NameminOccursmaxOccursDefinition
CvList11The list of controlled vocabularies used in the file.
ChangeLog01The change log message to record what changes and updates were made to this dataset for a revised announcement.
DatasetSummary11Broad description of the dataset being announced, inlcuding a title, abstract, review level, etc.
DatasetIdentifierList11The list of identifiers associated with this dataset, not just the PXD identifier, but possibly DOIs and other identifiers.
DatasetOriginList11The list of the origins of this dataset. This list can link to other ProteomeXchange datasets or other resources. If this dataset contains previously unreported data, then a 'new dataset' annotation should be used.
SpeciesList11The list of species from which the data has been generated.
InstrumentList11The list of instruments on which the data generation was performed.
ModificationList11The list of amino acid mass modifications caused or considered, defined as cvParams.
ContactList11The list of contacts related to the ProteomeXchange dataset.
PublicationList11The list of publications from which the dataset was collected or wherein it is published
KeywordList11Keywords defined by controlled vocabulary or free text categorised by a controlled vocabolary term (e.g. 'journal article keyword', 'submitter keyword' or 'curator keyword').
FullDatasetLinkList11The list of links to the complete ProteomeXchange dataset.
DatasetFileList01The list of ALL files comprising this ProteomeXchange submission.
RepositoryRecordList01The list of records as found in the repository the data was submitted to (for example PRIDE experiment records).
AdditionalInformation01A place for all additional information that may be added to the broadcast message and that could not be fit into another location. Here should also go references to other ProteomeXchange submissions.
Example Context:
<ProteomeXchangeDataset id="PXD004574" formatVersion="1.4.0" xsi:noNamespaceSchemaLocation="proteomeXchange-1.4.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <CvList>
        <Cv fullName="PSI-MS" uri="https://raw.githubusercontent.com/HUPO-PSI/psi-ms-CV/master/psi-ms.obo" id="MS"/>
        <Cv fullName="PRIDE" uri="https://raw.githubusercontent.com/PRIDE-Utilities/pride-ontology/master/pride_cv.obo" id="PRIDE"/>
        <Cv fullName="PSI-MOD" uri="https://raw.githubusercontent.com/MICommunity/psidev/master/psi/mod/data/PSI-MOD.obo" id="MOD"/>
        <Cv fullName="UNIMOD" uri="http://www.unimod.org/obo/unimod.obo" id="UNIMOD"/>
    </CvList>
  ...
</ProteomeXchangeDataset>

Element <AdditionalInformation>

Definition: A place for all additional information that may be added to the broadcast message and that could not be fit into another location. Here should also go references to other ProteomeXchange submissions.
Type: AdditionalInformationType
Attributes: none
Subelements:
Subelement NameminOccursmaxOccursDefinition
cvParam0unboundedA single entry from an ontology or a controlled vocabulary.
userParam0unboundedA single user-defined parameter.
Example Context:

cvParam Mapping Rules: WARNING: There are no cvParam mapping rules for this element even though cvParam is an allowed subelement.

Element <AnnotationList>

Definition: Any additional annotation of the record/experiment that the submitter/generator of the message deems important enough to announce.
Type: AdditionalInformationType
Attributes: none
Subelements:
Subelement NameminOccursmaxOccursDefinition
cvParam0unboundedA single entry from an ontology or a controlled vocabulary.
userParam0unboundedA single user-defined parameter.
Example Context:

cvParam Mapping Rules: WARNING: There are no cvParam mapping rules for this element even though cvParam is an allowed subelement.

Element <ChangeLog>

Definition: The change log message to record what changes and updates were made to this dataset for a revised announcement.
Type: ChangeLogType
Attributes: none
Subelements:
Subelement NameminOccursmaxOccursDefinition
ChangeLogEntry1unboundedA single change log entry giving providing the date on the change, a new version number of the dataset and a description of the change/update.
Example Context:
<ChangeLog>
    <ChangeLogEntry date="2017-06-19">Updated publication reference for PubMed record(s): 25652787, 28604659.</ChangeLogEntry>
</ChangeLog>

Element <ChangeLogEntry>

Definition: A single change log entry giving providing the date on the change, a new version number of the dataset and a description of the change/update.
Type: ChangeLogEntryType
Attributes:
Attribute NameData TypeUseDefinition
datexs:dateoptionalThe date of this entry. This is largely handled by the central ProteomeXchange service anyway, and is largly ignored.
versionxs:stringoptionalThe version number of this document. The first change would be version 2 here. This is largely handled by the central ProteomeXchange service anyway, and is largly ignored.
Subelements: none
Example Context:
<ChangeLogEntry date="2017-06-19">Updated publication reference for PubMed record(s): 25652787, 28604659.</ChangeLogEntry>

Element <Contact>

Definition: Contact person related to the ProteomeXchange dataset.
Type: ContactType
Attributes:
Attribute NameData TypeUseDefinition
idxs:IDrequiredIdentifier for the contact to be used for referencing within a document.
Subelements:
Subelement NameminOccursmaxOccursDefinition
cvParam1unboundedA single entry from an ontology or a controlled vocabulary.
Example Context:
<Contact id="project_lab_head">
    <cvParam cvRef="MS" accession="MS:1002332" name="lab head"/>
    <cvParam cvRef="MS" accession="MS:1000586" name="contact name" value="Claire Brehelin"/>
    <cvParam cvRef="MS" accession="MS:1000589" name="contact email" value="claire.brehelin@u-bordeaux.fr"/>
    <cvParam cvRef="MS" accession="MS:1000590" name="contact affiliation" value="Laboratory of Membrane Biogenesis, University of Bordeaux, France"/>
</Contact>
cvParam Mapping Rules:
Path /ProteomeXchangeDataset/ContactList/Contact
MAY supply a *child* term of MS:1000585 (contact attribute) one or more times
  e.g.: MS:1000586 (contact name) 
  e.g.: MS:1000587 (contact address) 
  e.g.: MS:1000588 (contact URL) 
  e.g.: MS:1000589 (contact email) 
  e.g.: MS:1000590 (contact affiliation) 
  e.g.: MS:1001267 (software vendor) 
  e.g.: MS:1001268 (programmer) 
  e.g.: MS:1001269 (instrument vendor) 
  e.g.: MS:1001270 (lab personnel) 
  e.g.: MS:1001271 (researcher) 
  et al.
MUST supply term MS:1000590 (contact affiliation) only once
MUST supply term MS:1000586 (contact name) only once
Example cvParams:
<cvParam cvRef="MS" accession="MS:1000586" name="contact name" value="George Rosenberger"/>
<cvParam cvRef="MS" accession="MS:1000589" name="contact email" value="rosenberger@imsb.biol.ethz.ch"/>
<cvParam cvRef="MS" accession="MS:1000590" name="contact affiliation" value="Institute of Molecular Systems Biology ETH Zurich"/>
<cvParam cvRef="MS" accession="MS:1002037" name="dataset submitter"/>
<cvParam cvRef="MS" accession="MS:1002332" name="lab head"/>

Element <ContactList>

Definition: The list of contacts related to the ProteomeXchange dataset.
Type: ContactListType
Attributes: none
Subelements:
Subelement NameminOccursmaxOccursDefinition
Contact1unboundedContact person related to the ProteomeXchange dataset.
Example Context:
<ContactList>
    <Contact id="project_submitter">
        <cvParam cvRef="MS" accession="MS:1000586" name="contact name" value="George Rosenberger"/>
        <cvParam cvRef="MS" accession="MS:1000589" name="contact email" value="rosenberger@imsb.biol.ethz.ch"/>
        <cvParam cvRef="MS" accession="MS:1000590" name="contact affiliation" value="Institute of Molecular Systems Biology ETH Zurich"/>
        <cvParam cvRef="MS" accession="MS:1002037" name="dataset submitter"/>
    </Contact>
  ...
</ContactList>

Element <Cv>

Definition: A source controlled vocabulary (CV) from which cvParams will be obtained.
Type: CvType
Attributes:
Attribute NameData TypeUseDefinition
fullNamexs:stringrequiredThe full name of the CV.
idxs:IDrequiredThe unique identifier of this CV within the document to be referenced by cvParam elements.
urixs:anyURIrequiredThe URI of the source CV.
versionxs:stringoptionalThe version of the CV.
Subelements: none
Example Context:
<Cv fullName="PRIDE" uri="https://raw.githubusercontent.com/PRIDE-Utilities/pride-ontology/master/pride_cv.obo" id="PRIDE"/>

Element <CvList>

Definition: The list of controlled vocabularies used in the file.
Type: CvListType
Attributes: none
Subelements:
Subelement NameminOccursmaxOccursDefinition
Cv1unboundedA source controlled vocabulary (CV) from which cvParams will be obtained.
Example Context:
<CvList>
    <Cv fullName="PSI-MS" uri="https://raw.githubusercontent.com/HUPO-PSI/psi-ms-CV/master/psi-ms.obo" id="MS"/>
    <Cv fullName="PRIDE" uri="https://raw.githubusercontent.com/PRIDE-Utilities/pride-ontology/master/pride_cv.obo" id="PRIDE"/>
    <Cv fullName="PSI-MOD" uri="https://raw.githubusercontent.com/MICommunity/psidev/master/psi/mod/data/PSI-MOD.obo" id="MOD"/>
    <Cv fullName="UNIMOD" uri="http://www.unimod.org/obo/unimod.obo" id="UNIMOD"/>
</CvList>

Element <cvParam>

Definition: A single entry from an ontology or a controlled vocabulary.
Type: CvParamType
Attributes:
Attribute NameData TypeUseDefinition
accessionxs:stringrequiredThe accession or ID number of this CV term in the source CV.
cvRefxs:IDREFrequiredA reference to the cv element from which this term originates.
namexs:stringrequiredThe name of the parameter.
unitAccessionxs:stringoptionalAn accession number identifying the unit within the OBO foundry Unit CV.
unitCvRefxs:stringoptionalIf a unit term is referenced, this attribute MUST refer to the CV 'id' attribute defined in the cvList in this file.
unitNamexs:stringoptionalThe name of the unit.
valuexs:stringoptionalThe user-entered value of the parameter.
Subelements: none
Example Context:
<cvParam cvRef="PRIDE" accession="PRIDE:0000400" name="Reference" value="Brocard L, Immel F, Coulon D, Esnay N, Tuphile K, Pascal S, Claverol S, Fouillen L, Bessoule JJ, Bréhélin C. Proteomic Analysis of Lipid Droplets from Arabidopsis Aging Leaves Brings New Insight into Their Biogenesis and Functions. Front Plant Sci. 2017 May 29;8:894. eCollection 2017"/>

Element <DatasetFile>

Definition: Description of the source file, including location and type.
Type: DatasetFileType
Attributes:
Attribute NameData TypeUseDefinition
idxs:IDrequiredIdentifier for the sourceFile to be used for referencing within a document.
namexs:stringrequiredName of the source file, without reference to location (either URI or local path).
Subelements:
Subelement NameminOccursmaxOccursDefinition
cvParam1unboundedA single entry from an ontology or a controlled vocabulary.
Example Context:
<DatasetFile id="FILE_2" name="uniprot_human_20150223_decoys_irt_apoe.fasta">
    <cvParam cvRef="PRIDE" accession="PRIDE:0000403" name="Associated file URI" value="ftp://ftp.pride.ebi.ac.uk/pride/data/archive/2017/06/PXD004574/uniprot_human_20150223_decoys_irt_apoe.fasta"/>
</DatasetFile>
cvParam Mapping Rules:
Path /ProteomeXchangeDataset/DatasetFileList/DatasetFile
MUST supply a *child* term of PRIDE:0000403 (Associated file URI) one or more times
Example cvParams:
<cvParam cvRef="PRIDE" accession="PRIDE:0000408" name="Search engine output file URI" value="ftp://ftp.pride.ebi.ac.uk/pride/data/archive/2017/06/PXD004574/iprophet_apoe.pep.xml"/>
<cvParam cvRef="PRIDE" accession="PRIDE:0000403" name="Associated file URI" value="ftp://ftp.pride.ebi.ac.uk/pride/data/archive/2017/06/PXD004574/db_assays_spectral_library.tgz"/>
<cvParam cvRef="PRIDE" accession="PRIDE:0000410" name="'Other' type file URI" value="ftp://ftp.pride.ebi.ac.uk/pride/data/archive/2017/06/PXD004574/comet.params.tgz"/>
<cvParam cvRef="PRIDE" accession="PRIDE:0000404" name="Associated raw file URI" value="ftp://ftp.pride.ebi.ac.uk/pride/data/archive/2017/06/PXD004574/yanliu_L130104_002.mzXML.gz"/>

Element <DatasetFileList>

Definition: The list of ALL files comprising this ProteomeXchange submission.
Type: DatasetFileListType
Attributes: none
Subelements:
Subelement NameminOccursmaxOccursDefinition
DatasetFile1unboundedDescription of the source file, including location and type.
Example Context:
<DatasetFileList>
    <DatasetFile id="FILE_0" name="iprophet_apoe.pep.xml">
        <cvParam cvRef="PRIDE" accession="PRIDE:0000408" name="Search engine output file URI" value="ftp://ftp.pride.ebi.ac.uk/pride/data/archive/2017/06/PXD004574/iprophet_apoe.pep.xml"/>
    </DatasetFile>
    <DatasetFile id="FILE_1" name="db_assays_spectral_library.tgz">
        <cvParam cvRef="PRIDE" accession="PRIDE:0000403" name="Associated file URI" value="ftp://ftp.pride.ebi.ac.uk/pride/data/archive/2017/06/PXD004574/db_assays_spectral_library.tgz"/>
    </DatasetFile>
  ...
</DatasetFileList>

Element <DatasetIdentifier>

Definition: An identifier associated with this dataset, defined by CV term.
Type: DatasetIdentifierType
Attributes: none
Subelements:
Subelement NameminOccursmaxOccursDefinition
cvParam1unboundedA single entry from an ontology or a controlled vocabulary.
Example Context:
<DatasetIdentifier>
    <cvParam cvRef="MS" accession="MS:1001919" name="ProteomeXchange accession number" value="PXD004574"/>
</DatasetIdentifier>
cvParam Mapping Rules: WARNING: There are no cvParam mapping rules for this element even though cvParam is an allowed subelement.
Example cvParams:
<cvParam cvRef="MS" accession="MS:1001919" name="ProteomeXchange accession number" value="PXD004574"/>

Element <DatasetIdentifierList>

Definition: The list of identifiers associated with this dataset, not just the PXD identifier, but possibly DOIs and other identifiers.
Type: DatasetIdentifierListType
Attributes: none
Subelements:
Subelement NameminOccursmaxOccursDefinition
DatasetIdentifier1unboundedAn identifier associated with this dataset, defined by CV term.
Example Context:
<DatasetIdentifierList>
    <DatasetIdentifier>
        <cvParam cvRef="MS" accession="MS:1001919" name="ProteomeXchange accession number" value="PXD004574"/>
    </DatasetIdentifier>
</DatasetIdentifierList>

Element <DatasetOrigin>

Definition: Specifies via CV term whether this is an original dataset or is a re-interpretation of a previous ProteomeXchange dataset.
Type: DatasetOriginType
Attributes: none
Subelements:
Subelement NameminOccursmaxOccursDefinition
cvParam1unboundedA single entry from an ontology or a controlled vocabulary.
Example Context:
<DatasetOrigin>
    <cvParam cvRef="PRIDE" accession="PRIDE:0000402" name="Original data"/>
</DatasetOrigin>
cvParam Mapping Rules: WARNING: There are no cvParam mapping rules for this element even though cvParam is an allowed subelement.
Example cvParams:
<cvParam cvRef="PRIDE" accession="PRIDE:0000402" name="Original data"/>

Element <DatasetOriginList>

Definition: The list of the origins of this dataset. This list can link to other ProteomeXchange datasets or other resources. If this dataset contains previously unreported data, then a 'new dataset' annotation should be used.
Type: DatasetOriginListType
Attributes: none
Subelements:
Subelement NameminOccursmaxOccursDefinition
DatasetOrigin1unboundedSpecifies via CV term whether this is an original dataset or is a re-interpretation of a previous ProteomeXchange dataset.
Example Context:
<DatasetOriginList>
    <DatasetOrigin>
        <cvParam cvRef="PRIDE" accession="PRIDE:0000402" name="Original data"/>
    </DatasetOrigin>
</DatasetOriginList>

Element <DatasetSummary>

Definition: Broad description of the dataset being announced, inlcuding a title, abstract, review level, etc.
Type: DatasetSummaryType
Attributes:
Attribute NameData TypeUseDefinition
announceDatexs:daterequiredThe date that this announcement was prepared.
hostingRepositoryHostingRepositoryTyperequiredThe hosting repository that handled this dataset and that prepared this ProteomeXchange message.
titlexs:stringrequiredA descriptive title for the dataset.
Subelements:
Subelement NameminOccursmaxOccursDefinition
Description11A brief description of the dataset, usually about one paragraph long.
ReviewLevel11Level of review on this dataset/associated paper.
RepositorySupport11To what extend the data is supported in the hosting repository.
Example Context:
<DatasetSummary announceDate="2017-06-19" hostingRepository="PRIDE" title="Label free comparative proteome analysis of Arabidopsis lipid droplets from 6 week old leaves">
    <Description>Lipid droplets from 6 week old Arabidopsis leaves were purified on sucrose gradient. The abundance of the proteins in the lipid droplet fraction was established by label free and compared to soluble, membrane and plastoglobule fractions, and total leaf extract in order to identify the proteins specifically enriched in lipid droplets. Three independent biological replicates, from three independent cultures were performed. For each biological replicates, three preparations of lipid droplets (and other fractions) within each of the three independent cultures were obtained.</Description>
    <ReviewLevel>
        <cvParam cvRef="PRIDE" accession="PRIDE:0000414" name="Peer-reviewed dataset"/>
    </ReviewLevel>
    <RepositorySupport>
        <cvParam cvRef="PRIDE" accession="PRIDE:0000417" name="Unsupported dataset by repository"/>
  ...
</DatasetSummary>

Element <Description>

Definition: A brief description of the dataset, usually about one paragraph long.
Type: xs:string
Attributes: none
Subelements: none
Example Context:
<Description>Lipid droplets from 6 week old Arabidopsis leaves were purified on sucrose gradient. The abundance of the proteins in the lipid droplet fraction was established by label free and compared to soluble, membrane and plastoglobule fractions, and total leaf extract in order to identify the proteins specifically enriched in lipid droplets. Three independent biological replicates, from three independent cultures were performed. For each biological replicates, three preparations of lipid droplets (and other fractions) within each of the three independent cultures were obtained.</Description>

Element <FullDatasetLink>

Definition: A single link to the full dataset.
Type: FullDatasetLinkType
Attributes: none
Subelements:
Subelement NameminOccursmaxOccursDefinition
cvParam11A single entry from an ontology or a controlled vocabulary.
Example Context:
<FullDatasetLink>
    <cvParam cvRef="PRIDE" accession="PRIDE:0000411" name="Dataset FTP location" value="ftp://ftp.pride.ebi.ac.uk/pride/data/archive/2017/06/PXD004574"/>
</FullDatasetLink>
cvParam Mapping Rules: WARNING: There are no cvParam mapping rules for this element even though cvParam is an allowed subelement.
Example cvParams:
<cvParam cvRef="PRIDE" accession="PRIDE:0000411" name="Dataset FTP location" value="ftp://ftp.pride.ebi.ac.uk/pride/data/archive/2017/06/PXD004574"/>
<cvParam cvRef="MS" accession="MS:1001930" name="PRIDE project URI" value="http://www.ebi.ac.uk/pride/archive/projects/PXD004574"/>

Element <FullDatasetLinkList>

Definition: The list of links to the complete ProteomeXchange dataset.
Type: FullDatasetLinkListType
Attributes: none
Subelements:
Subelement NameminOccursmaxOccursDefinition
FullDatasetLink1unboundedA single link to the full dataset.
Example Context:
<FullDatasetLinkList>
    <FullDatasetLink>
        <cvParam cvRef="PRIDE" accession="PRIDE:0000411" name="Dataset FTP location" value="ftp://ftp.pride.ebi.ac.uk/pride/data/archive/2017/06/PXD004574"/>
    </FullDatasetLink>
    <FullDatasetLink>
        <cvParam cvRef="MS" accession="MS:1001930" name="PRIDE project URI" value="http://www.ebi.ac.uk/pride/archive/projects/PXD004574"/>
    </FullDatasetLink>
  ...
</FullDatasetLinkList>

Element <Instrument>

Definition: Instrument on which the data has been generated.
Type: InstrumentType
Attributes:
Attribute NameData TypeUseDefinition
idxs:IDrequiredIdentifier for the instrument to be used for referencing within a document
Subelements:
Subelement NameminOccursmaxOccursDefinition
cvParam1unboundedA single entry from an ontology or a controlled vocabulary.
Example Context:
<Instrument id="Instrument_1">
    <cvParam cvRef="MS" accession="MS:1000932" name="TripleTOF 5600"/>
</Instrument>
cvParam Mapping Rules:
Path /ProteomeXchangeDataset/InstrumentList/Instrument
MAY supply a *child* term of MS:1000496 (instrument attribute) one or more times
  e.g.: MS:1000032 (customization) 
  e.g.: MS:1000236 (transmission) 
  e.g.: MS:1000529 (instrument serial number) 
MUST supply term MS:1000031 (instrument model) or any of its children one or more times
  e.g.: MS:1000139 (4000 QTRAP) 
  e.g.: MS:1000140 (4700 Proteomics Analyzer) 
  e.g.: MS:1000141 (apex IV) 
  e.g.: MS:1000142 (apex Q) 
  e.g.: MS:1000143 (API 150EX) 
  e.g.: MS:1000144 (API 150EX Prep) 
  e.g.: MS:1000145 (API 2000) 
  e.g.: MS:1000146 (API 3000) 
  e.g.: MS:1000147 (API 4000) 
  e.g.: MS:1000148 (autoflex II) 
  et al.
Example cvParams:
<cvParam cvRef="MS" accession="MS:1000932" name="TripleTOF 5600"/>
<cvParam cvRef="MS" accession="MS:1000449" name="LTQ Orbitrap"/>

Element <InstrumentList>

Definition: The list of instruments on which the data generation was performed.
Type: InstrumentListType
Attributes: none
Subelements:
Subelement NameminOccursmaxOccursDefinition
Instrument1unboundedInstrument on which the data has been generated.
Example Context:
<InstrumentList>
    <Instrument id="Instrument_1">
        <cvParam cvRef="MS" accession="MS:1000932" name="TripleTOF 5600"/>
    </Instrument>
</InstrumentList>

Element <InstrumentRef>

Definition: Container for a reference to the id of an Instrument within this submission
Type: RefType
Attributes:
Attribute NameData TypeUseDefinition
refxs:IDREFrequiredA reference to an element with and id in this document.
Subelements: none
Example Context:


Element <KeywordList>

Definition: Keywords defined by controlled vocabulary or free text categorised by a controlled vocabolary term (e.g. 'journal article keyword', 'submitter keyword' or 'curator keyword').
Type: KeywordListType
Attributes: none
Subelements:
Subelement NameminOccursmaxOccursDefinition
cvParam1unboundedA single entry from an ontology or a controlled vocabulary.
Example Context:
<KeywordList>
    <cvParam cvRef="MS" accession="MS:1001925" name="submitter keyword" value="human, blood plasma, PTM, OpenSWATH, IPF"/>
    <cvParam cvRef="MS" accession="MS:1001926" name="curator keyword" value="Technical"/>
    <cvParam cvRef="MS" accession="MS:1001926" name="curator keyword" value="Biomedical"/>
</KeywordList>
cvParam Mapping Rules: WARNING: There are no cvParam mapping rules for this element even though cvParam is an allowed subelement.
Example cvParams:
<cvParam cvRef="MS" accession="MS:1001925" name="submitter keyword" value="human, blood plasma, PTM, OpenSWATH, IPF"/>
<cvParam cvRef="MS" accession="MS:1001926" name="curator keyword" value="Technical"/>

Element <ModificationList>

Definition: The list of amino acid mass modifications caused or considered, defined as cvParams.
Type: ModificationListType
Attributes: none
Subelements:
Subelement NameminOccursmaxOccursDefinition
cvParam1unboundedA single entry from an ontology or a controlled vocabulary.
Example Context:
<ModificationList>
    <cvParam cvRef="MOD" accession="MOD:00599" name="monomethylated residue"/>
    <cvParam cvRef="MOD" accession="MOD:01152" name="carboxylated residue"/>
    <cvParam cvRef="MOD" accession="MOD:00696" name="phosphorylated residue"/>
    <cvParam cvRef="MOD" accession="MOD:00544" name="6x(13)C labeled residue"/>
    <cvParam cvRef="MOD" accession="MOD:00394" name="acetylated residue"/>
    <cvParam cvRef="MOD" accession="MOD:00400" name="deamidated residue"/>
  ...
</ModificationList>
cvParam Mapping Rules: WARNING: There are no cvParam mapping rules for this element even though cvParam is an allowed subelement.
Example cvParams:
<cvParam cvRef="MOD" accession="MOD:00599" name="monomethylated residue"/>
<cvParam cvRef="MOD" accession="MOD:01152" name="carboxylated residue"/>
<cvParam cvRef="MOD" accession="MOD:00696" name="phosphorylated residue"/>
<cvParam cvRef="MOD" accession="MOD:00544" name="6x(13)C labeled residue"/>
<cvParam cvRef="MOD" accession="MOD:00394" name="acetylated residue"/>
<cvParam cvRef="MOD" accession="MOD:00400" name="deamidated residue"/>
<cvParam cvRef="MOD" accession="MOD:00397" name="iodoacetamide derivatized residue"/>
<cvParam cvRef="MOD" accession="MOD:00398" name="carbamoylated residue"/>
<cvParam cvRef="MOD" accession="MOD:00695" name="sulfated residue"/>
<cvParam cvRef="MOD" accession="MOD:00674" name="amidated residue"/>
<cvParam cvRef="MOD" accession="MOD:00492" name="ubiquitination signature dipeptidyl lysine"/>
<cvParam cvRef="MOD" accession="MOD:00425" name="monohydroxylated residue"/>
<cvParam cvRef="MOD" accession="MOD:00493" name="formylated residue"/>
<cvParam cvRef="MOD" accession="MOD:00461" name="nitrosylation"/>
<cvParam cvRef="MOD" accession="MOD:00417" name="S-carboxamidoethyl-L-cysteine"/>

Element <Publication>

Definition: Reference to a publication in which the dataset is published.
Type: PublicationType
Attributes:
Attribute NameData TypeUseDefinition
idxs:IDrequiredIdentifier for the publication to be used for referencing within a document
Subelements:
Subelement NameminOccursmaxOccursDefinition
cvParam1unboundedA single entry from an ontology or a controlled vocabulary.
Example Context:
<Publication id="PMID28611809">
    <cvParam cvRef="MS" accession="MS:1000879" name="PubMed identifier" value="28611809"/>
    <cvParam cvRef="PRIDE" accession="PRIDE:0000400" name="Reference" value="Brocard L, Immel F, Coulon D, Esnay N, Tuphile K, Pascal S, Claverol S, Fouillen L, Bessoule JJ, Bréhélin C. Proteomic Analysis of Lipid Droplets from Arabidopsis Aging Leaves Brings New Insight into Their Biogenesis and Functions. Front Plant Sci. 2017 May 29;8:894. eCollection 2017"/>
</Publication>
cvParam Mapping Rules: WARNING: There are no cvParam mapping rules for this element even though cvParam is an allowed subelement.
Example cvParams:
<cvParam cvRef="MS" accession="MS:1000879" name="PubMed identifier" value="25652787"/>
<cvParam cvRef="PRIDE" accession="PRIDE:0000400" name="Reference" value="Liu Y, Buil A, Collins BC, Gillet LC, Blum LC, Cheng LY, Vitek O, Mouritsen J, Lachance G, Spector TD, Dermitzakis ET, Aebersold R. Quantitative variability of 342 plasma proteins in a human twin population. Mol Syst Biol. 2015 Feb 4;11(1):786"/>

Element <PublicationList>

Definition: The list of publications from which the dataset was collected or wherein it is published
Type: PublicationListType
Attributes: none
Subelements:
Subelement NameminOccursmaxOccursDefinition
Publication1unboundedReference to a publication in which the dataset is published.
Example Context:
<PublicationList>
    <Publication id="PMID25652787">
        <cvParam cvRef="MS" accession="MS:1000879" name="PubMed identifier" value="25652787"/>
        <cvParam cvRef="PRIDE" accession="PRIDE:0000400" name="Reference" value="Liu Y, Buil A, Collins BC, Gillet LC, Blum LC, Cheng LY, Vitek O, Mouritsen J, Lachance G, Spector TD, Dermitzakis ET, Aebersold R. Quantitative variability of 342 plasma proteins in a human twin population. Mol Syst Biol. 2015 Feb 4;11(1):786"/>
    </Publication>
    <Publication id="PMID28604659">
        <cvParam cvRef="MS" accession="MS:1000879" name="PubMed identifier" value="28604659"/>
  ...
</PublicationList>

Element <PublicationRef>

Definition: to reference the 'id' of a 'Publication' within this submission
Type: RefType
Attributes:
Attribute NameData TypeUseDefinition
refxs:IDREFrequiredA reference to an element with and id in this document.
Subelements: none
Example Context:


Element <RepositoryRecord>

Definition: A record in the repository the data was submitted to corresponding to this dataset (for an example PRIDE experiment record).
Type: RepositoryRecordType
Attributes:
Attribute NameData TypeUseDefinition
labelxs:stringoptionalShort label for the type of repository record.
namexs:stringrequiredShort name for the repository record, usually like a sample name.
recordIDxs:stringrequiredA unique identifier for the record within the repository.
repositoryIDHostingRepositoryTyperequiredIdentifier that uniquely defines the hosting repository which holds the data records.
urixs:anyURIrequiredURI that links to the repository record.
Subelements:
Subelement NameminOccursmaxOccursDefinition
SourceFileRef0unboundedto reference the 'id' of a 'DatasetFile' within this submission
PublicationRef0unboundedto reference the 'id' of a 'Publication' within this submission
InstrumentRef0unboundedContainer for a reference to the id of an Instrument within this submission
SampleList01The list of samples that are analyzed in this dataset.
ModificationList01The list of amino acid mass modifications caused or considered, defined as cvParams.
AnnotationList01Any additional annotation of the record/experiment that the submitter/generator of the message deems important enough to announce.
Example Context:
<RepositoryRecord name="Inference and quantification of peptidoforms in large sample cohorts by SWATH-MS: Twin blood plasma quantitative variance components" label="PRIDE project" recordID="PXD004574" repositoryID="PRIDE" uri="http://www.ebi.ac.uk/pride/archive/projects/PXD004574"/>

Element <RepositoryRecordList>

Definition: The list of records as found in the repository the data was submitted to (for example PRIDE experiment records).
Type: RepositoryRecordListType
Attributes: none
Subelements:
Subelement NameminOccursmaxOccursDefinition
RepositoryRecord1unboundedA record in the repository the data was submitted to corresponding to this dataset (for an example PRIDE experiment record).
Example Context:
<RepositoryRecordList>
    <RepositoryRecord name="Inference and quantification of peptidoforms in large sample cohorts by SWATH-MS: Twin blood plasma quantitative variance components" label="PRIDE project" recordID="PXD004574" repositoryID="PRIDE" uri="http://www.ebi.ac.uk/pride/archive/projects/PXD004574"/>
</RepositoryRecordList>

Element <RepositorySupport>

Definition: To what extend the data is supported in the hosting repository.
Type: RepositorySupportType
Attributes: none
Subelements:
Subelement NameminOccursmaxOccursDefinition
cvParam11A single entry from an ontology or a controlled vocabulary.
Example Context:
<RepositorySupport>
    <cvParam cvRef="PRIDE" accession="PRIDE:0000417" name="Unsupported dataset by repository"/>
</RepositorySupport>
cvParam Mapping Rules: WARNING: There are no cvParam mapping rules for this element even though cvParam is an allowed subelement.
Example cvParams:
<cvParam cvRef="PRIDE" accession="PRIDE:0000417" name="Unsupported dataset by repository"/>

Element <ReviewLevel>

Definition: Level of review on this dataset/associated paper.
Type: ReviewLevelType
Attributes: none
Subelements:
Subelement NameminOccursmaxOccursDefinition
cvParam11A single entry from an ontology or a controlled vocabulary.
Example Context:
<ReviewLevel>
    <cvParam cvRef="PRIDE" accession="PRIDE:0000414" name="Peer-reviewed dataset"/>
</ReviewLevel>
cvParam Mapping Rules: WARNING: There are no cvParam mapping rules for this element even though cvParam is an allowed subelement.
Example cvParams:
<cvParam cvRef="PRIDE" accession="PRIDE:0000414" name="Peer-reviewed dataset"/>

Element <Sample>

Definition: A summary of the sample describtion. This should be a (sub) selection of cvParams used to describe the sample. Minimally this should contain information like species, tissue, etc..., but could also contain sample preparation information.
Type: SampleType
Attributes:
Attribute NameData TypeUseDefinition
namexs:stringrequiredShort name for the sample analyzed in this dataset.
Subelements:
Subelement NameminOccursmaxOccursDefinition
cvParam1unboundedA single entry from an ontology or a controlled vocabulary.
Example Context:

cvParam Mapping Rules: WARNING: There are no cvParam mapping rules for this element even though cvParam is an allowed subelement.

Element <SampleList>

Definition: The list of samples that are analyzed in this dataset.
Type: SampleListType
Attributes: none
Subelements:
Subelement NameminOccursmaxOccursDefinition
Sample1unboundedA summary of the sample describtion. This should be a (sub) selection of cvParams used to describe the sample. Minimally this should contain information like species, tissue, etc..., but could also contain sample preparation information.
Example Context:


Element <SourceFileRef>

Definition: to reference the 'id' of a 'DatasetFile' within this submission
Type: RefType
Attributes:
Attribute NameData TypeUseDefinition
refxs:IDREFrequiredA reference to an element with and id in this document.
Subelements: none
Example Context:


Element <Species>

Definition: The species from which the data has been generated.
Type: SpeciesType
Attributes: none
Subelements:
Subelement NameminOccursmaxOccursDefinition
cvParam1unboundedA single entry from an ontology or a controlled vocabulary.
Example Context:
<Species>
    <cvParam cvRef="MS" accession="MS:1001469" name="taxonomy: scientific name" value="Arabidopsis thaliana (Mouse-ear cress)"/>
    <cvParam cvRef="MS" accession="MS:1001467" name="taxonomy: NCBI TaxID" value="3702"/>
</Species>
cvParam Mapping Rules: WARNING: There are no cvParam mapping rules for this element even though cvParam is an allowed subelement.
Example cvParams:
<cvParam cvRef="MS" accession="MS:1001469" name="taxonomy: scientific name" value="Homo sapiens (Human)"/>
<cvParam cvRef="MS" accession="MS:1001467" name="taxonomy: NCBI TaxID" value="9606"/>

Element <SpeciesList>

Definition: The list of species from which the data has been generated.
Type: SpeciesListType
Attributes: none
Subelements:
Subelement NameminOccursmaxOccursDefinition
Species1unboundedThe species from which the data has been generated.
Example Context:
<SpeciesList>
    <Species>
        <cvParam cvRef="MS" accession="MS:1001469" name="taxonomy: scientific name" value="Arabidopsis thaliana (Mouse-ear cress)"/>
        <cvParam cvRef="MS" accession="MS:1001467" name="taxonomy: NCBI TaxID" value="3702"/>
    </Species>
</SpeciesList>

Element <userParam>

Definition: A single user-defined parameter.
Type: UserParamType
Attributes:
Attribute NameData TypeUseDefinition
namexs:stringrequiredThe name of the parameter.
unitAccessionxs:stringoptionalAn accession number identifying the unit within the OBO foundry Unit CV.
unitCvRefxs:stringoptionalIf a unit term is referenced, this attribute MUST refer to the CV 'id' attribute defined in the cvList in this file.
unitNamexs:stringoptionalThe name of the unit.
valuexs:stringoptionalThe user-entered value of the parameter.
Subelements: none
Example Context: