http://www.unisens.org/unisens2.0
element unisens

Documentation
Unisens 2.0 root element
Properties
This component is not nillable.

Model
<unisens
  comment = xs:string
  duration = xs:float
  measurementId = xs:string
  timestampStart = xs:dateTime
  version = xs:string>
(customAttributes? | context? | signalEntry | valuesEntry | eventEntry | customEntry | group*)*
</unisens>


Nested Element Summary
contextcontext
          
customAttributescustomAttributes
          
customEntrycustomEntry
          
eventEntryeventEntry
          
groupgroup
          
signalEntrysignalEntry
          
valuesEntryvaluesEntry
          

Attribute Summary
 xs:stringcomment
           Free comment for this measurement.  
 xs:floatduration
          Duration of the dataset in seconds. 
 xs:stringmeasurementId
           Identifier for this measurement.  
 xs:dateTimetimestampStart
          Timestamp of the begin of the measurement corresponing ISO 8601. 
 xs:stringversion
           Version number of the corresponding Unisens specification of the unisens.xml.  

Attribute Detail

comment

Free comment for this measurement.

Type:
xs:string
Use:
optional
Form:
unqualified

duration

Duration of the dataset in seconds. This is recommended when the dataset does not include any signalEntry.

Type:
xs:float
Use:
optional
Form:
unqualified

measurementId

Identifier for this measurement.

Type:
xs:string
Use:
required
Form:
unqualified

timestampStart

Timestamp of the begin of the measurement corresponing ISO 8601. For example "2010-08-18T17:58:46.012" for "8. AUG 2010, 5:58:46 pm and 12 ms".

Type:
xs:dateTime
Use:
required
Form:
unqualified

version

Version number of the corresponding Unisens specification of the unisens.xml.

Type:
xs:string
Use:
required
Form:
unqualified

Source
<xs:element name="unisens">
<xs:complexType>
<xs:sequence>
<xs:choice id="entries" maxOccurs="unbounded" minOccurs="0">
<xs:element maxOccurs="1" minOccurs="0" name="customAttributes" type="customAttributes"/>
<xs:element maxOccurs="1" minOccurs="0" name="context" type="context"/>
<xs:element name="signalEntry" type="signalEntry"/>
<xs:element name="valuesEntry" type="valuesEntry"/>
<xs:element name="eventEntry" type="eventEntry"/>
<xs:element name="customEntry" type="customEntry"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="group" type="group"/>
</xs:choice>
</xs:sequence>
<xs:attribute name="version" type="xs:string" use="required">
</xs:attribute>
<xs:attribute name="measurementId" type="xs:string" use="required">
</xs:attribute>
<xs:attribute name="timestampStart" type="xs:dateTime" use="required">
</xs:attribute>
<xs:attribute name="duration" type="xs:float" use="optional">
</xs:attribute>
<xs:attribute name="comment" type="xs:string" use="optional">
</xs:attribute>
</xs:complexType>
</xs:element>


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