<xs:complexType name="tableCellElementType" mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="xhtml:h1" />
<xs:element ref="xhtml:h2" />
<xs:element ref="xhtml:h3" />
<xs:element ref="xhtml:h4" />
<xs:element ref="xhtml:h5" />
<xs:element ref="xhtml:h6" />
<xs:element ref="xhtml:ul" />
<xs:element ref="xhtml:ol" />
<xs:element ref="xhtml:dl" />
<xs:element ref="xhtml:p" />
<xs:element ref="xhtml:div" />
<xs:element ref="xhtml:table" />
<xs:element ref="xhtml:pre" />
<xs:element ref="xhtml:blockquote" />
<xs:element ref="xhtml:address" />
<xs:element ref="xhtml:br" />
<xs:element ref="xhtml:span" />
<xs:element ref="xhtml:em" />
<xs:element ref="xhtml:strong" />
<xs:element ref="xhtml:dfn" />
<xs:element ref="xhtml:code" />
<xs:element ref="xhtml:samp" />
<xs:element ref="xhtml:kbd" />
<xs:element ref="xhtml:var" />
<xs:element ref="xhtml:cite" />
<xs:element ref="xhtml:abbr" />
<xs:element ref="xhtml:acronym" />
<xs:element ref="xhtml:q" />
<xs:element ref="xhtml:b" />
<xs:element ref="xhtml:big" />
<xs:element ref="xhtml:i" />
<xs:element ref="xhtml:small" />
<xs:element ref="xhtml:sub" />
<xs:element ref="xhtml:sup" />
<xs:element ref="xhtml:tt" />
<xs:element ref="xhtml:bdo" />
<xs:element ref="xhtml:a" />
<xs:element ref="xhtml:ruby" />
<xs:element ref="pim:event" />
<xs:element ref="pim:industry" />
<xs:element ref="pim:location" />
<xs:element ref="pim:object" />
<xs:element ref="pim:organization" />
<xs:element ref="pim:person" />
<xs:element ref="pim:quote" />
<xs:element ref="pim:keyword" />
<xs:element ref="pim:ticker" />
<xs:element ref="pam:media" />
<xs:element ref="pim:timePeriod" />
</xs:choice>
<xs:attribute name="id" type="xs:ID" />
<xs:attribute name="title" type="xs:string" />
<xs:attribute name="dir">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="ltr" />
<xs:enumeration value="rtl" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute ref="xml:lang" />
<xs:attribute name="abbr" type="xs:string" />
<xs:attribute name="axis" type="xs:string" />
<xs:attribute name="headers" type="xs:IDREFS" />
<xs:attribute name="scope">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="row" />
<xs:enumeration value="col" />
<xs:enumeration value="rowgroup" />
<xs:enumeration value="colgroup" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="rowspan" type="xs:string" default="1" />
<xs:attribute name="colspan" type="xs:string" default="1" />
<xs:attribute name="align">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="left" />
<xs:enumeration value="center" />
<xs:enumeration value="right" />
<xs:enumeration value="justify" />
<xs:enumeration value="char" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="char" type="xs:string" />
<xs:attribute name="charoff" type="xs:string" />
<xs:attribute name="valign">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="top" />
<xs:enumeration value="middle" />
<xs:enumeration value="bottom" />
<xs:enumeration value="baseline" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
|