Commit 5f3b91a3 authored by marthy's avatar marthy
Browse files

Update RDMessage.xsd

parent b0fc6deb
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -435,14 +435,14 @@
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="MACAddress">
        <xs:restriction base="xs:token">
            <xs:pattern value="([a-f0-9]{2}:){5}[a-f0-9]{2}"/>
        </xs:restriction>
        <xsd:restriction base="xsd:token">
            <xsd:pattern value="([a-f0-9]{2}:){5}[a-f0-9]{2}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="EUI64">
        <xs:restriction base="xs:token">
            <xs:pattern value="([a-f0-9]{2}:){7}[a-f0-9]{2}"/>
        </xs:restriction>
        <xsd:restriction base="xsd:token">
            <xsd:pattern value="([a-f0-9]{2}:){7}[a-f0-9]{2}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="IMSI">
        <xsd:restriction base="xsd:hexBinary">