DocumentID: ECMA-376/Part1/12.3.7
Title: ECMA-376, Part1: 12.3.7 Dialogsheet Part
Extracted-From: ECMA-376 Office Open XML File Formats, 1st Edition / December 2006
Warning: Coverted to HTML format by a script known to have bugs

Navigation:

12.3.7 Dialogsheet Part

Content Type:

application/vnd.openxmlformats-officedocument.spreadsheetml.dialogsheet+xml

Root Namespace:

http://schemas.openxmlformats.org/spreadsheetml/2006/main

Source Relationship:

http://schemas.openxmlformats.org/officeDocument/2006/relationships/dialogsheet

An instance of this part type contains information about a legacy custom dialog box for a user form.

A package is permitted to contain one or more Dialogsheet parts, and each such part shall be the target of an explicit relationship from the Workbook part (§12.3.23).

[Example: The following Workbook part-relationship item contains relationships to a Dialogsheet part, which is stored in the ZIP item dialogsheets/sheet1.xml:

<Relationships xmlns="...">
  <Relationship Id="rId2" 
    Type="http://.../dialogsheet" Target="dialogsheets/sheet1.xml"/>
</Relationships>

The Workbook part contains the following:

<workbook xmlns:r="..." ...>
  ...
  <sheets>
    ...
    <sheet name="Dialog1" tabId="4" type="dialog" r:id="rId2"/>
  </sheets>
  ...
</workbook>

end example]

The root element for a part of this content type shall be dialogsheet.

[Example: sheet1.xml contains the following:

<dialogsheet xmlns:r="..." ...>
  <sheetPr>
    <pageSetUpPr/>
  </sheetPr>

  <sheetViews>
    ...
  </sheetViews>
    ...
  <legacyDrawing r:id="rId1"/>
</dialogsheet>

end example]

A Dialogsheet part shall be located within the package containing the source relationship (expressed syntactically, the TargetMode attribute of the Relationship element shall be Internal).

A Dialogsheet part is permitted to have implicit relationships to the following parts defined by this Standard:

A Dialogsheet part is permitted to have explicit relationships to the following parts defined by this Standard:

A Dialogsheet part shall not have implicit or explicit relationships to any other part defined by this Standard.


Converted to HTML format by ooxmlspec2html 0.1, a Perl script provided by OpenISO.org.