Represents the translation of a document into a single locale.
http://zanata.org/namespace/api/| name | data type | type | namespace | min/max occurs | wrapped by | description |
|---|---|---|---|---|---|---|
| revision | int | attribute | 0/1 | Revision number for the translations | ||
| links | Link | element | 0/unbounded | A collection of links provided with the translations. | ||
| extension | anyType | element | 0/unbounded | extensions | Any provided extensions | |
| text-flow-target | textFlowTargetType | element | ns0 | 0/unbounded | targets | The text flow targets (i.e. translated text) |
Example
<translations revision="..." xmlns="http://zanata.org/namespace/api/">
<links href="http://alink.com" rel="..." type="..." xmlns=""/>
<extensions xmlns="">
<extension>...</extension>
</extensions>
<targets xmlns="">
<text-flow-target res-id="..." resourceRevision="..." revision="..." state="..." xmlns="http://zanata.org/namespace/api/">
<description xmlns="">...</description>
<contents xmlns="">
<content>An english string to translate</content>
</contents>
<sourceHash>...</sourceHash>
<extensions xmlns="">
<extension>...</extension>
</extensions>
</text-flow-target>
</targets>
</translations>