mdex:geocode properties represent latitude and longitude pairs.
latvalue lonvalue
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.
<ns:ingestChanges> <ns:updateRecords> <ns:recordSpecifier>FactSalesID='778'</ns:recordSpecifier> <ns:addAssignments> <ns1:attribute name="Location" type="mdex:geocode">42.365615 -71.075647</ns1:attribute> </ns:addAssignments> </ns:updateRecords> </ns:ingestChanges>
The value of the geocode property specifies a location at 42.365615 north latitude, 71.075647 west longitude.