light_source.xml 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  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. <!-- LightSources -->
  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>2011-01-21</date>
  10. <section>
  11. <type>hardware/light_source</type>
  12. <name>Lightsource</name>
  13. <definition>This section contains keywords to describe the actual settings of a light source used for stimulation or
  14. excitation.
  15. </definition>
  16. <property>
  17. <name>SerialNo</name>
  18. <value>
  19. <type>string</type>
  20. </value>
  21. <definition>The device's serial number.</definition>
  22. </property>
  23. <property>
  24. <name>InventoryNo</name>
  25. <value>
  26. <type>string</type>
  27. </value>
  28. <definition>The inventory number of the device.</definition>
  29. </property>
  30. <property>
  31. <name>Model</name>
  32. <value>
  33. <type>string</type>
  34. </value>
  35. <definition>The model name of this hardware item.</definition>
  36. </property>
  37. <property>
  38. <name>Manufacturer</name>
  39. <value>
  40. <type>string</type>
  41. </value>
  42. <definition>The Manufacturer of this hardware item.</definition>
  43. </property>
  44. <property>
  45. <name>Owner</name>
  46. <value>
  47. <type>string</type>
  48. </value>
  49. <definition>Who's the owner of the device.</definition>
  50. </property>
  51. <property>
  52. <name>Type</name>
  53. <value>LED
  54. <type>string</type>
  55. </value>
  56. <value>Laser
  57. <type>string</type>
  58. </value>
  59. <value>Mercury Arc
  60. <type>string</type>
  61. </value>
  62. <value>Halogen Lamp
  63. <type>string</type>
  64. </value>
  65. <value>Xenon Lamp
  66. <type>string</type>
  67. </value>
  68. <definition>The type of light source used.</definition>
  69. </property>
  70. <property>
  71. <name>PulseWidth</name>
  72. <value>
  73. <type>string</type>
  74. <unit>s</unit>
  75. </value>
  76. <dependency>Type</dependency>
  77. <dependencyValue>Laser</dependencyValue>
  78. <definition>The width of the laser pulse.</definition>
  79. </property>
  80. <property>
  81. <name>PulseRate</name>
  82. <value>
  83. <type>float</type>
  84. <unit>Hz</unit>
  85. </value>
  86. <dependency>Type</dependency>
  87. <dependencyValue>Laser</dependencyValue>
  88. <definition>The frequency with which laser pulses are delivered.</definition>
  89. </property>
  90. <property>
  91. <name>Wavelength</name>
  92. <value>
  93. <type>float</type>
  94. <unit>nm</unit>
  95. </value>
  96. <definition>The wavelength of the emitted light.</definition>
  97. </property>
  98. <property>
  99. <name>WavelengthLowerBound</name>
  100. <value>
  101. <type>float</type>
  102. <unit>nm</unit>
  103. </value>
  104. <definition>The lower bound of the output spectrum.</definition>
  105. </property>
  106. <property>
  107. <name>WavelengthUpperBound</name>
  108. <value>
  109. <type>float</type>
  110. <unit>nm</unit>
  111. </value>
  112. <definition>The upper bound of the output spectrum.</definition>
  113. </property>
  114. <property>
  115. <name>Intensity</name>
  116. <value>
  117. <type>float</type>
  118. <unit>W</unit>
  119. </value>
  120. <value>
  121. <type>float</type>
  122. <unit>cd/m^2</unit>
  123. </value>
  124. <value>
  125. <type>float</type>
  126. <unit>lux</unit>
  127. </value>
  128. <definition>The output intensity of the light source.</definition>
  129. </property>
  130. <property>
  131. <name>Description</name>
  132. <value>
  133. <type>string</type>
  134. </value>
  135. <definition>A description of this hardware item.</definition>
  136. </property>
  137. </section>
  138. </odML>