simpleType positiveScalarType
type restriction of xsd:double
properties
base xsd:double
used by
attributes frequencyRecordElementType/@frequency operatingLimitsElementType/@maxAltitude operatingLimitsElementType/@maxDepth frequencyRangeElementType/@maxFrequency numericalBlockElementType/@maximum operatingLimitsElementType/@maxSpeed reportingCriteriaElementType/@periodicity sectorPatternType/@radius geoOriginElementType/@radiusOfInterest sectorPatternType/@sectorSize absoluteTimingElementType/@stop telemetryElementType/@time gpsFixCommandType/@timeOut parallelTrackType/@trackLength expandingSquareType/@trackSpacing parallelTrackType/@trackSpacing positiveScalarElementType/@value
facets
Kind Value Annotation
minExclusive 0
annotation
documentation
Represents a floating point number that is greater than 0.0
source <xsd:simpleType name="positiveScalarType">
 
<xsd:annotation>
   
<xsd:documentation>Represents a floating point number that is greater than 0.0</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:double">
   
<xsd:minExclusive value="0"/>
 
</xsd:restriction>
</xsd:simpleType>


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