The element Cell defines a cell within a Row of a Table. |
| QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
|---|---|---|---|---|---|---|---|
| class | optional |
|
|||||
| colspan | optional |
|
|||||
| rowspan | optional |
|
| Element | Row |
<xs:element name="Cell"> <xs:annotation> <xs:documentation xml:lang="en-US">The element Cell defines a cell within a Row of a Table.</xs:documentation> </xs:annotation> <xs:complexType mixed="true"> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:group ref="rubric.simple"/> <xs:element ref="Para"/> <xs:element ref="Include"/> <xs:element ref="List"/> <xs:element ref="Table"/> </xs:choice> <xs:attributeGroup ref="attlist.Cell"/> </xs:complexType> </xs:element> |