schema location: | C:\ISB-Nov\dataXML05.xsd |
attribute form default: | |
element form default: | |
targetNamespace: | http://sashimi.sourceforge.net/schema_revision/DataXML_0.1 |
diagram | ![]() |
||||||||||||||||||
namespace | http://sashimi.sourceforge.net/schema_revision/DataXML_0.1 | ||||||||||||||||||
type | dataXML | ||||||||||||||||||
properties |
|
||||||||||||||||||
children | admin cvList paramGroupList sampleList instrumentList softwareList dataProcessingList experimentList dataGroupList | ||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:element name="dataXML" type="dataXML"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||
namespace | http://sashimi.sourceforge.net/schema_revision/DataXML_0.1 | ||||||||||||||||||||||||||||||
type | extension of ParamGroup | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | cvParam userParam paramGroupRef | ||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
source | <xs:complexType name="Acquisition"> <xs:complexContent> <xs:extension base="ParamGroup"> <xs:attribute name="acqNumber" type="xs:int"/> <xs:attribute name="spectrumRef" type="xs:string"/> <xs:attribute name="sourceFileRef" type="xs:string"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | xs:int | ||
properties |
|
||
source | <xs:attribute name="acqNumber" type="xs:int"/> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="spectrumRef" type="xs:string"/> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="sourceFileRef" type="xs:string"/> |
diagram | ![]() |
||||||||||||||||||||||||
namespace | http://sashimi.sourceforge.net/schema_revision/DataXML_0.1 | ||||||||||||||||||||||||
children | acquisition | ||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
source | <xs:complexType name="AcquisitionList"> <xs:sequence> <xs:element name="acquisition" type="Acquisition" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="count" type="xs:int"/> <xs:attribute name="spectrumType" type="xs:string"/> <xs:attribute name="methodOfCombination" type="xs:string"/> </xs:complexType> |
type | xs:int | ||
properties |
|
||
source | <xs:attribute name="count" type="xs:int"/> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="spectrumType" type="xs:string"/> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="methodOfCombination" type="xs:string"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||
type | Acquisition | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | cvParam userParam paramGroupRef | ||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
source | <xs:element name="acquisition" type="Acquisition" maxOccurs="unbounded"/> |
diagram | ![]() |
||
namespace | http://sashimi.sourceforge.net/schema_revision/DataXML_0.1 | ||
children | sourceFileList contact | ||
used by |
|
||
source | <xs:complexType name="Admin"> <xs:sequence> <xs:element name="sourceFileList" type="SourceFileList"/> <xs:element name="contact" type="Contact" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> |
diagram | ![]() |
||||||||||||
type | SourceFileList | ||||||||||||
properties |
|
||||||||||||
children | sourceFile | ||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="sourceFileList" type="SourceFileList"/> |
diagram | ![]() |
||||||||
type | Contact | ||||||||
properties |
|
||||||||
children | name institution URI | ||||||||
source | <xs:element name="contact" type="Contact" minOccurs="0" maxOccurs="unbounded"/> |
diagram | ![]() |
||||||||||||
namespace | http://sashimi.sourceforge.net/schema_revision/DataXML_0.1 | ||||||||||||
type | extension of Component | ||||||||||||
properties |
|
||||||||||||
children | cvParam userParam paramGroupRef source analyzer detector software | ||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:complexType name="Analyzer"> <xs:complexContent> <xs:extension base="Component"/> </xs:complexContent> </xs:complexType> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||
namespace | http://sashimi.sourceforge.net/schema_revision/DataXML_0.1 | ||||||||||||||||||||||||||||||||||||||||||
type | extension of DataArray | ||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||
children | cvParam userParam paramGroupRef binary | ||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="BinaryDataArray"> <xs:complexContent> <xs:extension base="DataArray"> <xs:sequence> <xs:element name="binary" type="xs:base64Binary"/> </xs:sequence> <xs:attribute name="precision"/> <xs:attribute name="compressionType"/> <xs:attribute name="encodedLength"/> </xs:extension> </xs:complexContent> </xs:complexType> |
properties |
|
||
source | <xs:attribute name="precision"/> |
properties |
|
||
source | <xs:attribute name="compressionType"/> |
properties |
|
||
source | <xs:attribute name="encodedLength"/> |
diagram | ![]() |
||||
type | xs:base64Binary | ||||
properties |
|
||||
source | <xs:element name="binary" type="xs:base64Binary"/> |
diagram | ![]() |
||||||||||||
namespace | http://sashimi.sourceforge.net/schema_revision/DataXML_0.1 | ||||||||||||
type | extension of ParamGroup | ||||||||||||
properties |
|
||||||||||||
children | cvParam userParam paramGroupRef source analyzer detector software | ||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:complexType name="Component"> <xs:complexContent> <xs:extension base="ParamGroup"> <xs:sequence> <xs:element name="source" type="Source" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="analyzer" type="Analyzer" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="detector" type="Detector" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="software" type="Software" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
diagram | ![]() |
||||||||||||
type | Source | ||||||||||||
properties |
|
||||||||||||
children | cvParam userParam paramGroupRef source analyzer detector software | ||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="source" type="Source" minOccurs="0" maxOccurs="unbounded"/> |
diagram | ![]() |
||||||||||||
type | Analyzer | ||||||||||||
properties |
|
||||||||||||
children | cvParam userParam paramGroupRef source analyzer detector software | ||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="analyzer" type="Analyzer" minOccurs="0" maxOccurs="unbounded"/> |
diagram | ![]() |
||||||||||||
type | Detector | ||||||||||||
properties |
|
||||||||||||
children | cvParam userParam paramGroupRef source analyzer detector software | ||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="detector" type="Detector" minOccurs="0" maxOccurs="unbounded"/> |
diagram | ![]() |
||||||||||||||||||||||||
type | Software | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
children | cvParam userParam paramGroupRef source analyzer detector software | ||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
source | <xs:element name="software" type="Software" minOccurs="0" maxOccurs="unbounded"/> |
diagram | ![]() |
||
namespace | http://sashimi.sourceforge.net/schema_revision/DataXML_0.1 | ||
children | name institution URI | ||
used by |
|
||
source | <xs:complexType name="Contact"> <xs:sequence> <xs:element name="name" type="xs:string"/> <xs:element name="institution" type="xs:string"/> <xs:element name="URI" type="xs:anyURI"/> </xs:sequence> </xs:complexType> |
diagram | ![]() |
||||
type | xs:string | ||||
properties |
|
||||
source | <xs:element name="name" type="xs:string"/> |
diagram | ![]() |
||||
type | xs:string | ||||
properties |
|
||||
source | <xs:element name="institution" type="xs:string"/> |
diagram | ![]() |
||||
type | xs:anyURI | ||||
properties |
|
||||
source | <xs:element name="URI" type="xs:anyURI"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||
namespace | http://sashimi.sourceforge.net/schema_revision/DataXML_0.1 | ||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
source | <xs:complexType name="CV"> <xs:attribute name="cvLabel" type="xs:string"/> <xs:attribute name="fullName" type="xs:string"/> <xs:attribute name="version" type="xs:string"/> <xs:attribute name="address" type="xs:string"/> </xs:complexType> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="cvLabel" type="xs:string"/> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="fullName" type="xs:string"/> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="version" type="xs:string"/> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="address" type="xs:string"/> |
diagram | ![]() |
||||||||||||
namespace | http://sashimi.sourceforge.net/schema_revision/DataXML_0.1 | ||||||||||||
children | cv | ||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:complexType name="CVList"> <xs:sequence> <xs:element name="cv" type="CV" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="count" type="xs:int"/> </xs:complexType> |
type | xs:int | ||
properties |
|
||
source | <xs:attribute name="count" type="xs:int"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||
type | CV | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
source | <xs:element name="cv" type="CV" minOccurs="0" maxOccurs="unbounded"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||
namespace | http://sashimi.sourceforge.net/schema_revision/DataXML_0.1 | ||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
source | <xs:complexType name="CVParam"> <xs:attribute name="cvLabel" type="xs:string"/> <xs:attribute name="accession" type="xs:string"/> <xs:attribute name="value" type="xs:string"/> <xs:attribute name="name" type="xs:string"/> </xs:complexType> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="cvLabel" type="xs:string"/> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="accession" type="xs:string"/> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="value" type="xs:string"/> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="name" type="xs:string"/> |
diagram | ![]() |
||||||||||||||||||||||||
namespace | http://sashimi.sourceforge.net/schema_revision/DataXML_0.1 | ||||||||||||||||||||||||
type | extension of ParamGroup | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
children | cvParam userParam paramGroupRef | ||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
source | <xs:complexType name="DataArray" abstract="true"> <xs:complexContent> <xs:extension base="ParamGroup"> <xs:attribute name="length" type="xs:int"/> <xs:attribute name="dataProcessingRef" type="xs:string"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | xs:int | ||
properties |
|
||
source | <xs:attribute name="length" type="xs:int"/> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="dataProcessingRef" type="xs:string"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||
namespace | http://sashimi.sourceforge.net/schema_revision/DataXML_0.1 | ||||||||||||||||||||||||||||||||||||
type | extension of ParamGroup | ||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||
children | cvParam userParam paramGroupRef binaryData delimitedFloatArray delimitedDoubleArray delimitedBooleanArray delimitedIntArray delimitedStringArray delimitedTimeArray stringData | ||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="DataGroup"> <xs:complexContent> <xs:extension base="ParamGroup"> <xs:sequence> <xs:element name="binaryData" type="BinaryDataArray" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="delimitedFloatArray" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="delimitedDoubleArray" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="delimitedBooleanArray" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="delimitedIntArray" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="delimitedStringArray" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="delimitedTimeArray" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="stringData" type="StringDataArray" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="sampleRef"/> <xs:attribute name="experimentRef"/> <xs:attribute name="spectrumRef"/> <xs:attribute name="dataProcessingRef" type="xs:string"/> </xs:extension> </xs:complexContent> </xs:complexType> |
properties |
|
||
source | <xs:attribute name="sampleRef"/> |
properties |
|
||
source | <xs:attribute name="experimentRef"/> |
properties |
|
||
source | <xs:attribute name="spectrumRef"/> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="dataProcessingRef" type="xs:string"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||
type | BinaryDataArray | ||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||
children | cvParam userParam paramGroupRef binary | ||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="binaryData" type="BinaryDataArray" minOccurs="0" maxOccurs="unbounded"/> |
diagram | ![]() |
||||||
properties |
|
||||||
source | <xs:element name="delimitedFloatArray" minOccurs="0" maxOccurs="unbounded"/> |
diagram | ![]() |
||||||
properties |
|
||||||
source | <xs:element name="delimitedDoubleArray" minOccurs="0" maxOccurs="unbounded"/> |
diagram | ![]() |
||||||
properties |
|
||||||
source | <xs:element name="delimitedBooleanArray" minOccurs="0" maxOccurs="unbounded"/> |
diagram | ![]() |
||||||
properties |
|
||||||
source | <xs:element name="delimitedIntArray" minOccurs="0" maxOccurs="unbounded"/> |
diagram | ![]() |
||||||
properties |
|
||||||
source | <xs:element name="delimitedStringArray" minOccurs="0" maxOccurs="unbounded"/> |
diagram | ![]() |
||||||
properties |
|
||||||
source | <xs:element name="delimitedTimeArray" minOccurs="0" maxOccurs="unbounded"/> |
diagram | ![]() |
||||||||||||||||||
type | StringDataArray | ||||||||||||||||||
properties |
|
||||||||||||||||||
children | cvParam userParam paramGroupRef items | ||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:element name="stringData" type="StringDataArray" minOccurs="0" maxOccurs="unbounded"/> |
diagram | ![]() |
||||||||||||
namespace | http://sashimi.sourceforge.net/schema_revision/DataXML_0.1 | ||||||||||||
children | dataGroup | ||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:complexType name="DataGroupList"> <xs:sequence> <xs:element name="dataGroup" type="DataGroup" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="count" type="xs:int"/> </xs:complexType> |
type | xs:int | ||
properties |
|
||
source | <xs:attribute name="count" type="xs:int"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||
type | DataGroup | ||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||
children | cvParam userParam paramGroupRef binaryData delimitedFloatArray delimitedDoubleArray delimitedBooleanArray delimitedIntArray delimitedStringArray delimitedTimeArray stringData | ||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||
source | <xs:element name="dataGroup" type="DataGroup" minOccurs="0" maxOccurs="unbounded"/> |
diagram | ![]() |
||||||||||||||||||
namespace | http://sashimi.sourceforge.net/schema_revision/DataXML_0.1 | ||||||||||||||||||
children | processingMethod | ||||||||||||||||||
used by |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:complexType name="DataProcessing"> <xs:sequence> <xs:element name="processingMethod" type="ParamGroup"/> </xs:sequence> <xs:attribute name="id" type="xs:string" use="optional"/> <xs:attribute name="componentRef"/> </xs:complexType> |
type | xs:string | ||||
properties |
|
||||
source | <xs:attribute name="id" type="xs:string" use="optional"/> |
properties |
|
||
source | <xs:attribute name="componentRef"/> |
diagram | ![]() |
||||||||||||
type | ParamGroup | ||||||||||||
properties |
|
||||||||||||
children | cvParam userParam paramGroupRef | ||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="processingMethod" type="ParamGroup"/> |
diagram | ![]() |
||||||||||||
namespace | http://sashimi.sourceforge.net/schema_revision/DataXML_0.1 | ||||||||||||
children | dataProcessing | ||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:complexType name="DataProcessingList"> <xs:sequence> <xs:element name="dataProcessing" type="DataProcessing" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="count" type="xs:int"/> </xs:complexType> |
type | xs:int | ||
properties |
|
||
source | <xs:attribute name="count" type="xs:int"/> |
diagram | ![]() |
||||||||||||||||||
type | DataProcessing | ||||||||||||||||||
properties |
|
||||||||||||||||||
children | processingMethod | ||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:element name="dataProcessing" type="DataProcessing" minOccurs="0" maxOccurs="unbounded"/> |
diagram | ![]() |
||||||||||||||||||
namespace | http://sashimi.sourceforge.net/schema_revision/DataXML_0.1 | ||||||||||||||||||
children | admin cvList paramGroupList sampleList instrumentList softwareList dataProcessingList experimentList dataGroupList | ||||||||||||||||||
used by |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:complexType name="dataXML"> <xs:sequence> <xs:element name="admin" type="Admin" minOccurs="0"/> <xs:element name="cvList" type="CVList" minOccurs="0"/> <xs:element name="paramGroupList" type="ParamGroupList" minOccurs="0"/> <xs:element name="sampleList" type="SampleList" minOccurs="0"/> <xs:element name="instrumentList" type="InstrumentList" minOccurs="0"/> <xs:element name="softwareList" type="SoftwareList" minOccurs="0"/> <xs:element name="dataProcessingList" type="DataProcessingList" minOccurs="0"/> <xs:element name="experimentList" type="ExperimentList" minOccurs="0"/> <xs:element name="dataGroupList" type="DataGroupList" minOccurs="0"/> </xs:sequence> <xs:attribute name="accession" type="xs:string"/> <xs:attribute name="version" type="xs:string"/> </xs:complexType> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="accession" type="xs:string"/> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="version" type="xs:string"/> |
diagram | ![]() |
||||||||
type | Admin | ||||||||
properties |
|
||||||||
children | sourceFileList contact | ||||||||
source | <xs:element name="admin" type="Admin" minOccurs="0"/> |
diagram | ![]() |
||||||||||||
type | CVList | ||||||||||||
properties |
|
||||||||||||
children | cv | ||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="cvList" type="CVList" minOccurs="0"/> |
diagram | ![]() |
||||||||||||
type | ParamGroupList | ||||||||||||
properties |
|
||||||||||||
children | paramGroup | ||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="paramGroupList" type="ParamGroupList" minOccurs="0"/> |
diagram | ![]() |
||||||||||||
type | SampleList | ||||||||||||
properties |
|
||||||||||||
children | sample | ||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="sampleList" type="SampleList" minOccurs="0"/> |
diagram | ![]() |
||||||||||||
type | InstrumentList | ||||||||||||
properties |
|
||||||||||||
children | instrument | ||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="instrumentList" type="InstrumentList" minOccurs="0"/> |
diagram | ![]() |
||||||||||||
type | SoftwareList | ||||||||||||
properties |
|
||||||||||||
children | software | ||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="softwareList" type="SoftwareList" minOccurs="0"/> |
diagram | ![]() |
||||||||||||
type | DataProcessingList | ||||||||||||
properties |
|
||||||||||||
children | dataProcessing | ||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="dataProcessingList" type="DataProcessingList" minOccurs="0"/> |
diagram | ![]() |
||||||||||||
type | ExperimentList | ||||||||||||
properties |
|
||||||||||||
children | experiment | ||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="experimentList" type="ExperimentList" minOccurs="0"/> |
diagram | ![]() |
||||||||||||
type | DataGroupList | ||||||||||||
properties |
|
||||||||||||
children | dataGroup | ||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="dataGroupList" type="DataGroupList" minOccurs="0"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||
namespace | http://sashimi.sourceforge.net/schema_revision/DataXML_0.1 | ||||||||||||||||||||||||||||||
type | extension of DelimitedDataArray | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | cvParam userParam paramGroupRef items | ||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
source | <xs:complexType name="DelimitedBooleanArray"> <xs:complexContent> <xs:extension base="DelimitedDataArray"> <xs:sequence> <xs:element name="items" type="BooleanList"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
diagram | ![]() |
||||
type | BooleanList | ||||
properties |
|
||||
source | <xs:element name="items" type="BooleanList"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||
namespace | http://sashimi.sourceforge.net/schema_revision/DataXML_0.1 | ||||||||||||||||||||||||||||||
type | extension of DataArray | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | cvParam userParam paramGroupRef | ||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
source | <xs:complexType name="DelimitedDataArray" abstract="true"> <xs:complexContent> <xs:extension base="DataArray"> <xs:attribute name="type" type="xs:string"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="type" type="xs:string"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||
namespace | http://sashimi.sourceforge.net/schema_revision/DataXML_0.1 | ||||||||||||||||||||||||||||||
type | extension of DelimitedDataArray | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | cvParam userParam paramGroupRef items | ||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
source | <xs:complexType name="DelimitedDoubleArray"> <xs:complexContent> <xs:extension base="DelimitedDataArray"> <xs:sequence> <xs:element name="items" type="DoubleList"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
diagram | ![]() |
||||
type | DoubleList | ||||
properties |
|
||||
source | <xs:element name="items" type="DoubleList"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||
namespace | http://sashimi.sourceforge.net/schema_revision/DataXML_0.1 | ||||||||||||||||||||||||||||||
type | extension of DelimitedDataArray | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | cvParam userParam paramGroupRef items | ||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
source | <xs:complexType name="DelimitedFloatArray"> <xs:complexContent> <xs:extension base="DelimitedDataArray"> <xs:sequence> <xs:element name="items" type="FloatList"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
diagram | ![]() |
||||
type | FloatList | ||||
properties |
|
||||
source | <xs:element name="items" type="FloatList"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||
namespace | http://sashimi.sourceforge.net/schema_revision/DataXML_0.1 | ||||||||||||||||||||||||||||||
type | extension of DelimitedDataArray | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | cvParam userParam paramGroupRef items | ||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
source | <xs:complexType name="DelimitedIntArray"> <xs:complexContent> <xs:extension base="DelimitedDataArray"> <xs:sequence> <xs:element name="items" type="IntList"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
diagram | ![]() |
||||
type | IntList | ||||
properties |
|
||||
source | <xs:element name="items" type="IntList"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||
namespace | http://sashimi.sourceforge.net/schema_revision/DataXML_0.1 | ||||||||||||||||||||||||||||||
type | extension of DelimitedDataArray | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | cvParam userParam paramGroupRef items | ||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
source | <xs:complexType name="DelimitedStringArray"> <xs:complexContent> <xs:extension base="DelimitedDataArray"> <xs:sequence> <xs:element name="items" type="StringList"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
diagram | ![]() |
||||
type | StringList | ||||
properties |
|
||||
source | <xs:element name="items" type="StringList"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||
namespace | http://sashimi.sourceforge.net/schema_revision/DataXML_0.1 | ||||||||||||||||||||||||||||||
type | extension of DelimitedDataArray | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | cvParam userParam paramGroupRef items | ||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
source | <xs:complexType name="DelimitedTimeArray"> <xs:complexContent> <xs:extension base="DelimitedDataArray"> <xs:sequence> <xs:element name="items" type="TimeList"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
diagram | ![]() |
||||
type | TimeList | ||||
properties |
|
||||
source | <xs:element name="items" type="TimeList"/> |
diagram | ![]() |
||||||||||||
namespace | http://sashimi.sourceforge.net/schema_revision/DataXML_0.1 | ||||||||||||
type | extension of Component | ||||||||||||
properties |
|
||||||||||||
children | cvParam userParam paramGroupRef source analyzer detector software | ||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:complexType name="Detector"> <xs:complexContent> <xs:extension base="Component"/> </xs:complexContent> </xs:complexType> |
diagram | ![]() |
||||||||||||||||||||||||||||||
namespace | http://sashimi.sourceforge.net/schema_revision/DataXML_0.1 | ||||||||||||||||||||||||||||||
type | extension of ParamGroup | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | cvParam userParam paramGroupRef spectrumList | ||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
source | <xs:complexType name="Experiment"> <xs:complexContent> <xs:extension base="ParamGroup"> <xs:sequence> <xs:element name="spectrumList" type="SpectrumList"/> </xs:sequence> <xs:attribute name="instrumentRef"/> <xs:attribute name="sampleRef" type="xs:string"/> <xs:attribute name="sourceFileRef" type="xs:string"/> </xs:extension> </xs:complexContent> </xs:complexType> |
properties |
|
||
source | <xs:attribute name="instrumentRef"/> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="sampleRef" type="xs:string"/> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="sourceFileRef" type="xs:string"/> |
diagram | ![]() |
||||||||||||
type | SpectrumList | ||||||||||||
properties |
|
||||||||||||
children | spectrum | ||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="spectrumList" type="SpectrumList"/> |
diagram | ![]() |
||||||||||||
namespace | http://sashimi.sourceforge.net/schema_revision/DataXML_0.1 | ||||||||||||
children | experiment | ||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:complexType name="ExperimentList"> <xs:sequence> <xs:element name="experiment" type="Experiment" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="count" type="xs:int"/> </xs:complexType> |
type | xs:int | ||
properties |
|
||
source | <xs:attribute name="count" type="xs:int"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||
type | Experiment | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | cvParam userParam paramGroupRef spectrumList | ||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
source | <xs:element name="experiment" type="Experiment" minOccurs="0" maxOccurs="unbounded"/> |
diagram | ![]() |
||||||||||||
namespace | http://sashimi.sourceforge.net/schema_revision/DataXML_0.1 | ||||||||||||
type | extension of xs:string | ||||||||||||
properties |
|
||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:complexType name="FileChecksum"> <xs:simpleContent> <xs:extension base="xs:string"> <xs:attribute name="type" type="xs:string"/> </xs:extension> </xs:simpleContent> </xs:complexType> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="type" type="xs:string"/> |
diagram | ![]() |
||||||||||||
namespace | http://sashimi.sourceforge.net/schema_revision/DataXML_0.1 | ||||||||||||
type | extension of Component | ||||||||||||
properties |
|
||||||||||||
children | cvParam userParam paramGroupRef source analyzer detector software | ||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:complexType name="Instrument"> <xs:complexContent> <xs:extension base="Component"/> </xs:complexContent> </xs:complexType> |
diagram | ![]() |
||||||||||||
namespace | http://sashimi.sourceforge.net/schema_revision/DataXML_0.1 | ||||||||||||
children | instrument | ||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:complexType name="InstrumentList"> <xs:sequence> <xs:element name="instrument" type="Instrument" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="count" type="xs:int"/> </xs:complexType> |
type | xs:int | ||
properties |
|
||
source | <xs:attribute name="count" type="xs:int"/> |
diagram | ![]() |
||||||||||||
type | Instrument | ||||||||||||
properties |
|
||||||||||||
children | cvParam userParam paramGroupRef source analyzer detector software | ||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="instrument" type="Instrument" minOccurs="0" maxOccurs="unbounded"/> |
diagram | ![]() |
||||||||||||||||||
namespace | http://sashimi.sourceforge.net/schema_revision/DataXML_0.1 | ||||||||||||||||||
type | extension of ParamGroup | ||||||||||||||||||
properties |
|
||||||||||||||||||
children | cvParam userParam paramGroupRef | ||||||||||||||||||
used by |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:complexType name="InstrumentSettings"> <xs:complexContent> <xs:extension base="ParamGroup"> <xs:attribute name="instrumentRef" type="xs:string"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="instrumentRef" type="xs:string"/> |
diagram | ![]() |
||||||||||||
namespace | http://sashimi.sourceforge.net/schema_revision/DataXML_0.1 | ||||||||||||
children | cvParam userParam paramGroupRef | ||||||||||||
used by | |||||||||||||
attributes |
|
||||||||||||
source | <xs:complexType name="ParamGroup"> <xs:sequence> <xs:element name="cvParam" type="CVParam" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="userParam" type="UserParam" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="paramGroupRef" type="ParamGroupRef" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="id" type="xs:string"/> </xs:complexType> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="id" type="xs:string"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||
type | CVParam | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
source | <xs:element name="cvParam" type="CVParam" minOccurs="0" maxOccurs="unbounded"/> |
diagram | ![]() |
||||||||||||||||||||||||
type | UserParam | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
source | <xs:element name="userParam" type="UserParam" minOccurs="0" maxOccurs="unbounded"/> |
diagram | ![]() |
||||||||||||
type | ParamGroupRef | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="paramGroupRef" type="ParamGroupRef" minOccurs="0" maxOccurs="unbounded"/> |
diagram | ![]() |
||||||||||||
namespace | http://sashimi.sourceforge.net/schema_revision/DataXML_0.1 | ||||||||||||
children | paramGroup | ||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:complexType name="ParamGroupList"> <xs:sequence> <xs:element name="paramGroup" type="ParamGroup" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="count" type="xs:int"/> </xs:complexType> |
type | xs:int | ||
properties |
|
||
source | <xs:attribute name="count" type="xs:int"/> |
diagram | ![]() |
||||||||||||
type | ParamGroup | ||||||||||||
properties |
|
||||||||||||
children | cvParam userParam paramGroupRef | ||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="paramGroup" type="ParamGroup" minOccurs="0" maxOccurs="unbounded"/> |
diagram | ![]() |
||||||||||||
namespace | http://sashimi.sourceforge.net/schema_revision/DataXML_0.1 | ||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:complexType name="ParamGroupRef"> <xs:attribute name="ref" type="xs:string"/> </xs:complexType> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="ref" type="xs:string"/> |
diagram | ![]() |
||||||||||||||||||
namespace | http://sashimi.sourceforge.net/schema_revision/DataXML_0.1 | ||||||||||||||||||
children | ionSelection activation | ||||||||||||||||||
used by |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:complexType name="Precursor"> <xs:sequence> <xs:element name="ionSelection" type="ParamGroup"/> <xs:element name="activation" type="ParamGroup"/> </xs:sequence> <xs:attribute name="msLevel" type="xs:int"/> <xs:attribute name="spectrumRef" type="xs:string"/> </xs:complexType> |
type | xs:int | ||
properties |
|
||
source | <xs:attribute name="msLevel" type="xs:int"/> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="spectrumRef" type="xs:string"/> |
diagram | ![]() |
||||||||||||
type | ParamGroup | ||||||||||||
properties |
|
||||||||||||
children | cvParam userParam paramGroupRef | ||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="ionSelection" type="ParamGroup"/> |
diagram | ![]() |
||||||||||||
type | ParamGroup | ||||||||||||
properties |
|
||||||||||||
children | cvParam userParam paramGroupRef | ||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="activation" type="ParamGroup"/> |
diagram | ![]() |
||||||||||||
namespace | http://sashimi.sourceforge.net/schema_revision/DataXML_0.1 | ||||||||||||
children | precursor | ||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:complexType name="PrecursorList"> <xs:sequence> <xs:element name="precursor" type="Precursor" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="count" type="xs:int"/> </xs:complexType> |
type | xs:int | ||
properties |
|
||
source | <xs:attribute name="count" type="xs:int"/> |
diagram | ![]() |
||||||||||||||||||
type | Precursor | ||||||||||||||||||
properties |
|
||||||||||||||||||
children | ionSelection activation | ||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:element name="precursor" type="Precursor" maxOccurs="unbounded"/> |
diagram | ![]() |
||||||||||||
namespace | http://sashimi.sourceforge.net/schema_revision/DataXML_0.1 | ||||||||||||
type | extension of ParamGroup | ||||||||||||
properties |
|
||||||||||||
children | cvParam userParam paramGroupRef | ||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:complexType name="Sample"> <xs:complexContent> <xs:extension base="ParamGroup"/> </xs:complexContent> </xs:complexType> |
diagram | ![]() |
||||||||||||
namespace | http://sashimi.sourceforge.net/schema_revision/DataXML_0.1 | ||||||||||||
children | sample | ||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:complexType name="SampleList"> <xs:sequence> <xs:element name="sample" type="Sample" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="count" type="xs:int"/> </xs:complexType> |
type | xs:int | ||
properties |
|
||
source | <xs:attribute name="count" type="xs:int"/> |
diagram | ![]() |
||||||||||||
type | Sample | ||||||||||||
properties |
|
||||||||||||
children | cvParam userParam paramGroupRef | ||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="sample" type="Sample" minOccurs="0" maxOccurs="unbounded"/> |
diagram | ![]() |
||||||||||||||||||||||||
namespace | http://sashimi.sourceforge.net/schema_revision/DataXML_0.1 | ||||||||||||||||||||||||
type | extension of Component | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
children | cvParam userParam paramGroupRef source analyzer detector software | ||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
source | <xs:complexType name="Software"> <xs:complexContent> <xs:extension base="Component"> <xs:attribute name="name" type="xs:string"/> <xs:attribute name="version" type="xs:string"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="name" type="xs:string"/> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="version" type="xs:string"/> |
diagram | ![]() |
||||||||||||
namespace | http://sashimi.sourceforge.net/schema_revision/DataXML_0.1 | ||||||||||||
children | software | ||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:complexType name="SoftwareList"> <xs:sequence> <xs:element name="software" type="Software" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="count" type="xs:int"/> </xs:complexType> |
type | xs:int | ||
properties |
|
||
source | <xs:attribute name="count" type="xs:int"/> |
diagram | ![]() |
||||||||||||||||||||||||
type | Software | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
children | cvParam userParam paramGroupRef source analyzer detector software | ||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
source | <xs:element name="software" type="Software" minOccurs="0" maxOccurs="unbounded"/> |
diagram | ![]() |
||||||||||||
namespace | http://sashimi.sourceforge.net/schema_revision/DataXML_0.1 | ||||||||||||
type | extension of Component | ||||||||||||
properties |
|
||||||||||||
children | cvParam userParam paramGroupRef source analyzer detector software | ||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:complexType name="Source"> <xs:complexContent> <xs:extension base="Component"/> </xs:complexContent> </xs:complexType> |
diagram | ![]() |
||||||||||||||||||||||||
namespace | http://sashimi.sourceforge.net/schema_revision/DataXML_0.1 | ||||||||||||||||||||||||
children | fileChecksum | ||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
source | <xs:complexType name="SourceFile"> <xs:sequence> <xs:element name="fileChecksum" type="FileChecksum"/> </xs:sequence> <xs:attribute name="fileName" type="xs:string"/> <xs:attribute name="filePath" type="xs:string"/> <xs:attribute name="fileType" type="xs:string"/> </xs:complexType> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="fileName" type="xs:string"/> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="filePath" type="xs:string"/> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="fileType" type="xs:string"/> |
diagram | ![]() |
||||||||||||
type | FileChecksum | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="fileChecksum" type="FileChecksum"/> |
diagram | ![]() |
||||||||||||
namespace | http://sashimi.sourceforge.net/schema_revision/DataXML_0.1 | ||||||||||||
children | sourceFile | ||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:complexType name="SourceFileList"> <xs:sequence> <xs:element name="sourceFile" type="SourceFile" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="count" type="xs:int"/> </xs:complexType> |
type | xs:int | ||
properties |
|
||
source | <xs:attribute name="count" type="xs:int"/> |
diagram | ![]() |
||||||||||||||||||||||||
type | SourceFile | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
children | fileChecksum | ||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
source | <xs:element name="sourceFile" type="SourceFile" minOccurs="0" maxOccurs="unbounded"/> |
diagram | ![]() |
||||||||||||||||||||||||
namespace | http://sashimi.sourceforge.net/schema_revision/DataXML_0.1 | ||||||||||||||||||||||||
type | extension of ParamGroup | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
children | cvParam userParam paramGroupRef spectrumHeader binaryData | ||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
source | <xs:complexType name="Spectrum"> <xs:complexContent> <xs:extension base="ParamGroup"> <xs:sequence> <xs:element name="spectrumHeader" type="SpectrumHeader"/> <xs:element name="binaryData" type="BinaryDataArray" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="scanNumber" type="xs:int"/> <xs:attribute name="dataProcessingRef" type="xs:string"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | xs:int | ||
properties |
|
||
source | <xs:attribute name="scanNumber" type="xs:int"/> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="dataProcessingRef" type="xs:string"/> |
diagram | ![]() |
||||||||||||
type | SpectrumHeader | ||||||||||||
properties |
|
||||||||||||
children | cvParam userParam paramGroupRef acquisitionList precursorList instrumentSettings | ||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="spectrumHeader" type="SpectrumHeader"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||
type | BinaryDataArray | ||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||
children | cvParam userParam paramGroupRef binary | ||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="binaryData" type="BinaryDataArray" minOccurs="0" maxOccurs="unbounded"/> |
diagram | ![]() |
||||||||||||
namespace | http://sashimi.sourceforge.net/schema_revision/DataXML_0.1 | ||||||||||||
type | extension of ParamGroup | ||||||||||||
properties |
|
||||||||||||
children | cvParam userParam paramGroupRef acquisitionList precursorList instrumentSettings | ||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:complexType name="SpectrumHeader"> <xs:complexContent> <xs:extension base="ParamGroup"> <xs:sequence> <xs:element name="acquisitionList" type="AcquisitionList" minOccurs="0"/> <xs:element name="precursorList" type="PrecursorList" minOccurs="0"/> <xs:element name="instrumentSettings" type="InstrumentSettings" minOccurs="0"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
diagram | ![]() |
||||||||||||||||||||||||
type | AcquisitionList | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
children | acquisition | ||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
source | <xs:element name="acquisitionList" type="AcquisitionList" minOccurs="0"/> |
diagram | ![]() |
||||||||||||
type | PrecursorList | ||||||||||||
properties |
|
||||||||||||
children | precursor | ||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="precursorList" type="PrecursorList" minOccurs="0"/> |
diagram | ![]() |
||||||||||||||||||
type | InstrumentSettings | ||||||||||||||||||
properties |
|
||||||||||||||||||
children | cvParam userParam paramGroupRef | ||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:element name="instrumentSettings" type="InstrumentSettings" minOccurs="0"/> |
diagram | ![]() |
||||||||||||
namespace | http://sashimi.sourceforge.net/schema_revision/DataXML_0.1 | ||||||||||||
children | spectrum | ||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:complexType name="SpectrumList"> <xs:sequence> <xs:element name="spectrum" type="Spectrum" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="count" type="xs:int"/> </xs:complexType> |
type | xs:int | ||
properties |
|
||
source | <xs:attribute name="count" type="xs:int"/> |
diagram | ![]() |
||||||||||||||||||||||||
type | Spectrum | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
children | cvParam userParam paramGroupRef spectrumHeader binaryData | ||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
source | <xs:element name="spectrum" type="Spectrum" minOccurs="0" maxOccurs="unbounded"/> |
diagram | ![]() |
||||||||||||||||||
namespace | http://sashimi.sourceforge.net/schema_revision/DataXML_0.1 | ||||||||||||||||||
type | extension of ParamGroup | ||||||||||||||||||
properties |
|
||||||||||||||||||
children | cvParam userParam paramGroupRef items | ||||||||||||||||||
used by |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:complexType name="StringDataArray"> <xs:complexContent> <xs:extension base="ParamGroup"> <xs:sequence> <xs:element name="items" type="xs:string" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="length" type="xs:int"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | xs:int | ||
properties |
|
||
source | <xs:attribute name="length" type="xs:int"/> |
diagram | ![]() |
||||||||
type | xs:string | ||||||||
properties |
|
||||||||
source | <xs:element name="items" type="xs:string" minOccurs="0" maxOccurs="unbounded"/> |
diagram | ![]() |
||||||||||||||||||||||||
namespace | http://sashimi.sourceforge.net/schema_revision/DataXML_0.1 | ||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
source | <xs:complexType name="UserParam"> <xs:attribute name="name" type="xs:string"/> <xs:attribute name="type" type="xs:string"/> <xs:attribute name="value" type="xs:string"/> </xs:complexType> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="name" type="xs:string"/> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="type" type="xs:string"/> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="value" type="xs:string"/> |
namespace | http://sashimi.sourceforge.net/schema_revision/DataXML_0.1 | ||
type | list of xs:boolean | ||
used by |
|
||
source | <xs:simpleType name="BooleanList"> <xs:list itemType="xs:boolean"/> </xs:simpleType> |
namespace | http://sashimi.sourceforge.net/schema_revision/DataXML_0.1 | ||
type | list of xs:double | ||
used by |
|
||
source | <xs:simpleType name="DoubleList"> <xs:list itemType="xs:double"/> </xs:simpleType> |
namespace | http://sashimi.sourceforge.net/schema_revision/DataXML_0.1 | ||
type | list of xs:float | ||
used by |
|
||
source | <xs:simpleType name="FloatList"> <xs:list itemType="xs:float"/> </xs:simpleType> |
namespace | http://sashimi.sourceforge.net/schema_revision/DataXML_0.1 | ||
type | list of xs:int | ||
used by |
|
||
source | <xs:simpleType name="IntList"> <xs:list itemType="xs:int"/> </xs:simpleType> |
namespace | http://sashimi.sourceforge.net/schema_revision/DataXML_0.1 | ||
type | list of xs:string | ||
used by |
|
||
source | <xs:simpleType name="StringList"> <xs:list itemType="xs:string"/> </xs:simpleType> |
namespace | http://sashimi.sourceforge.net/schema_revision/DataXML_0.1 | ||
type | list of xs:time | ||
used by |
|
||
source | <xs:simpleType name="TimeList"> <xs:list itemType="xs:time"/> </xs:simpleType> |