2.3.4.2.45 FaceName_Type

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

Referenced by: FaceNames_Type

A complex type that specifies a font from the font table of the web drawing.

Attributes:

NameU: An xsd:string ([XMLSCHEMA2] section 3.2.1) attribute that specifies the language-independent name of the font as a UTF-16 Unicode string.

UnicodeRanges: An xsd:string ([XMLSCHEMA2] section 3.2.1) attribute that specifies the Unicode range of the font.

CharSets: An xsd:string ([XMLSCHEMA2] section 3.2.1) attribute that specifies the set of supported character sets for the font.

Panos: An xsd:string ([XMLSCHEMA2] section 3.2.1) attribute that specifies the PANOSE signature for the font. The structure of the string is specified in vPanose structure. If the Panose attribute exists, then this attribute is unused and MUST be ignored.

Panose: An xsd:string ([XMLSCHEMA2] section 3.2.1) attribute that specifies the PANOSE signature for the font. The structure of the string is specified in the vPanose structure.

Flags: An xsd:unsignedInt ([XMLSCHEMA2] section 3.3.22) 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="FaceName_Type">
   <xsd:attribute name="NameU" type="xsd:string" use="required"/>
   <xsd:attribute name="UnicodeRanges" type="xsd:string"/>
   <xsd:attribute name="CharSets" type="xsd:string"/>
   <xsd:attribute name="Panos" type="xsd:string"/>
   <xsd:attribute name="Panose" type="xsd:string"/>
   <xsd:attribute name="Flags" type="xsd:unsignedInt"/>
 </xsd:complexType>