123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 |
- <?xml version="1.0" encoding="ISO-8859-1"?>
- <?xml-stylesheet type="text/xsl" href="odmlTerms.xsl" xmlns:odml="http://www.g-node.org/odml"?>
- <!-- ********************************** -->
- <!-- Software -->
- <!-- ********************************** -->
- <odML version="1">
- <repository>http://portal.g-node.org/odml/terminologies/v1.0/terminologies.xml</repository>
- <version>1.0</version>
- <date>2014-03-02</date>
- <section>
- <type>software</type>
- <name>Software</name>
- <definition>This is a software section .</definition>
- <property>
- <name>Name</name>
- <value>
- <type>string</type>
- </value>
- <definition>The software's name.</definition>
- </property>
- <property>
- <name>Owner</name>
- <value>
- <type>string</type>
- </value>
- <definition>The owner of the software.</definition>
- </property>
- <property>
- <name>Developer</name>
- <value>
- <type>string</type>
- </value>
- <definition>The developer or the developers firm.</definition>
- </property>
- <property>
- <name>Version</name>
- <value>
- <type>string</type>
- </value>
- <definition>Version of the software.</definition>
- </property>
- <property>
- <name>Licence</name>
- <value>
- <type>string</type>
- </value>
- <definition>License type</definition>
- </property>
- <property>
- <name>LicenceStart</name>
- <value>
- <type>date</type>
- </value>
- <definition>The start date of time limited licence.</definition>
- </property>
- <property>
- <name>LicenceExpiration</name>
- <value>
- <type>date</type>
- </value>
- <definition>The end date of time limited licence.</definition>
- </property>
- <property>
- <name>LicenceDuration</name>
- <value>
- <type>string</type>
- </value>
- <definition>Duration of the licece for the software.</definition>
- </property>
- <property>
- <name>LicenceCount</name>
- <value>
- <type>int</type>
- </value>
- <definition>Number of the software's licence.</definition>
- </property>
- <property>
- <name>Distribution</name>
- <value>
- <type>string</type>
- </value>
- <definition>Distribution type</definition>
- </property>
- <property>
- <name>Decsription</name>
- <value>
- <type>string</type>
- </value>
- <definition>The description of the software.</definition>
- </property>
- </section>
- </odML>
|