internationalized_text

InternationalizedText allows for support of multiple languages for a string. InternationalizedText has an optional attribute label, which allows the feed to refer back to the original label for the information (e.g. if the contact information came from a CSV, label may refer to a row ID). Examples of InternationalizedText can be seen in: * Any element that extends contest_base * Any element that extends ballot_selection_base * candidate * contact_information * election * election_administration * office * party * person * polling_location * source NOTE: Internationalized Text is not currently supported for CSV submissions. “

Tag Data Type Required? Repeats? Description Error Handling
text xs:string Required Repeats Contains the translations of a particular string of text. At least one valid Text must be present for InternationalizedText to be valid. If no valid Text is present, the implementation is required to ignore the InternationalizedText element.