About ODM Submit schema elements
The ODM Submit utility supports the use of CDISC standard ODM 1.3 elements and ODM elements with Oracle InForm-specific extensions. The prefix pf: identifies Oracle InForm-specific extensions.
Note:
- You must escape all attributes.
- You must escape element contents or enclose them in a CDATA section.
- The first line of the file must be an XML tag that specifies the file encoding. Only UTF-8 encoding is supported, so the first line of the file must be:
<?xml version="1.0" encoding="UTF-8"?>
- If an unsupported attribute or element is present, an error message is generated and the ODM is not submitted.
Parent topic: ODM Submit elements