Skip to content

Instantly share code, notes, and snippets.

@spolezhaev
Created October 8, 2017 22:24
Show Gist options
  • Save spolezhaev/82880ead7154e81faf117ebd61bc102a to your computer and use it in GitHub Desktop.
Save spolezhaev/82880ead7154e81faf117ebd61bc102a to your computer and use it in GitHub Desktop.
Main xml attribute style
<?xml version="1.0"?>
<Helpers>
<DrugList>
<Drug Name="НО-ШПА" Description="bla-blah" FrequencyInADay="15" AdmissionDuration="15 лет" />
</DrugList>
<Complaints>
<Complaint Description="Боль в спине" />
</Complaints>
<Recomendations>
<Recomendation Description="Не употреблять пищу 10 суток" />
</Recomendations>
</Helpers>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment