mdex:geocode properties represent latitude and longitude pairs.
latvalue lonvaluewhere each is a double-precision floating-point value:
The latitude and longitude numbers may be separated by arbitrary white space or tab characters. Values are always re-serialized with a single space character regardless of the form of the parsed string.
<ingest:ingestRecords xmlns:ingest="http://www.endeca.com/MDEX/ingest/1/0" xmlns:mdex="http://www.endeca.com/MDEX/XQuery/2009/09"> <ingest:addAssignments> <mdex:record> <FactSalesID>778</FactSalesID> <Location type="mdex:geocode">42.365615 -71.075647</Location> </mdex:record> </ingest:addAssignments> </ingest:ingestRecords>
The value of the geocode property specifies a location at 42.365615 north latitude, 71.075647 west longitude.