software.xml 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  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. <!-- ********************************** -->
  4. <!-- Software -->
  5. <!-- ********************************** -->
  6. <odML version="1">
  7. <repository>http://portal.g-node.org/odml/terminologies/v1.0/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. <value>
  17. <type>string</type>
  18. </value>
  19. <definition>The software's name.</definition>
  20. </property>
  21. <property>
  22. <name>Owner</name>
  23. <value>
  24. <type>string</type>
  25. </value>
  26. <definition>The owner of the software.</definition>
  27. </property>
  28. <property>
  29. <name>Developer</name>
  30. <value>
  31. <type>string</type>
  32. </value>
  33. <definition>The developer or the developers firm.</definition>
  34. </property>
  35. <property>
  36. <name>Version</name>
  37. <value>
  38. <type>string</type>
  39. </value>
  40. <definition>Version of the software.</definition>
  41. </property>
  42. <property>
  43. <name>Licence</name>
  44. <value>
  45. <type>string</type>
  46. </value>
  47. <definition>License type</definition>
  48. </property>
  49. <property>
  50. <name>LicenceStart</name>
  51. <value>
  52. <type>date</type>
  53. </value>
  54. <definition>The start date of time limited licence.</definition>
  55. </property>
  56. <property>
  57. <name>LicenceExpiration</name>
  58. <value>
  59. <type>date</type>
  60. </value>
  61. <definition>The end date of time limited licence.</definition>
  62. </property>
  63. <property>
  64. <name>LicenceDuration</name>
  65. <value>
  66. <type>string</type>
  67. </value>
  68. <definition>Duration of the licece for the software.</definition>
  69. </property>
  70. <property>
  71. <name>LicenceCount</name>
  72. <value>
  73. <type>int</type>
  74. </value>
  75. <definition>Number of the software's licence.</definition>
  76. </property>
  77. <property>
  78. <name>Distribution</name>
  79. <value>
  80. <type>string</type>
  81. </value>
  82. <definition>Distribution type</definition>
  83. </property>
  84. <property>
  85. <name>Decsription</name>
  86. <value>
  87. <type>string</type>
  88. </value>
  89. <definition>The description of the software.</definition>
  90. </property>
  91. </section>
  92. </odML>