mdex:boolean property values are useful for tracking true/false conditions.
Note that true and false are case sensitive and must be specified in lower case.
<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>492</FactSalesID> <isInStock type="mdex:boolean">true</isInStock> <isActive type="mdex:boolean">1</isActive> </mdex:record> </ingest:addAssignments> </ingest:ingestRecords>
In the example, both properties (isInStock and isActive) are set to true.