The header contains the following elements:
Example<?xml version="1.0" encoding="utf-8"?> <root xmlns="http://biobdv.3ds.com/XMLSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <transaction id="transaction 1"> <!--data can be declared here--> </transaction> <transaction id="transaction 2"> <!--or here--> </transaction> </root> |