Commit c1602843 authored by rengasamis's avatar rengasamis Committed by canterburym
Browse files

Added EUI64 definition

parent dcec0a19
......@@ -241,4 +241,9 @@
<xs:pattern value=".+@.+"/>
</xs:restriction>
</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>
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment