次のような XForms ドキュメントのバインドがあります。
<xforms:bind id="fr-form-binds" nodeset="instance('fr-form-instance')">
<xforms:bind id="section-1-bind" nodeset="section-1">
<xforms:bind id="age-bind" name="age" nodeset="age" />
<xforms:bind id="first-name-bind" nodeset="first-name"
name="first-name"
constraint="instance('fr-form-resources')//resource/section-1/first-name/alert/@show = false()" />
</xforms:bind>
プログラムで (XPath などによって) バインドにアクセスし、その id で age-bind の制約属性を変更して、first-name-bind のような制約を記述し、プログラムで fr-form- を更新する必要がないようにすることはできますか?資力?