Each element tablerow defines one row of a table. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
cssClass | xs:string | optional | |||||
label | elml:LabelType | optional |
|
||||
labelRef | elml:LabelType | optional |
|
<xs:element name="tablerow" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Each element tablerow defines one row of a table.</xs:documentation> </xs:annotation> <xs:complexType> <xs:choice maxOccurs="unbounded"> <xs:element name="tabledata" type="elml:TableCellType" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Each element tabledata defines one table data cell of a table.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="tableheading" type="elml:TableCellType" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Each element tableheading defines one table heading cell of a table.</xs:documentation> </xs:annotation> </xs:element> </xs:choice> <xs:attributeGroup ref="elml:CSSClassImp"/> <xs:attributeGroup ref="elml:LabelImp"/> <xs:attributeGroup ref="elml:LabelRefImp"/> </xs:complexType> </xs:element> |