simpleType nonNegativeScalarType
type restriction of xsd:double
properties
base xsd:double
used by
attributes uuvVerticalPositionElementType/@altitude verticalPositionUAVElementType/@altitudeAGL verticalPositionUAVElementType/@altitudeMSL uuvVerticalPositionElementType/@depth frequencyRangeElementType/@minFrequency numericalBlockElementType/@minimum absoluteTimingElementType/@start CommonAttributes/@timeStamp nonNegativeScalarElementType/@value
facets
Kind Value Annotation
minInclusive 0
annotation
documentation
Represents a floating point number that is greater than or equal to 0.0
source <xsd:simpleType name="nonNegativeScalarType">
 
<xsd:annotation>
   
<xsd:documentation>Represents a floating point number that is greater than or equal to 0.0</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:double">
   
<xsd:minInclusive value="0"/>
 
</xsd:restriction>
</xsd:simpleType>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy