Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

Example of prolog and top level ODM element:


Code Block
<?xml version="1.0" encoding="UTF-8"?>
<ODM xmlns="http://www.cdisc.org/ns/odm/v2.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 
    xsi:schemaLocation="http://www.cdisc.org/ns/odm/v2.0 ODM2-0-0.xsd"
 
    ODMVersion="2.0"
    FileOID="000-00-0000"
    FileType="Transactional"
    Description="Sample ItemData Extension"
 
    AsOfDateTime="20132022-0206-04T07:57:00"
    CreationDateTime="20132022-0206-06T10:30:00">


The semantic constraints are expressed throughout the rest of this document.

...