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

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

Documentation
				EventEntry should be used for annotations of every description, e.g. QRS annotation for ECG datasets. EventEntry should not be used for acquired data. 
			
Properties
This component is not nillable.

Model
<...
  commentLength = xs:int
  contentClass = xs:string
  id = unisensFilename
  name = xs:string
  sampleRate = xs:double
  source = xs:string
  sourceId = xs:string
  typeLength = xs:int>
(customAttributes?, (binFileFormat | csvFileFormat | xmlFileFormat | customFileFormat) )
</...>


Nested Element Summary
binFileFormatbinFileFormat
          
csvFileFormatcsvFileFormat
          
customAttributescustomAttributes
          
customFileFormatcustomFileFormat
          
xmlFileFormatxmlFileFormat
          

Attribute Summary
 xs:intcommentLength
           Length of each comment.  
 xs:stringcontentClass
          The content class describes the type of data. 
 unisensFilenameid
          The identifier of an entry corresponds to the filename containing the data. 
 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:inttypeLength
           Length of each type.  

Attribute Detail

commentLength

Length of each comment.

Type:
xs:int
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

id

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

Type:
unisensFilename
Use:
required
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. This is used as time base for all sample stamps.

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

typeLength

Length of each type.

Type:
xs:int
Use:
optional
Form:
unqualified

Source
<xs:complexType name="eventEntry">
<xs:complexContent>
<xs:extension base="entry">
<xs:attribute name="sampleRate" type="xs:double" use="required">
</xs:attribute>
<xs:attribute name="commentLength" type="xs:int">
</xs:attribute>
<xs:attribute name="typeLength" type="xs:int">
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>


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