Unverified Commit 6f6e375b authored by Dannon's avatar Dannon Committed by GitHub
Browse files

Merge pull request #15791 from bernt-matthias/topic/has_n_columns_comment

[22.01] xsd: add forgotten comment attribute
parents 5141a0f6 90b35597
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -2251,6 +2251,11 @@ $attribute_list::5
    </xs:annotation>
    <xs:attributeGroup ref="AssertAttributeN"/>
    <xs:attributeGroup ref="AssertAttributeNegate"/>
    <xs:attribute name="comment" type="xs:string">
      <xs:annotation>
        <xs:documentation xml:lang="en">Comment character(s) used to skip comment lines (which should not be used for counting columns)</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
  <xs:complexType name="AssertHasArchiveMember">
    <xs:annotation>