OwS Style Sheet Directive: table
Syntax
| TableDirective | := | #table StartRow? TypeName ColumnMap+ RowObligation? | define new objects together with their properties | |
| | | #table StartRow? . ColumnMap+ RowObligation? | define property values for the recently defined object | ||
| | | #table | disable the active #table directive | ||
| StartRow | := | [1-9]+ | ||
| ColumnMap | := | DottedPropertyName ListSeparator? | ||
| ListSeparator | := | ; | ||
| RowObligation | := | PackageName | shall refer to a submodule defined per #package directive |