InternationalString

Packaging structure for multiple language versions of the same string content. Where an element of this type is repeatable, the expectation is that each repetition contains different content, each of which can be expressed in multiple languages. The language designation goes on the individual String.

Properties

Name Type Cardinality
string String 0..n

string

A non-formatted string of text with an attribute that designates the language of the text. Repeat this object to express the same content in another language.

Graph

digraph G { fontname = "Bitstream Vera Sans" fontsize = 8 overlap=false; compound=true; node [ fontname = "Bitstream Vera Sans" fontsize = 8 shape = "record" ] edge [ fontname = "Bitstream Vera Sans" fontsize = 8 mode="ipsep" ] DDI4_InternationalString [ label = "{<id>InternationalString | + string : String \l \l \l| \l \l}" tooltip = "ComplexDataTypes:InternationalString" ] subgraph { label = "" node [ color = "#" ] } }