w:customXmlPr
Custom XML Element Properties
Element information
Namespace: http://schemas.openxmlformats.org/wordprocessingml/2006/main
Schema document: wml.xsd
Type: w:CT_CustomXmlPr
Properties: Local, Qualified
Content
- Sequence [1..1]
- w:placeholder [0..1] Custom XML Element Placeholder Text
- w:attr [0..*] Custom XML Attribute
Attributes
None
Used in
- Type w:CT_CustomXmlBlock (Element w:customXml)
- Type w:CT_CustomXmlCell (Element w:customXml)
- Type w:CT_CustomXmlRow (Element w:customXml)
- Type w:CT_CustomXmlRun (Element w:customXml)
Sample instance
<w:customXmlPr> <w:placeholder w:val="string"/> <w:attr w:name="string" w:val="string"/> </w:customXmlPr>