Commit 467a96a7 authored by canterburym's avatar canterburym
Browse files

Doesn't appear to like ?: syntax...

parent f75bdf3f
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -143,7 +143,7 @@

  <xs:simpleType name="TAC">
    <xs:restriction base="xs:string">
      <xs:pattern value="(?:[A-Fa-f0-9]{2}){2,3}"></xs:pattern>
      <xs:pattern value="([A-Fa-f0-9]{2}){2,3}"></xs:pattern>
    </xs:restriction>
  </xs:simpleType>