Tabular Model Translation Element
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
Model | String | Specifies the name of the tabular model 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. |
<Perspectives> <Perspective /> </Perspectives> | AstTabularPerspectiveTranslationNode | Specifies the collection of tabular perspective translations. |
<Tables> <Table /> </Tables> | AstTabularTableTranslationNode | Specifies the collection of tabular table translations. |