Prefinalisation : remove class="template" on filled in element
SUMMARY
In order to avoid a validation eror on document which have not been prefinlisaed yet , we added
class="template"
to element which are/can be filled in later
For instance :
<docNumber class="template" refersTo="~_azs3y" xml:id="_coverpage__container_mainDoc__block_2__docNumber"/>
This means that when the API will fill in these element with real value,the class="template" will have to be removed.
This concerns
- the insitutional number
- the interinstitutionnal number
- the linked references.
ACCEPTANCE CRITERIAS / GOALS
- class="template" is not there anymore in elements updated by the API