2.3.4.2.57 HeaderFooterFont_Type

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

Referenced by: HeaderFooter_Type

A complex type that is unused and MUST be ignored.

Attributes:

Height: An xsd:int ([XMLSCHEMA2] section 3.3.17) attribute that is unused and MUST be ignored.

Width: An xsd:int ([XMLSCHEMA2] section 3.3.17) attribute that is unused and MUST be ignored.

Escapement: An xsd:int ([XMLSCHEMA2] section 3.3.17) attribute that is unused and MUST be ignored.

Orientation: An xsd:int ([XMLSCHEMA2] section 3.3.17) attribute that is unused and MUST be ignored.

Weight: An xsd:int ([XMLSCHEMA2] section 3.3.17) attribute that is unused and MUST be ignored.

Italic: An xsd:unsignedByte ([XMLSCHEMA2] section 3.3.24) attribute that is unused and MUST be ignored.

Underline: An xsd:unsignedByte ([XMLSCHEMA2] section 3.3.24) attribute that is unused and MUST be ignored.

StrikeOut: An xsd:unsignedByte ([XMLSCHEMA2] section 3.3.24) attribute that is unused and MUST be ignored.

CharSet: An xsd:unsignedByte ([XMLSCHEMA2] section 3.3.24) attribute that is unused and MUST be ignored.

OutPrecision: An xsd:unsignedByte ([XMLSCHEMA2] section 3.3.24) attribute that is unused and MUST be ignored.

ClipPrecision: An xsd:unsignedByte ([XMLSCHEMA2] section 3.3.24) attribute that is unused and MUST be ignored.

Quality: An xsd:unsignedByte ([XMLSCHEMA2] section 3.3.24) attribute that is unused and MUST be ignored.

PitchAndFamily: An xsd:unsignedByte ([XMLSCHEMA2] section 3.3.24) attribute that is unused and MUST be ignored.

FaceName: 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="HeaderFooterFont_Type">
   <xsd:attribute name="Height" type="xsd:int"/>
   <xsd:attribute name="Width" type="xsd:int"/>
   <xsd:attribute name="Escapement" type="xsd:int"/>
   <xsd:attribute name="Orientation" type="xsd:int"/>
   <xsd:attribute name="Weight" type="xsd:int"/>
   <xsd:attribute name="Italic" type="xsd:unsignedByte"/>
   <xsd:attribute name="Underline" type="xsd:unsignedByte"/>
   <xsd:attribute name="StrikeOut" type="xsd:unsignedByte"/>
   <xsd:attribute name="CharSet" type="xsd:unsignedByte"/>
   <xsd:attribute name="OutPrecision" type="xsd:unsignedByte"/>
   <xsd:attribute name="ClipPrecision" type="xsd:unsignedByte"/>
   <xsd:attribute name="Quality" type="xsd:unsignedByte"/>
   <xsd:attribute name="PitchAndFamily" type="xsd:unsignedByte"/>
   <xsd:attribute name="FaceName" type="xsd:string"/>
 </xsd:complexType>