Commit 0c50f443 authored by Matthias Bernt's avatar Matthias Bernt
Browse files
parent ca1d2f57
Loading
Loading
Loading
Loading
+11 −3
Original line number Diff line number Diff line
@@ -5699,7 +5699,8 @@ of this directive.
      ]]></xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="action" type="Action" minOccurs="1" maxOccurs="unbounded"/>
      <xs:group ref="ActionsElement" minOccurs="1" maxOccurs="unbounded"/>
      <!-- <xs:element name="action" type="Action" minOccurs="1" maxOccurs="unbounded"/> -->
    </xs:sequence>
    <xs:attribute name="value" type="xs:string" use="optional">
      <xs:annotation>
@@ -5823,6 +5824,13 @@ Applies to ``param_value``, ``boolean``</xs:documentation>
        ]]></xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="iterate" type="PermissiveBoolean">
      <xs:annotation>
        <xs:documentation xml:lang="en"><![CDATA[
Applies to ``insert_column``. Default is ``False``</xs:documentation>
        ]]></xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="param_attribute" type="xs:string">
      <xs:annotation>
        <xs:documentation xml:lang="en">
@@ -5835,9 +5843,9 @@ Applies to ``param_value``</xs:documentation>
        <xs:documentation xml:lang="en">Applies to ``multiple_splitter``</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="strip" type="PermissiveBoolean">
    <xs:attribute name="strip" type="xs:string">
      <xs:annotation>
        <xs:documentation xml:lang="en">Applies to ``column_strip``</xs:documentation>
        <xs:documentation xml:lang="en">Applies to ``column_strip``. The given string is removed from the start or end of the column.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="old_column" type="xs:string">