Skip to content
Snippets Groups Projects
Commit f5becb35 authored by Martin MIAO's avatar Martin MIAO
Browse files

correct attribute order according to XSD validation on attributes ordering

parent 26e467d2
No related branches found
No related tags found
2 merge requests!25Ae fixes,!14Ats correction
...@@ -887,8 +887,8 @@ module OneM2M_Templates { ...@@ -887,8 +887,8 @@ module OneM2M_Templates {
labels := p_labels,//O labels := p_labels,//O
accessControlPolicyIDs := p_accessControlPolicyIds,//O accessControlPolicyIDs := p_accessControlPolicyIds,//O
expirationTime := omit,//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 link := omit,//M TODO Put the right value
dynamicAuthorizationConsultationIDs := omit, //TODO Check whether it is optional or mandatory for create operation
appName := omit,//O appName := omit,//O
app_ID := p_appId,//M app_ID := p_appId,//M
aE_ID := omit,//NP aE_ID := omit,//NP
...@@ -918,8 +918,8 @@ module OneM2M_Templates { ...@@ -918,8 +918,8 @@ module OneM2M_Templates {
labels := p_labels,//MA labels := p_labels,//MA
accessControlPolicyIDs := p_accessControlPolicyIds,//MA accessControlPolicyIDs := p_accessControlPolicyIds,//MA
expirationTime := ?,//MA M expirationTime := ?,//MA M
dynamicAuthorizationConsultationIDs := omit, //OA link := ?,//M
link := ?,//M dynamicAuthorizationConsultationIDs := omit, //OA
appName := omit,//OA appName := omit,//OA
app_ID := omit,//OA app_ID := omit,//OA
aE_ID := omit,//OA aE_ID := omit,//OA
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment