Definition Type: Attribute
Name: FontName
Namespace: urn:schemas-microsoft-com:office:spreadsheet
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: excelss.xsd
ContentType Restriction
Default Arial
Form Qualified
Use Optional
Documentation:
Specifies the name of the font.
Collapse XSD Schema Diagram:
XSD Diagram of FontName in schema excelss_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:attribute form="qualified" name="FontName" use="optional" default="Arial">
    <xsd:annotation>
        <xsd:documentation>Specifies the name of the font.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
        <xsd:restriction base="xsd:string">
            <xsd:minLength value="1" />
        </xsd:restriction>
    </xsd:simpleType>
</xsd:attribute>
Collapse Facets:
Facet Value
MinLength 1