OwS Style Sheet Directive: table: Unterschied zwischen den Versionen

Aus CTS2-LE
Zur Navigation springen Zur Suche springen
(Syntax)
(Syntax)
Zeile 5: Zeile 5:
 
| style="width:10em" | ''HeadingDirective''  
 
| style="width:10em" | ''HeadingDirective''  
 
| style="width:3em"  | :=  
 
| style="width:3em"  | :=  
| style="width:46em" | '''#table''' ''StartRow''? [[OwS Statement: Base Types|''TypeName'']] [[OwS Statement: Base Types|''DottedPropertyName'']]+ ''ListSeparator''? ''RowObligation''?
+
| style="width:46em" | '''#table''' ''StartRow''? [[OwS Statement: Base Types|''TypeName'']] ''ColumnMap''+ ''RowObligation''?
 
| style="width:1em" |  
 
| style="width:1em" |  
 
|                      <font face="arial" size="2"> </font>
 
|                      <font face="arial" size="2"> </font>
Zeile 18: Zeile 18:
 
| :=  
 
| :=  
 
| [1-9]+  
 
| [1-9]+  
 +
|
 +
|
 +
|- style="vertical-align:top"
 +
| ''ColumnMap''
 +
| :=
 +
| [[OwS Statement: Base Types|''DottedPropertyName'']] ''ListSeparator''?
 
|
 
|
 
|
 
|

Version vom 6. Dezember 2016, 00:32 Uhr

Syntax

HeadingDirective := #table StartRow? TypeName ColumnMap+ RowObligation?  
| #table
StartRow := [1-9]+
ColumnMap := DottedPropertyName ListSeparator?
ListSeparator := ;
RowObligation := PackageName shall refer to a submodule defined per #package directive