Versions Compared

Key

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

...

If you use the external schema file or external data file capabilities, then of course you need to send those files along with your TDML.

Specifiying the Infoset in XML or an External File

The infoset can be provided either as an inline XML infoset or as a path to an external file by setting the infosetType attribute. If not provided, it defaults to inline XML infoset"

Code Block
   <tdml:infoset>
     <tdml:dfdlInfoset type="infoset">
       <ex:myTestRoot>2013-04-02T14:00:56.000000-05:00</ex:myTestRoot>
     </tdml:dfdlInfoset>
   </tdml:infoset>


   <tdml:infoset>
     <tdml:dfdlInfoset type="file">/some/directory/testData.in.xml</tdml:dfdlInfoset>
   </tdml:infoset>


Expecting Errors: Negative Tests

...