| ShortName | Name | Type | Description | Required? | Read only? | Implementation Notes |
|---|---|---|---|---|---|---|
| languageTypeId | Language Type Id | String | An id for a type describing the language of the text A description of the type can be found via the type service For example english, french, etc. OSID reference: ISOMajorLanguageTypes |
|||
| scriptTypeId | Script Type Id | String | An id for a type describing the script used in encoding the text For example: latin, Cyrillic, etc... A description of the type can be found via the type service OSID reference: ISOScriptTypes |
|||
| formatTypeId | Format Type Id | String | A id for a type describing the format used to store the text For example: plain, latex, html, rtf A description of the type can be found via the type service OSID reference: FormatTypes |
|||
| text | Text | String | The actual text to be displayed |
{
"type" : "DisplayText",
"languageTypeId" : "id",
"scriptTypeId" : "id",
"formatTypeId" : "id",
"text" : "XXXX"
}