Commit d4f10b28 authored by Matthias Bernt's avatar Matthias Bernt
Browse files

xsd: fix format

the dash has to be at the end (or quoted) otherwise `.-_`
will be interpreted as character range
parent 27ab41f6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8078,7 +8078,7 @@ favour of a ``has_size`` assertion.</xs:documentation>
  
  <xs:simpleType name="Format">
    <xs:restriction base="xs:string">
      <xs:pattern value="[0-9a-z.-_]+"/>
      <xs:pattern value="[0-9a-z._-]+"/>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="FormatList">