This shows you the differences between two versions of the page.
cheatsheet.xsd [2012/09/28 12:37] irian |
cheatsheet.xsd [2012/09/28 12:43] (current) irian |
||
---|---|---|---|
Line 22: | Line 22: | ||
<Header>Column 1</Header> | <Header>Column 1</Header> | ||
<Header>Column 2</Header> | <Header>Column 2</Header> | ||
- | <Text>1/1</Text> | + | <Text>Row 1/ Column 1</Text> |
- | <Text>1/2</Text> | + | <Text>Row 1/ Column 2</Text> |
- | <Text>2/1</Text> | + | <Text>Row 2/ Column 1</Text> |
- | <Text>2/2</Text> | + | <Text>Row 2/ Column 2</Text> |
- | <Text>3/1</Text> | + | <Text>Row 3/ Column 1</Text> |
- | <Text>3/2</Text> | + | <Text bold="true">Row 3/ Column 2</Text> |
</Table> | </Table> | ||
</TableElement> | </TableElement> | ||
Line 53: | Line 53: | ||
Following the Headers there can be Text elements. The first Text element specifies the content of the cell in the first column of the first row, the 2nd. the content of the 2nd column of the first row, etc. | Following the Headers there can be Text elements. The first Text element specifies the content of the cell in the first column of the first row, the 2nd. the content of the 2nd column of the first row, etc. | ||
+ | |||
+ | As you can see in the example, Texts in the table may also be bold. |