Defines the header area in the top margin of each page in the current section.
| Namespace | http://schemas.microsoft.com/office/word/2003/wordml | 
| Schema name | XML Document 2003 | 
None.
| Attribute | Type | Required | Description | Possible Values | 
|---|---|---|---|---|
| type | hdrValue | required | Specifies the header type. | 
 | 
      
<xsd:complexType name="hdrElt" >
  <xsd:group ref="blockLevelElts" minOccurs="1" maxOccurs="unbounded"></xsd:group>
  <xsd:attribute name="type" type="hdrValue" use="required">
  </xsd:attribute>
</xsd:complexType>