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

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

Documentation
				Sequence number specified in high and low, or as a 64-bit decimal value
			
Properties
This component is not nillable.

Model
<...>
((high?, low?) | value?)
</...>


Nested Element Summary
integerhigh
          
positiveIntegerlow
          
integer_SEQUENCE_NUMBERvalue
          
Source
<xs:complexType name="sequenceNumber">
<xs:choice>
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="0" name="high" type="integer"/>
<xs:element maxOccurs="1" minOccurs="0" name="low" type="positiveInteger"/>
</xs:sequence>
<xs:element maxOccurs="1" minOccurs="0" name="value" type="integer_SEQUENCE_NUMBER"/>
</xs:choice>
</xs:complexType>


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