urn:schemas-cosylab-com:BulkDataNTReceiver:1.0
complexType durationAuto

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{urn:schemas-cosylab-com:BulkDataNTReceiver:1.0}durationAuto (restriction)

Documentation
                Time specified in seconds and nanoseconds
            
Properties
This component is not nillable.

Model
<...>
(sec? ; nanosec?)
</...>


Nested Element Summary
nonNegativeInteger_DurationAuto_NSECnanosec
          
nonNegativeInteger_DurationAuto_SECsec
          
Source
<xs:complexType name="durationAuto">
<xs:all>
<xs:element maxOccurs="1" minOccurs="0" name="sec" type="nonNegativeInteger_DurationAuto_SEC"/>
<xs:element maxOccurs="1" minOccurs="0" name="nanosec" type="nonNegativeInteger_DurationAuto_NSEC"/>
</xs:all>
</xs:complexType>


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