Commit d926b0dd authored by marthy's avatar marthy
Browse files

Update RDMessage.xsd

parent fe36156e
Loading
Loading
Loading
Loading
Loading
+15 −1
Original line number Diff line number Diff line
@@ -3313,7 +3313,21 @@
        <xsd:choice>
            <xsd:element name="iMEI" type="IMEI"/>
            <xsd:element name="iMEISV" type="IMEISV"/>
            <xsd:any namespace="##other" processContents="lax" minOccurs="0"/>
            <xsd:element name="mACAddress">
               <xsd:simpleType>
                  <xsd:restriction base="xsd:hexBinary">
                       <xsd:length value="6"/>
                   </xsd:restriction>
               </xsd:simpleType>
            </xsd:element>
            <xsd:element name="eUI64">
              <xsd:simpleType>
                  <xsd:restriction base="xsd:hexBinary">
                       <xsd:length value="8"/>
                   </xsd:restriction>
               </xsd:simpleType>
            </xsd:element>
            <xsd:any namespace="##other" processContents="lax"/>
        </xsd:choice>
    </xsd:complexType>
    <xsd:simpleType name="UERadioCapID">