12345678910111213141516171819202122232425262728293031323334353637383940 |
- <?xml version="1.0" encoding="UTF-8"?>
- <?xml-stylesheet type="text/xsl" href="odmlTerms.xsl" xmlns:odml="http://www.g-node.org/odml"?>
- <odML version="1.1">
- <repository>https://terminologies.g-node.org/v1.1/terminologies.xml</repository>
- <version>1.0</version>
- <date>2017-09-28</date>
- <!-- ********************************************************* -->
- <!-- License section -->
- <!-- ********************************************************* -->
- <section>
- <type>License</type>
- <name>License</name>
- <definition>Description of the license for data / software.</definition>
- <property>
- <name>Name</name>
- <definition>A name of the license.</definition>
- <type>string</type>
- </property>
- <property>
- <name>Type</name>
- <definition>A type of the license.</definition>
- <type>string</type>
- </property>
- <property>
- <name>LicenseURL</name>
- <definition>URL of the license.</definition>
- <type>URL</type>
- </property>
- <property>
- <name>Description</name>
- <definition>A textual description of the license.</definition>
- <type>string</type>
- </property>
- </section>
- </odML>
|