The element Row defines a row within a Table. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
class | optional |
|
<xs:element name="Row"> <xs:annotation> <xs:documentation xml:lang="en-US">The element Row defines a row within a Table.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element minOccurs="0" maxOccurs="unbounded" ref="Cell"/> </xs:sequence> <xs:attributeGroup ref="attlist.Row"/> </xs:complexType> </xs:element> |