From f5becb35fa4d85618a367c516ec28f4e8aa1dbae Mon Sep 17 00:00:00 2001 From: Martin <martin.miao@keti.re.kr> Date: Fri, 9 Jun 2017 11:48:56 -0700 Subject: [PATCH] correct attribute order according to XSD validation on attributes ordering --- LibOneM2M/OneM2M_Templates.ttcn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/LibOneM2M/OneM2M_Templates.ttcn b/LibOneM2M/OneM2M_Templates.ttcn index 2ccde6f..3e3ac53 100644 --- a/LibOneM2M/OneM2M_Templates.ttcn +++ b/LibOneM2M/OneM2M_Templates.ttcn @@ -887,8 +887,8 @@ module OneM2M_Templates { labels := p_labels,//O accessControlPolicyIDs := p_accessControlPolicyIds,//O expirationTime := omit,//O - dynamicAuthorizationConsultationIDs := omit, //TODO Check whether it is optional or mandatory for create operation link := omit,//M TODO Put the right value + dynamicAuthorizationConsultationIDs := omit, //TODO Check whether it is optional or mandatory for create operation appName := omit,//O app_ID := p_appId,//M aE_ID := omit,//NP @@ -918,8 +918,8 @@ module OneM2M_Templates { labels := p_labels,//MA accessControlPolicyIDs := p_accessControlPolicyIds,//MA expirationTime := ?,//MA M - dynamicAuthorizationConsultationIDs := omit, //OA - link := ?,//M + link := ?,//M + dynamicAuthorizationConsultationIDs := omit, //OA appName := omit,//OA app_ID := omit,//OA aE_ID := omit,//OA -- GitLab