<xsd:complexType name="CT_ExternalDefinedName">
<xsd:attribute name="name" type="ST_Xstring" use="required">
<xsd:annotation>
<xsd:documentation>Defined Name</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="refersTo" type="ST_Xstring" use="optional">
<xsd:annotation>
<xsd:documentation>Refers To</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="sheetId" type="xsd:unsignedInt" use="optional">
<xsd:annotation>
<xsd:documentation>Sheet Id</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|