| Target Namespace | http://eclipse.org/ptp/lml |
|---|---|
| Element and Attribute Namespaces |
|
| Schema Composition |
|
| Prefix | Namespace |
|---|---|
| Default namespace | http://www.w3.org/2001/XMLSchema |
| xml | http://www.w3.org/XML/1998/namespace |
| lml | http://eclipse.org/ptp/lml |
| Super-types: | None |
|---|---|
| Sub-types: | None |
| Name | cell_type |
|---|---|
| Abstract | no |
| Documentation | Can be linked to column by using foreign key cid to cid-attribute of column-tag. Otherwise order of cells define connections to columns. |
| Super-types: | None |
|---|---|
| Sub-types: | None |
| Name | column_type |
|---|---|
| Abstract | no |
| Documentation | Describes one column of table. |
| Super-types: | None |
|---|---|
| Sub-types: | None |
| Name | row_type |
|---|---|
| Abstract | no |
| Documentation | One row in final table. |
| Super-types: | lml:gobject_type < table_type (by extension) |
|---|---|
| Sub-types: | None |
| Name | table_type |
|---|---|
| Abstract | no |
| Documentation | An abstract table. Defines several columns, which can be sorted by different datatypes. Then data is defined in row-tags, which can be linked with object-tags. |
| Super-types: | string < sorting_type (by restriction) |
|---|---|
| Sub-types: | None |
| Name | sorting_type |
|---|---|
| Content |
|
| Documentation | Defines allowed ways of how columns are sorted. If value is date, the values have to match the regular expression ^\d{4}\-\d{2}\-\d{2}\s*(\d{2}:\d{2}(:\d{2})?)?$ A valid example is: "2011-04-13 09:56:44" |