Open the Portico Developer Guide site
PosGateway Schema
Latitude Element
PosGateway Schema > GPSCoordinatesType Complex Type : Latitude Element
Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:decimal
Overview
Latitude Restriction of xs:decimal
Source
<xs:element name="Latitude" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:simpleType>
    <xs:restriction base="xs:decimal">
      <xs:minInclusive value="-90" />
      <xs:maxInclusive value="90" />
      <xs:totalDigits value="10" />
      <xs:fractionDigits value="8" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
GPSCoordinatesType Complex TypePosGateway Schema