<xsd:element name="NamedCell" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Presence of this tag indicates that this cell is a member of a user-defined named range. When saved from Excel, this tag is only present on cells that are non-empty or contain formatting. This tag can appear multiple times (one for each user-defined name that this cell lies in).</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:attribute form="qualified" name="Name" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>Specifies a user-defined named range to which the cell belongs.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
|