software.xml 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?xml-stylesheet type="text/xsl" href="https://terminologies.g-node.org/_resources/odmlDocument.xsl" xmlns:odml="http://www.g-node.org/odml"?>
  3. <!-- ********************************** -->
  4. <!-- Software -->
  5. <!-- ********************************** -->
  6. <odML version="1.1">
  7. <repository>https://terminologies.g-node.org/v1.1/terminologies.xml</repository>
  8. <version>1.0</version>
  9. <date>2014-03-02</date>
  10. <section>
  11. <type>software</type>
  12. <name>Software</name>
  13. <definition>This is a software section .</definition>
  14. <property>
  15. <name>Name</name>
  16. <definition>The software's name.</definition>
  17. <type>string</type>
  18. </property>
  19. <property>
  20. <name>Owner</name>
  21. <definition>The owner of the software.</definition>
  22. <type>string</type>
  23. </property>
  24. <property>
  25. <name>Developer</name>
  26. <definition>The developer or the developers firm.</definition>
  27. <type>string</type>
  28. </property>
  29. <property>
  30. <name>Version</name>
  31. <definition>Version of the software.</definition>
  32. <type>string</type>
  33. </property>
  34. <property>
  35. <name>Licence</name>
  36. <definition>License type</definition>
  37. <type>string</type>
  38. </property>
  39. <property>
  40. <name>LicenceStart</name>
  41. <definition>The start date of time limited licence.</definition>
  42. <type>date</type>
  43. </property>
  44. <property>
  45. <name>LicenceExpiration</name>
  46. <definition>The end date of time limited licence.</definition>
  47. <type>date</type>
  48. </property>
  49. <property>
  50. <name>LicenceDuration</name>
  51. <definition>Duration of the licence for the software.</definition>
  52. <type>string</type>
  53. </property>
  54. <property>
  55. <name>LicenceCount</name>
  56. <definition>Number of the software's licence.</definition>
  57. <type>int</type>
  58. </property>
  59. <property>
  60. <name>Distribution</name>
  61. <definition>Distribution type</definition>
  62. <type>string</type>
  63. </property>
  64. <property>
  65. <name>Description</name>
  66. <definition>The description of the software.</definition>
  67. <type>string</type>
  68. </property>
  69. </section>
  70. </odML>