From 72d651bd21f7b88c58e23c3657733b89591b4b76 Mon Sep 17 00:00:00 2001 From: Wolfgang Granzow <wgranzow@qti.qualcomm.com> Date: Thu, 30 Nov 2017 23:11:48 +0100 Subject: [PATCH] Changes agreed at TP#32: updated datatype of symmKeyValue attribute in authenticationProfile resource --- v2_2_0/DCFG-authenticationProfile-v2_2_0.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2_2_0/DCFG-authenticationProfile-v2_2_0.xsd b/v2_2_0/DCFG-authenticationProfile-v2_2_0.xsd index b5ea2b9..9a662b1 100644 --- a/v2_2_0/DCFG-authenticationProfile-v2_2_0.xsd +++ b/v2_2_0/DCFG-authenticationProfile-v2_2_0.xsd @@ -45,7 +45,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR <xs:element name="SUID" type="m2m:suid"/> <xs:element name="TLSCiphersuites" type="dcfg:listOfTLSCiphersuite" minOccurs="0"/> <xs:element name="symmKeyID" type="sec:credentialID" minOccurs="0"/> - <xs:element name="symmKeyValue" type="xs:base64Binary" minOccurs="0"/> + <xs:element name="symmKeyValue" type="xs:hexBinary" minOccurs="0"/> <xs:element name="MAFKeyRegLabels" type="m2m:labels" minOccurs="0"/> <xs:element name="MAFKeyRegDuration" type="xs:duration" minOccurs="0"/> <xs:element name="mycertFingerprint" minOccurs="0"> -- GitLab