As discussed this will be updated so that it now reads:
XForm
- A new
odk:client-editable
attribute for thesubmission
node:- If the value of
odk:client-editable
is "true", clients should allow sent submissions to be edited usingdeprecatedId
as a way of linking edits together. - If the value of
odk:client-editable
is anything else, clients should not allow edits after submission (assuming they don't usually).
- If the value of
XLSForm
- A new
client_editable
column in thesettings
sheet whose value will be used to define the newodk:client-editable
attribute.