The element table allows to define a table out of table rows and table cells (table data and table headings). |
| QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
|---|---|---|---|---|---|---|---|
| bibIDRef | xs:string | optional | |||||
| cssClass | xs:string | optional | |||||
| height | xs:positiveInteger | optional |
|
||||
| icon | xs:string | optional | |||||
| label | elml:LabelType | optional |
|
||||
| labelRef | elml:LabelType | optional |
|
||||
| legend | xs:string | optional |
|
||||
| pageNr | xs:string | optional | |||||
| role | xs:string | optional | |||||
| title | xs:string | optional |
|
||||
| units | restriction of xs:string | optional |
|
||||
| visible | xs:string | optional | |||||
| width | xs:positiveInteger | optional |
|
| Elements | elml:annotation, elml:glossary/elml:definition |
| Complex Types | elml:CLIIType, elml:CLIType, elml:CLType, elml:ColumnType, elml:ParaType, elml:ParaTypeBox, elml:SIIType, elml:SType |
<xs:element name="table"> <xs:annotation> <xs:documentation>The element table allows to define a table out of table rows and table cells (table data and table headings).</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <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> </xs:sequence> <xs:attributeGroup ref="elml:LabelImp"/> <xs:attributeGroup ref="elml:LabelRefImp"/> <xs:attributeGroup ref="elml:TitleImp"/> <xs:attributeGroup ref="elml:IconImp"/> <xs:attributeGroup ref="elml:SizeImp"/> <xs:attributeGroup ref="elml:LegendImp"/> <xs:attributeGroup ref="elml:BibIDRefImp"/> <xs:attributeGroup ref="elml:BibPageNr"/> <xs:attributeGroup ref="elml:RoleImp"/> <xs:attributeGroup ref="elml:VisibleImp"/> <xs:attributeGroup ref="elml:CSSClassImp"/> </xs:complexType> </xs:element> |