Unverified Commit 5fe9f70e authored by mvdbeek's avatar mvdbeek
Browse files

Document class attribute

parent 6706e87a
Loading
Loading
Loading
Loading
+17 −3
Original line number Diff line number Diff line
@@ -1580,6 +1580,13 @@ attribute name is not included, the functional test framework will attempt to
determine the data type for the input dataset using the data type sniffers.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="class" type="Class">
      <xs:annotation>
        <xs:documentation xml:lang="en">This attribute name should be included
only with parameter of ``type`` ``data`` for the tool. If this attribute name is not included the test framework will
assume that the dataset is a file. Set this to ``Directory`` to interpret and upload the value as a directory.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="dbkey" type="xs:string">
      <xs:annotation>
        <xs:documentation xml:lang="en">Specifies a ``dbkey`` value for the
@@ -8087,6 +8094,13 @@ favour of a ``has_size`` assertion.</xs:documentation>
    </xs:restriction>
  </xs:simpleType>

  <xs:simpleType name="Class">
    <xs:restriction base="xs:string">
      <xs:enumeration value="File"/>
      <xs:enumeration value="Directory"/>
    </xs:restriction>
  </xs:simpleType>

  <xs:complexType name="EdamTopics">
    <xs:annotation gxdocs:best_practices="tool-annotations-edam">
      <xs:documentation xml:lang="en"><![CDATA[