17.5.1.7 customXmlPr

This element specifies the set of properties which shall be applied to the parent custom XML element.

[Example: Consider a custom XML element with the following properties specified:

<w:customXmlPr>
  <w:placeholder w:val="[Fill in your name]"/>
  <w:attr w:name="status" w:val="draft"/>
</w:customXmlPr>

This custom XML element specifies two properties: the presence of placeholder text via the placeholder element (17.5.1.8) and a single custom XML attribute via the attr element (17.5.1.1). end example]

[Note: The W3C XML Schema definition of this element’s content model (CT_CustomXmlPr) is located in A.1. end note]

Last updated on