Commit 63a0f48c authored by Thomas Dodds's avatar Thomas Dodds Committed by canterburym
Browse files

Previous build failed due to missmatching type on lines 336&342

parent c12bf5c7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -333,13 +333,13 @@
    <xs:restriction base="xs:string">
      <xs:pattern value="(MacroNGeNB-[A-Fa-f0-9]{5}|ShortMacroNGeNB-[A-Fa-f0-9]{5}|LongMacroNGeNB-[A-Fa-f0-9]{6})"/>
    </xs:restriction>
  </xs:complexType>
  </xs:simpleType>

  <xs:simpleType name="ENbID">
    <xs:restriction base="xs:string">
      <xs:pattern value="(MacroENB-[A-Fa-f0-9]{5}|HomeENB-[A-Fa-f0-9]{7}|ShortMacroENB-[A-Fa-f0-9]{5}|LongMacroENB-[A-Fa-f0-9]{6})"/>
    </xs:restriction>
  </xs:complexType>
  </xs:simpleType>

  <xs:simpleType name="WAGFID">
    <xs:restriction base="common:LongString"/>