urn:schemas-cosylab-com:BulkDataNTReceiver:1.0
simpleType nonNegativeInteger_DurationAuto_NSEC

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

Documentation
                <DURATION_INFINITE_NSEC|DURATION_ZERO_NSEC|DURATION_AUTO_NSEC|xs:nonNegativeInteger>
            
Properties
This component is not nillable.

Model

(\+?[0-9]+)|DURATION_INFINITE_NSEC|DURATION_ZERO_NSEC|DURATION_AUTO_NSEC
attribute-value normalization: collapse


Source
<xs:simpleType name="nonNegativeInteger_DurationAuto_NSEC">
<xs:restriction base="xs:string">
<xs:whiteSpace value="collapse"/>
<xs:pattern value="(\+?[0-9]+)|DURATION_INFINITE_NSEC|DURATION_ZERO_NSEC|DURATION_AUTO_NSEC"/>
</xs:restriction>
</xs:simpleType>


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