OwS Style Sheet Directive: table: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Die Seite wurde neu angelegt: „== Syntax == <font face="courier"> {|border="0" |- style="vertical-align:top" | style="width:10em" | ''HeadingDirective'' | style="width:3em" | := | style=…“) |
(→Syntax) |
||
| Zeile 5: | Zeile 5: | ||
| style="width:10em" | ''HeadingDirective'' | | style="width:10em" | ''HeadingDirective'' | ||
| style="width:3em" | := | | style="width:3em" | := | ||
| − | | style="width:36em" | '''#table''' ''StartRow''? [[OwS Statement: Base Types|''TypeName'']] [[OwS Statement: Base Types|''DottedPropertyName'']]+ | + | | style="width:36em" | '''#table''' ''StartRow''? [[OwS Statement: Base Types|''TypeName'']] [[OwS Statement: Base Types|''DottedPropertyName'']]+ ''RowObligation''? |
| style="width:1em" | | | style="width:1em" | | ||
| <font face="arial" size="2"> </font> | | <font face="arial" size="2"> </font> | ||
| Zeile 20: | Zeile 20: | ||
| | | | ||
| | | | ||
| + | |- style="vertical-align:top" | ||
| + | | ''RowObligation'' | ||
| + | | := | ||
| + | | '''#''' [[OwS Statement: Base Types|''SimpleName'']] | ||
| + | | | ||
| + | | <font face="arial" size="2">shall refer to a submodule defined per #package directive</font> | ||
|} | |} | ||
</font> | </font> | ||
<hr> | <hr> | ||
Version vom 9. Oktober 2016, 22:14 Uhr
Syntax
| HeadingDirective | := | #table StartRow? TypeName DottedPropertyName+ RowObligation? | ||
| | | #table | |||
| StartRow | := | [1-9]+ | ||
| RowObligation | := | # SimpleName | shall refer to a submodule defined per #package directive |