I'm generating an XML file via .NET for a client. They say they need it to be compliant with a specification called LOM. I found some sample LOM XML files on the web and have made sure that all the elements used are compliant with the LOM spec.
But all the samples I found have the statements shown below... Now, do I just include them like that or do I need to include something else? Thanks! <lom xmlns="http://ltsc.ieee.org/xsd/LOM" xmlns:xsi="http://www.w3.org/ 2001/XMLSchema-instance" xmlns:hx="http://ns.medbiq.org/lom/extend/ v1/" xsi:schemaLocation="http://ltsc.ieee.org/xsd/LOM healthcarelom.xsd">
