Loading 102657/RDMessage.xsd +6 −6 Original line number Diff line number Diff line Loading @@ -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"> Loading Loading
102657/RDMessage.xsd +6 −6 Original line number Diff line number Diff line Loading @@ -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"> Loading