Row
Represents a single data row within an InlineTable, containing a collection of column values. Row provides the structure for embedding tabular data directly in the OLAP schema definition.
Extends
Attributes
Name | Id | Type | Lower | Upper |
---|
References
Name | Type | Lower | Upper | Containment |
---|---|---|---|---|
rowValues | RowValue🔗 | 0 | ∞ | true |
Collection of column values for this row. Each RowValue pairs a column reference with its corresponding data value, defining the complete content of this table row. |
Used by
- InlineTable🔗 → rows