license.xml 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?xml-stylesheet type="text/xsl" href="odmlTerms.xsl" xmlns:odml="http://www.g-node.org/odml"?>
  3. <odML version="1.1">
  4. <repository>https://terminologies.g-node.org/v1.1/terminologies.xml</repository>
  5. <version>1.0</version>
  6. <date>2017-09-28</date>
  7. <!-- ********************************************************* -->
  8. <!-- License section -->
  9. <!-- ********************************************************* -->
  10. <section>
  11. <type>License</type>
  12. <name>License</name>
  13. <definition>Description of the license for data / software.</definition>
  14. <property>
  15. <name>Name</name>
  16. <definition>A name of the license.</definition>
  17. <type>string</type>
  18. </property>
  19. <property>
  20. <name>Type</name>
  21. <definition>A type of the license.</definition>
  22. <type>string</type>
  23. </property>
  24. <property>
  25. <name>LicenseURL</name>
  26. <definition>URL of the license.</definition>
  27. <type>URL</type>
  28. </property>
  29. <property>
  30. <name>Description</name>
  31. <definition>A textual description of the license.</definition>
  32. <type>string</type>
  33. </property>
  34. </section>
  35. </odML>