<xsd:complexType name="CT_ExternalCell">
<xsd:sequence>
<xsd:element name="v" type="ST_Xstring" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Value</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="r" type="ST_CellRef" use="optional">
<xsd:annotation>
<xsd:documentation>Reference</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="t" type="ST_CellType" use="optional" default="n">
<xsd:annotation>
<xsd:documentation>Type</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="vm" type="xsd:unsignedInt" use="optional" default="0">
<xsd:annotation>
<xsd:documentation>Value Metadata</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|