Commit 1a3777a6 authored by Matthias Bernt's avatar Matthias Bernt
Browse files

Add doc for ActionsOption

parent e52a9815
Loading
Loading
Loading
Loading
+12 −4
Original line number Diff line number Diff line
@@ -5645,22 +5645,30 @@ Source of the tabular data ``from_data_table``, ``from_param``, or ``from_file``
    </xs:attribute>
    <xs:attribute name="name" type="xs:string">
      <xs:annotation>
        <xs:documentation xml:lang="en"></xs:documentation>
        <xs:documentation xml:lang="en"><![CDATA[
Name of the referred data table, parameter, of file (required).
        ]]></xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="column" type="xs:integer">
      <xs:annotation>
        <xs:documentation xml:lang="en"></xs:documentation>
        <xs:documentation xml:lang="en"><![CDATA[
The column to choose the value from (required)
        ]]></xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="offset" type="xs:integer">
      <xs:annotation>
        <xs:documentation xml:lang="en"></xs:documentation>
        <xs:documentation xml:lang="en"><![CDATA[
The row (of the options) to choose the value from (by default -1, ie. last row)
        ]]></xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="param_attribute" type="xs:string">
      <xs:annotation>
        <xs:documentation xml:lang="en"></xs:documentation>
        <xs:documentation xml:lang="en"><![CDATA[
Applies to ``from_param``. The attribute of the parameter to use.
        ]]></xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>