<sheetIdMap> (Sheet Id Map)

This element represents a list of sheets and corresponding ids that are used for tracking revision records.

Parent Elements

<header>3.11.1.1)

Child Elements

Subclause

<sheetId> (Sheet Id)

§3.11.1.23

Attributes

Description

<count> (Sheet Count)

Number of sheets.

The possible values for this attribute are defined by the XML Schema unsignedInt datatype.

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_SheetIdMap">
	<sequence>
	<element name="sheetId" type="CT_SheetId" minOccurs="1" maxOccurs="unbounded"/>
	</sequence>
	<attribute name="count" type="xsd:unsignedInt" use="optional"/>
</complexType>