<dialogsheet>
(Dialog Sheet)
This is the root element for Sheet Parts of type 'dialogsheet'.
Parent Elements |
---|
Root element of SpreadsheetML Dialogsheet part |
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Dialogsheet">
<sequence>
<element name="sheetPr" minOccurs="0" type="CT_SheetPr"/>
<element name="sheetViews" minOccurs="0" type="CT_SheetViews"/>
<element name="sheetFormatPr" minOccurs="0" type="CT_SheetFormatPr"/>
<element name="sheetProtection" type="CT_SheetProtection" minOccurs="0" maxOccurs="1"/>
<element name="customSheetViews" minOccurs="0" type="CT_CustomSheetViews"/>
<element name="printOptions" minOccurs="0" type="CT_PrintOptions"/>
<element name="pageMargins" minOccurs="0" type="CT_PageMargins"/>
<element name="pageSetup" minOccurs="0" type="CT_PageSetup"/>
<element name="headerFooter" minOccurs="0" type="CT_HeaderFooter"/>
<element name="drawing" minOccurs="0" type="CT_Drawing"/>
<element name="legacyDrawing" minOccurs="0" type="CT_LegacyDrawing"/>
<element name="legacyDrawingHF" type="CT_LegacyDrawing" minOccurs="0" maxOccurs="1"/>
<element name="oleObjects" type="CT_OleObjects" minOccurs="0" maxOccurs="1"/>
<element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
</sequence>
</complexType>