LocalizedTypedString

Allows the internationalization of text contents in a typed way. Attributes of the type LocalizedTypedString normally have the multiplicity [0..*]. This means that such an attribute can have multiple values for different locales and types. It must not have multiple values for the same locale and type.

General Information

AttributeValue
Ownercore
Applied Stereotype
Base ClassifierAbstractLocalizedString
Is Abstractfalse
Derived Classifiers

Attributes

NameTypeMult.DescriptionOwning Classifier
languageCodeLanguageCode1

References the corresponding languageCode of the value.

AbstractLocalizedString
valueString1

The value of the LocalizedString in language defined by the languageCode.

AbstractLocalizedString
typeLocalizedTypedStringType1

Defines the type of the LocalizedTypedString. This allows the definition of a more detailed semantic than the semantic of the attribute itself with the type LocalizedTypedString. Agreed type values are defined in an OpenEnumeration.

LocalizedTypedString
Previous