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

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

Documentation
				A valuesEntry and a signalEntry need at least one channel. Each entry can have multiple channels, e.g. three channels for a tri-axial acceleration sensor, twelve channels for a 12 lead ECG or two channels for systolic and diastolic blood pressure.
			
Properties
This component is not nillable.

Model
<...
  name = xs:string>

</...>


Attribute Summary
 xs:stringname
           The name of a channel.  

Attribute Detail

name

The name of a channel.

Type:
xs:string
Use:
required
Form:
unqualified

Source
<xs:complexType name="channel">
<xs:attribute name="name" type="xs:string" use="required">
</xs:attribute>
</xs:complexType>


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