Tabular Table Translation Element
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
Table | String | Specifies the name of the tabular table that will have translations applied. This is a required property | |
TranslatedCaption | String | Specifies the text used for the caption of the referenced Target entity for the parent culture. | |
TranslatedDescription | String | Specifies the text used for the description of the referenced Target entity for the parent culture. |
Collection Children
Child | API Type | Description |
---|---|---|
<Annotations> <Annotation /> </Annotations> | AstAnnotationNode | This is a collection of annotation items that can be used to specify documentation, tags, or other information. Annotations are particularly useful for storing information about nodes that can be used by BimlScript code. |
<Columns> <Column /> </Columns> | AstTabularColumnTranslationNode | Specifies the collection of tabular column translations. |
<Hierarchies> <Hierarchy /> </Hierarchies> | AstTabularHierarchyTranslationNode | Specifies the collection of tabular hierarchy translations. |
<Measures> <Measure /> </Measures> | AstTabularMeasureTranslationNode | Specifies the collection of tabular measure translations. |