StringType ---------- Allows for non-formatted strings that may be translations from other languages, or that may be translatable into other languages. Only one string per language/location type is allowed. String contains the following attributes, xml:lang to designate the language, isTranslated with a default value of false to designate if an object is a translation of another language, isTranslatable with a default value of true to designate if the content can be translated, translationSourceLanguage to indicate the source languages used in creating this translation, and translationDate. Properties ~~~~~~~~~~ .. csv-table:: :header: "Name","Type","","Description" :widths: 15,10,5,100 "MultilingualStringValue","`langString `_","0..1","" "IsTranslated","`boolean `_","0..1","Indicates whether content is a translation (true) or an original (false)." "IsTranslatable","`boolean `_","0..1","Indicates whether content is translatable (true) or not (false). An example of something that is not translatable would be a MNEMONIC of an object or a number." "TranslationSourceLanguage","`language `_","0..n","List the language or language codes. The language original may or may not be provided in this bundle of language specific strings." "TranslationDate","`date `_","0..1","The date the content was translated. Provision of translation date allows user to verify if translation was available during data collection or other time linked activity." Item Type Hierarchy ~~~~~~~~~~~~~~~~~~~ * **StringType** * :doc:`/composite-types/InternationalCodeValueType/index` Relationships ~~~~~~~~~~~~~ The following identified item types reference this type. .. container:: image |stub| .. |stub| image:: ../../images/StringType.svg