Commit b0fc6deb authored by marthy's avatar marthy
Browse files

Update RDMessage.xsd

parent 4e186436
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -434,16 +434,16 @@
            <xsd:pattern value="[0-9]{16}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xs:simpleType name="MACAddress">
    <xsd:simpleType name="MACAddress">
        <xs:restriction base="xs:token">
            <xs:pattern value="([a-f0-9]{2}:){5}[a-f0-9]{2}"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:simpleType name="EUI64">
    </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>
    </xs:simpleType>
    </xsd:simpleType>
    <xsd:simpleType name="IMSI">
        <xsd:restriction base="xsd:hexBinary">
            <xsd:minLength value="3"/>