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

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

Properties
This component is not nillable.

Model

maximum number of digits: 8


Source
<xsd:simpleType name="LatitudeMeasureDataType">
<xsd:restriction base="xsd:decimal">
<xsd:totalDigits value="8"/>
<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.