ItemData
| Attribute/Child | Value/Map to Oracle InForm |
|---|---|
| ItemOID | Item RefName. |
| Value | ItemContext/control values. |
| DBUID |
|
| Revision |
|
| pf:FormattedDateValue |
Indicates a value of null or unknown in the date part.
Note: To maintain backward compatibility and conform to ODM standard, "-" is still used to express a value of unknown or null in the Value attribute. If differentiation between null and unknown is required, use the pf:FormattedDateValue extension. |
Examples
Example for unknown date part:
<ItemData ItemOID="LAE1.LsctAE.LitmAESTDT.LAESTDTTM"Value="2009-04-19T-:-:-+00:00"
pf:FormattedDateValue="2009-04-19TUNK:UNK:UNK+00:00" />Example for null date part:
In the example, the hour, minute, and second are null.
<ItemData ItemOID="LAE1.LsctAE.LitmAESTDT.LAESTDTTM"Value="2009-04-19T-:-:-+00:00"
pf:FormattedDateValue="2009-04-19TNUL:NUL:NUL+00:00" />Parent topic: ODM mapping