Definition Type: Element
Name: CommentsLayout
Namespace: urn:schemas-microsoft-com:office:excel
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: excel.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
ContentType Restriction
Documentation:
Specifies whether comments are printed and where they are printed.
Collapse XSD Schema Diagram:
XSD Diagram of CommentsLayout in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="CommentsLayout" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Specifies whether comments are printed and where they are printed.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="InPlace" />
            <xsd:enumeration value="PrintNone" />
            <xsd:enumeration value="SheetEnd" />
        </xsd:restriction>
    </xsd:simpleType>
</xsd:element>
Collapse Facets:
Facet Value
Enumeration InPlace
Enumeration PrintNone
Enumeration SheetEnd