Schema Central > OOXML > wml.xsd > w:customXml
Advanced search
Need XML Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

w:customXml

Row-Level Custom XML Element

Element information

Namespace: http://schemas.openxmlformats.org/wordprocessingml/2006/main

Schema document: wml.xsd

Other elements with the same name: w:customXml, w:customXml, w:customXml

Type: w:CT_CustomXmlRow

Properties: Local, Qualified

Content

Attributes

NameOccTypeDescriptionNotes
w:uri [0..1]w:ST_StringCustom XML Element Namespace
w:element [1..1]w:ST_StringCustom XML Element Name

Used in

Sample instance

<w:customXml w:element="string">
   <w:customXmlPr>
      <w:placeholder w:val="string"/>
      <w:attr w:name="string" w:val="string"/>
   </w:customXmlPr>
   <w:tr>
      <w:tblPrEx>
         <w:tblW/>
         <w:jc w:val="left"/>
         <w:tblCellSpacing/>
         <w:tblInd/>
         <w:tblBorders>...
         </w:tblBorders>
         <w:shd w:val="nil"/>
         <w:tblLayout/>
         <w:tblCellMar>...
         </w:tblCellMar>
         <w:tblLook w:val="0FB7"/>
         <w:tblPrExChange w:id="1" w:author="string">...
         </w:tblPrExChange>
      </w:tblPrEx>
      <w:trPr>
         <w:cnfStyle w:val="string"/>
         <w:ins w:id="1" w:author="string"/>
         <w:del w:id="1" w:author="string"/>
         <w:trPrChange w:id="1" w:author="string">...
         </w:trPrChange>
      </w:trPr>
      <w:tc>
         <w:tcPr>...
         </w:tcPr>
         <w:customXml w:element="string">...
         </w:customXml>
      </w:tc>
   </w:tr>
</w:customXml>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com