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

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

Properties
This component is not nillable.

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


Nested Element Summary
binFileFormatbinFileFormat
          
csvFileFormatcsvFileFormat
          
customAttributescustomAttributes
          
customFileFormatcustomFileFormat
          
xmlFileFormatxmlFileFormat
          

Attribute Summary
 xs:stringcomment
           A free comment, can be used to describe this entry.  
 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: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.  

Attribute Detail

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

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

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

Sub Types
{http://www.unisens.org/unisens2.0}entry (restriction)
|
+--{http://www.unisens.org/unisens2.0}customEntry (extension)
|
+--{http://www.unisens.org/unisens2.0}eventEntry (extension)
|
+--{http://www.unisens.org/unisens2.0}measurementEntry (extension)
|
+--{http://www.unisens.org/unisens2.0}signalEntry (extension)
|
+--{http://www.unisens.org/unisens2.0}valuesEntry (extension)

Source
<xs:complexType abstract="true" name="entry">
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="0" name="customAttributes" type="customAttributes"/>
<xs:choice id="fileFormat" maxOccurs="1" minOccurs="1">
<xs:element name="binFileFormat" type="binFileFormat"/>
<xs:element name="csvFileFormat" type="csvFileFormat"/>
<xs:element name="xmlFileFormat" type="xmlFileFormat"/>
<xs:element name="customFileFormat" type="customFileFormat"/>
</xs:choice>
</xs:sequence>
<xs:attribute name="id" type="unisensFilename" use="required">
</xs:attribute>
<xs:attribute name="name" type="xs:string">
</xs:attribute>
<xs:attribute name="contentClass" type="xs:string">
</xs:attribute>
<xs:attribute name="source" type="xs:string">
</xs:attribute>
<xs:attribute name="sourceId" type="xs:string">
</xs:attribute>
<xs:attribute name="comment" type="xs:string">
</xs:attribute>
</xs:complexType>


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