mdex:time properties represent an instant of time that recurs every day.
An mdex:time property represents the hour and minutes of an instance of time, with the optional specification of fractional seconds. A timezone is not allowed as part of the time representation.
hh ':' mm ':' ss {'.' s+}where:
A colon (':') is the separator between hours, minutes, and whole seconds, while a period ('.') is the separator for fractional seconds.
Be sure to use a leading zero for single-digit hours, minutes, and whole seconds.
<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>624</FactSalesID> <time1 type="mdex:time">13:25:43.261</time1> <time2 type="mdex:time">09:14:52</time2> </mdex:record> </ingest:addAssignments> </ingest:ingestRecords>
<faultstring>Error applying updates: Unable to parse property value "9:14:52" for property "time2" with type "mdex:time" on record FactSalesID:624</faultstring>