Glossary Term Data Type

A single glossary term for a single locale

Namespace
http://zanata.org/namespace/api/
Properties
name data type type namespace min/max occurs description
lang string attribute xml 0/1 Term's locale
comment string element ns0 0/1  
content string element 0/1 The term's translation in the given locale
lastModifiedDate dateTime element ns0 0/1 A timestamp indicating the last modification date for this entry
lastModifiedBy string element ns0 0/1 A string which identifies the user who last modififed this entry

Example

<g----- xml:lang="es-ES" xmlns="http://zanata.org/namespace/api/">
  <comment>...</comment>
  <content xmlns="">Una casa</content>
  <lastModifiedDate>...</lastModifiedDate>
  <lastModifiedBy>homer</lastModifiedBy>
</g----->