Skip to content
Snippets Groups Projects

Added EUI64 definition

Merged rengasamis requested to merge cr/TS103280/018 into meeting/LI58e
1 unresolved thread
1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
+ 5
0
@@ -241,4 +241,9 @@
<xs:pattern value=".+@.+"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="EUI64">
Please register or sign in to reply
<xs:restriction base="xs:token">
<xs:pattern value="([a-f0-9]{2}:){7}[a-f0-9]{2}"/>
</xs:restriction>
</xs:simpleType>
</xs:schema>
\ No newline at end of file
Loading