<xsd:complexType name="TextCell_Type" mixed="true">
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="cp" type="cp_Type" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="pp" type="pp_Type" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="tp" type="tp_Type" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="fld" type="fld_Type" minOccurs="0" maxOccurs="unbounded" />
</xsd:choice>
</xsd:complexType>
|