<formsDesign>
(Structured Document Tag Placeholder Text Should be Resaved)
This element specifies that the document was last saved while the placeholder text of all structured document tags in this document were being edited. This means that the placeholder text currently displayed in all structured document tags which are displaying the <showingPlcHdr>
element (§2.5.2.38) shall be committed to the corresponding glossary document entry as specified using the <docPart>
element (§2.12.5) when this document is opened, in order to ensure that the most recent placeholder text is stored in the glossary document entry. If the current placeholder text cannot be saved as a glossary document entry, then it should be modified as needed before saving.
If this element is omitted, then the placeholder text in this document should not automatically be resaved when the document is opened.
<w:formsDesign w:val="true"/>
The <formsDesign>
element's @val
attribute has a value of true
specifying that this document should be resaved to its glossary document by any application which supports this operation. ]
Parent Elements |
---|
|
Attributes |
Description |
---|---|
|
Specifies a binary value for the property defined by the parent XML element. A value of A value of <w:… w:val="off"/> The The possible values for this attribute are defined by the ST_OnOff simple type (§2.18.67). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_OnOff">
<attribute name="val" type="ST_OnOff"/>
</complexType>