license.xml 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <?xml-stylesheet type="text/xsl" href="odmlTerms.xsl" xmlns:odml="http://www.g-node.org/odml"?>
  3. <odML version="1">
  4. <repository>http://portal.g-node.org/odml/terminologies/v1.0/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. <value>
  17. <type>string</type>
  18. </value>
  19. <definition>A name of the license.</definition>
  20. </property>
  21. <property>
  22. <name>Type</name>
  23. <value>
  24. <type>string</type>
  25. </value>
  26. <definition>A type of the license.</definition>
  27. </property>
  28. <property>
  29. <name>LicenseURL</name>
  30. <value>
  31. <type>URL</type>
  32. </value>
  33. <definition>URL of the license.</definition>
  34. </property>
  35. <property>
  36. <name>Description</name>
  37. <value>
  38. <type>string</type>
  39. </value>
  40. <definition>A textual description of the license.</definition>
  41. </property>
  42. </section>
  43. </odML>