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

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

Documentation
				CustomEntry should be used for proprietary data files, e.g. photos and movies.
			
Properties
This component is not nillable.

Model
<...
  comment = xs:string
  contentClass = xs:string
  id = unisensFilename
  name = xs:string
  source = xs:string
  sourceId = xs:string
  {any attribute from any namespace}>
(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

Source
<xs:complexType name="customEntry">
<xs:complexContent>
<xs:extension base="entry">
<xs:anyAttribute namespace="##any" processContents="lax"/>
</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.