http://exchangenetwork.net/schemas/owwqx/1.0
simpleType LongitudeMeasureDataType

Super Types
{http://www.w3.org/2001/XMLSchema}decimal
|
+--{http://exchangenetwork.net/schemas/owwqx/1.0}LongitudeMeasureDataType (restriction)

Properties
This component is not nillable.

Model

maximum number of digits: 9


Source
<xsd:simpleType name="LongitudeMeasureDataType">
<xsd:restriction base="xsd:decimal">
<xsd:totalDigits value="9"/>
<xsd:fractionDigits value="6"/>
</xsd:restriction>
</xsd:simpleType>


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