http://www.unisens.org/unisens2.0
complexType valuesEntry

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://www.unisens.org/unisens2.0}entry (restriction)
|
+--{http://www.unisens.org/unisens2.0}measurementEntry (extension)
|
+--{http://www.unisens.org/unisens2.0}valuesEntry (extension)

Documentation
				ValuesEntry should be used for not equidistant acquired data from a measurement system, e.g. oscillometric measured blood pressure. A ValuesEntry can contain different channels.
			
Properties
This component is not nillable.

Model
<...
  adcResolution = xs:int
  adcZero = xs:int
  baseline = xs:int
  comment = xs:string
  contentClass = xs:string
  dataType = DataType
  id = unisensFilename
  lsbValue = xs:double
  name = xs:string
  sampleRate = xs:double
  source = xs:string
  sourceId = xs:string
  unit = xs:string>
(customAttributes?, (binFileFormat | csvFileFormat | xmlFileFormat | customFileFormat) ) channel*
</...>


Nested Element Summary
binFileFormatbinFileFormat
          
channelchannel
          
csvFileFormatcsvFileFormat
          
customAttributescustomAttributes
          
customFileFormatcustomFileFormat
          
xmlFileFormatxmlFileFormat
          

Attribute Summary
 xs:intadcResolution
           The resolution in bits of the ADC used to acquire the data contained in this Entry.  
 xs:intadcZero
          The integer value given by the ADC when the input falls exactly at the center of the ADC range. 
 xs:intbaseline
          Offset representing the value of ADC output that would map to the value of 0 of the physical variable acquired by the ADC. 
 xs:stringcomment
           A free comment, can be used to describe this entry.  
 xs:stringcontentClass
          The content class describes the type of data. 
 DataTypedataType
          The DataType of the data contained in this Entry. 
 unisensFilenameid
          The identifier of an entry corresponds to the filename containing the data. 
 xs:doublelsbValue
           The equivalent value of the physical variable according to unit represented by the least significant bit of the ADC used to acquire the data contained in this Entry.  
 xs:stringname
           The name of an entry.  
 xs:doublesampleRate
           The sample rate of this Entry in samples per second.  
 xs:stringsource
           The source describes the data origin of the data, for example the recorder's name.  
 xs:stringsourceId
           The source identifier contains the serial number of the used recorder.  
 xs:stringunit
          String that specifies the physical unit for the acquired variables. 

Attribute Detail

adcResolution

The resolution in bits of the ADC used to acquire the data contained in this Entry.

Type:
xs:int
Use:
optional
Form:
unqualified

adcZero

The integer value given by the ADC when the input falls exactly at the center of the ADC range. For bipolar ADCs with two's complement output adcZero is usually zero.

Type:
xs:int
Use:
optional
Form:
unqualified

baseline

Offset representing the value of ADC output that would map to the value of 0 of the physical variable acquired by the ADC. This value can be beyond the adc output range. The value of the physical variable is calculated by value = (ADC_output - baseline) * lsbValue.

Type:
xs:int
Use:
optional
Form:
unqualified

comment

A free comment, can be used to describe this entry.

Type:
xs:string
Use:
optional
Form:
unqualified

contentClass

The content class describes the type of data. The content class should be choosen from a list of recommended content classes like ECG, ACC for acceleration signals, IMP for impedance, TRIGGER for trigger lists etc. The content class is in uppercase letters.

Type:
xs:string
Use:
optional
Form:
unqualified

dataType

The DataType of the data contained in this Entry. Necessary attribute for binary data.

Type:
DataType
Use:
optional
Form:
unqualified

id

The identifier of an entry corresponds to the filename containing the data. The identifier is unique.

Type:
unisensFilename
Use:
required
Form:
unqualified

lsbValue

The equivalent value of the physical variable according to unit represented by the least significant bit of the ADC used to acquire the data contained in this Entry.

Type:
xs:double
Use:
optional
Form:
unqualified

name

The name of an entry.

Type:
xs:string
Use:
optional
Form:
unqualified

sampleRate

The sample rate of this Entry in samples per second.

Type:
xs:double
Use:
required
Form:
unqualified

source

The source describes the data origin of the data, for example the recorder's name.

Type:
xs:string
Use:
optional
Form:
unqualified

sourceId

The source identifier contains the serial number of the used recorder.

Type:
xs:string
Use:
optional
Form:
unqualified

unit

String that specifies the physical unit for the acquired variables. For example kV, V, uV for voltage. See http://www.unisens.org for unit recommendations.

Type:
xs:string
Use:
optional
Form:
unqualified

Source
<xs:complexType name="valuesEntry">
<xs:complexContent>
<xs:extension base="measurementEntry"/>
</xs:complexContent>
</xs:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.