w:body
Document Body
Element information
Namespace: http://schemas.openxmlformats.org/wordprocessingml/2006/main
Schema document: wml.xsd
Type: w:CT_Body
Properties: Local, Qualified
Content
- Sequence [1..1]
- Choice [0..*]
- w:customXml Block-Level Custom XML Element
- w:sdt Block-Level Structured Document Tag
- w:p [0..*] Paragraph
- w:tbl [0..*] Table
- w:proofErr [0..1] Proofing Error Anchor
- w:permStart [0..1] Range Permission Start
- w:permEnd [0..1] Range Permission End
- w:bookmarkStart Bookmark Start
- w:bookmarkEnd Bookmark End
- w:moveFromRangeStart Move Source Location Container - Start
- w:moveFromRangeEnd Move Source Location Container - End
- w:moveToRangeStart Move Destination Location Container - Start
- w:moveToRangeEnd Move Destination Location Container - End
- w:commentRangeStart Comment Anchor Range Start
- w:commentRangeEnd Comment Anchor Range End
- w:customXmlInsRangeStart Custom XML Markup Insertion Start
- w:customXmlInsRangeEnd Custom XML Markup Insertion End
- w:customXmlDelRangeStart Custom XML Markup Deletion Start
- w:customXmlDelRangeEnd Custom XML Markup Deletion End
- w:customXmlMoveFromRangeStart Custom XML Markup Move Source Start
- w:customXmlMoveFromRangeEnd Custom XML Markup Move Source End
- w:customXmlMoveToRangeStart Custom XML Markup Move Destination Location Start
- w:customXmlMoveToRangeEnd Custom XML Markup Move Destination Location End
- w:ins [0..1] Inserted Run Content
- w:del [0..1] Deleted Run Content
- w:moveFrom Move Source Run Content
- w:moveTo Move Destination Run Content
- m:oMathPara Math Paragraph
- m:oMath
- w:altChunk [0..*] Anchor for Imported External Content
from group w:EG_BlockLevelChunkEltsfrom group w:EG_ContentBlockContentfrom group w:EG_RunLevelEltsfrom group w:EG_RangeMarkupElementsfrom group w:EG_MathContent - w:sectPr [0..1] Document Final Section Properties
from group w:EG_BlockLevelElts - Choice [0..*]
Attributes
None
Used in
- Type w:CT_Document (Element w:document)
Sample instance
<w:body> <w:customXml w:element="string"> <w:customXmlPr> <w:placeholder w:val="string"/> <w:attr w:name="string" w:val="string"/> </w:customXmlPr> <w:customXml w:element="string"> <w:customXmlPr>... </w:customXmlPr> <w:customXml w:element="string">... </w:customXml> </w:customXml> </w:customXml> <w:sectPr> <w:headerReference r:id="string" w:type="even"/> <w:footnotePr> <w:pos w:val="pageBottom"/> <w:numFmt w:val="decimal"/> <w:numStart w:val="1"/> <w:numRestart w:val="continuous"/> </w:footnotePr> <w:endnotePr> <w:pos w:val="sectEnd"/> <w:numFmt w:val="decimal"/> <w:numStart w:val="1"/> <w:numRestart w:val="continuous"/> </w:endnotePr> <w:type/> <w:pgSz/> <w:pgMar w:top="1" w:right="1" w:bottom="1" w:left="1" w:header="1" w:footer="1" w:gutter="1"/> <w:paperSrc/> <w:pgBorders> <w:top w:val="nil"/> <w:left w:val="nil"/> <w:bottom w:val="nil"/> <w:right w:val="nil"/> </w:pgBorders> <w:lnNumType/> <w:pgNumType/> <w:cols> <w:col/> </w:cols> <w:formProt/> <w:vAlign w:val="top"/> <w:noEndnote/> <w:titlePg/> <w:textDirection w:val="lrTb"/> <w:bidi/> <w:rtlGutter/> <w:docGrid/> <w:printerSettings r:id="string"/> <w:sectPrChange w:id="1" w:author="string"> <w:sectPr>... </w:sectPr> </w:sectPrChange> </w:sectPr> </w:body>