Ticket #349 (closed defect: fixed)
Opened 2009-01-16T20:09:48-06:00
Last modified 2009-04-23T15:47:22-05:00
Fix known OME-XML validation errors
Reported by: | melissa | Owned by: | melissa |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | bio-formats | Severity: | serious |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Known validation issues include:
- Detector elements require a Type attribute. We can set this to "Unknown" if necessary.
- Objective elements require Correction and Immersion attributes; both can be set to "Unknown".
- LogicalChannel requires a ChannelComponent child with Pixels and Index attributes. This should probably be set in MetadataTools.populatePixels.
- CustomAttributes and SemanticTypeDefinitions elements need the proper namespaces (CA and STD, respectively).
- Objective IDs produced by Deltavision files can be invalid.
r4750 fixes issues #1, #2, and #3.