2.3.4.2.56 HeaderFooter_Type

Target namespace: http://schemas.microsoft.com/office/visio/2011/1/core

Referenced by: VisioDocument_Type

A complex type that is unused and MUST be ignored.

Child Elements:

HeaderMargin: A HeaderMargin_Type element that is unused and MUST be ignored.

FooterMargin: A FooterMargin_Type element that is unused and MUST be ignored.

HeaderLeft: A HeaderLeft_Type element that is unused and MUST be ignored.

HeaderCenter: A HeaderCenter_Type element that is unused and MUST be ignored.

HeaderRight: A HeaderRight_Type element that is unused and MUST be ignored.

FooterLeft: A FooterLeft_Type element that is unused and MUST be ignored.

FooterCenter: A FooterCenter_Type element that is unused and MUST be ignored.

FooterRight: A FooterRight_Type element that is unused and MUST be ignored.

HeaderFooterFont: A HeaderFooterFont_Type element that is unused and MUST be ignored.

Attributes:

HeaderFooterColor: An xsd:string ([XMLSCHEMA2] section 3.2.1) attribute that is unused and MUST be ignored.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="HeaderFooter_Type">
   <xsd:all>
     <xsd:element name="HeaderMargin" type="HeaderMargin_Type" minOccurs="0" maxOccurs="1"/>
     <xsd:element name="FooterMargin" type="FooterMargin_Type" minOccurs="0" maxOccurs="1"/>
     <xsd:element name="HeaderLeft" type="HeaderLeft_Type" minOccurs="0" maxOccurs="1"/>
     <xsd:element name="HeaderCenter" type="HeaderCenter_Type" minOccurs="0" maxOccurs="1"/>
     <xsd:element name="HeaderRight" type="HeaderRight_Type" minOccurs="0" maxOccurs="1"/>
     <xsd:element name="FooterLeft" type="FooterLeft_Type" minOccurs="0" maxOccurs="1"/>
     <xsd:element name="FooterCenter" type="FooterCenter_Type" minOccurs="0" maxOccurs="1"/>
     <xsd:element name="FooterRight" type="FooterRight_Type" minOccurs="0" maxOccurs="1"/>
     <xsd:element name="HeaderFooterFont" type="HeaderFooterFont_Type" minOccurs="0" maxOccurs="1"/>
   </xsd:all>
   <xsd:attribute name="HeaderFooterColor" type="xsd:string"/>
 </xsd:complexType>