<xsd:complexType name="CT_CellSmartTag">
<xsd:sequence>
<xsd:element name="cellSmartTagPr" minOccurs="0" maxOccurs="unbounded" type="CT_CellSmartTagPr">
<xsd:annotation>
<xsd:documentation>Smart Tag Properties</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="type" type="xsd:unsignedInt" use="required">
<xsd:annotation>
<xsd:documentation>Smart Tag Type Index</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="deleted" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Deleted</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="xmlBased" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>XML Based</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|