Commit 7cc81230 authored by canterburym's avatar canterburym Committed by hawbakert
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 306f9921
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -162,7 +162,7 @@

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