소스 검색

[v1.1/dataReference] Fix type naming conventions

M. Sonntag 4 년 전
부모
커밋
c8c41879d3
4개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 1
      v1.1/datareference/datadoi.xml
  2. 1 1
      v1.1/datareference/datauri.xml
  3. 1 1
      v1.1/datareference/dataurl.xml
  4. 1 1
      v1.1/datareference/referencedescription.xml

+ 1 - 1
v1.1/datareference/datadoi.xml

@@ -13,7 +13,7 @@
           can be added via the reference description section              -->
     <!-- *********************************************************        -->
     <section>
-        <type>DataReference</type>
+        <type>data_reference</type>
         <name>DataDOI</name>
         <definition>A published dataset referenced by a DOI. The referenced dataset will contain either the odML file itself or the data the odML is annotating.
         </definition>

+ 1 - 1
v1.1/datareference/datauri.xml

@@ -13,7 +13,7 @@
           can be added via the reference description section              -->
     <!-- *********************************************************        -->
     <section>
-        <type>DataReference</type>
+        <type>data_reference</type>
         <name>DataURI</name>
         <definition>A published dataset referenced by a URI. The referenced dataset will contain either the odML file itself or the data the odML is annotating.
         </definition>

+ 1 - 1
v1.1/datareference/dataurl.xml

@@ -13,7 +13,7 @@
           can be added via the reference description section              -->
     <!-- *********************************************************        -->
     <section>
-        <type>DataReference</type>
+        <type>data_reference</type>
         <name>DataURL</name>
         <definition>A published dataset referenced by a URL. The referenced dataset will contain either the odML file itself or the data the odML is annotating.
         </definition>

+ 1 - 1
v1.1/datareference/referencedescription.xml

@@ -8,7 +8,7 @@
     <!--         Data reference description  section               -->
     <!-- ********************************************************* -->
     <section>
-        <type>DataReference</type>
+        <type>data_reference/description</type>
         <name>DataReferenceDescription</name>
         <definition>Description of a data reference. This Section is defined to be used as a subsection of the 'DataReference' type sections.</definition>