Commit 8e6b99be authored by Mark Canterbury's avatar Mark Canterbury
Browse files

Merge branch 'cr/TS103280/018' into 'meeting/LI58e'

Added EUI64 definition

See merge request li/trial!50
parents dcec0a19 c1602843
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
@@ -241,4 +241,9 @@
            <xs:pattern value=".+@.+"/>
            <xs:pattern value=".+@.+"/>
        </xs:restriction>
        </xs:restriction>
    </xs:simpleType>
    </xs:simpleType>
        <xs:simpleType name="EUI64">
        <xs:restriction base="xs:token">
            <xs:pattern value="([a-f0-9]{2}:){7}[a-f0-9]{2}"/>
        </xs:restriction>
    </xs:simpleType>
</xs:schema>
</xs:schema>
 No newline at end of file