http://www.unisens.org/unisens2.0/events
complexType event

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

Properties
This component is not nillable.

Model
<...
  comment = xsd:string
  sampleStamp = xsd:double
  type = xsd:string>

</...>


Attribute Summary
 xsd:stringcomment
          
 xsd:doublesampleStamp
          
 xsd:stringtype
          

Attribute Detail

comment

Type:
xsd:string
Use:
optional
Form:
unqualified

sampleStamp

Type:
xsd:double
Use:
required
Form:
unqualified

type

Type:
xsd:string
Use:
required
Form:
unqualified

Source
<xsd:complexType name="event">
<xsd:attribute name="type" type="xsd:string" use="required"/>
<xsd:attribute name="sampleStamp" type="xsd:double" use="required"/>
<xsd:attribute name="comment" type="xsd:string" use="optional"/>
</xsd:complexType>


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