Advertisement
the_alator

Untitled

May 31st, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.45 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <tns:medicines xmlns:tns="http://www.example.org/input" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.example.org/input input.xsd ">
  3.   <tns:medicine>
  4.     <tns:name>tns:name</tns:name>
  5.     <tns:pharm>tns:pharm</tns:pharm>
  6.     <tns:group>tns:group</tns:group>
  7.     <tns:version>
  8.       <tns:certificate>
  9.         <tns:id>0</tns:id>
  10.         <tns:issueDate>2001-12-31T12:00:00</tns:issueDate>
  11.         <tns:expirationDate>2001-12-31T12:00:00</tns:expirationDate>
  12.         <tns:certifyingOrganization>tns:certifyingOrganization</tns:certifyingOrganization>
  13.       </tns:certificate>
  14.       <tns:package>
  15.         <tns:type>tns:type</tns:type>
  16.         <tns:amount>
  17.           <tns:units>tns:units</tns:units>
  18.           <tns:amount>0.0</tns:amount>
  19.         </tns:amount>
  20.         <tns:price>
  21.           <tns:currency>tns:currency</tns:currency>
  22.           <tns:amount>0.0</tns:amount>
  23.         </tns:price>
  24.       </tns:package>
  25.       <tns:dosage>
  26.         <tns:amount>
  27.           <tns:units>tns:units</tns:units>
  28.           <tns:amount>0.0</tns:amount>
  29.         </tns:amount>
  30.         <tns:frequency>
  31.           <tns:frequencyPerDay>3 times</tns:frequencyPerDay>
  32.           <tns:conditionPerDay>doesn't matter</tns:conditionPerDay>
  33.           <tns:frequencyOfDays>every day</tns:frequencyOfDays>
  34.         </tns:frequency>
  35.       </tns:dosage>
  36.     </tns:version>
  37.   </tns:medicine>
  38. </tns:medicines>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement