Represents the document body in a WordprocessingML document.
The body element is the container for all block-level content in the document.
This includes paragraphs, tables, and section properties that define page layout.
Adds new section properties.
Note: Previous section is created in paragraph after the current element, and then new section will be added.
The spec says:
section element should be in the last paragraph of the section
Represents the document body in a WordprocessingML document.
The body element is the container for all block-level content in the document. This includes paragraphs, tables, and section properties that define page layout.
Reference: http://officeopenxml.com/WPdocument.php
XSD Schema