Project Version Data Type

Represents a Project version (or iteration).

Namespace
http://zanata.org/namespace/api/
Properties
name data type type namespace min/max occurs description
id string attribute 1/1 Version identifier (slug)
link Link element 0/unbounded Set of links managed by this resource This field is ignored in PUT/POST operations
status Status element 0/1  
projectType string element 0/1 The type of project version. This type could be overriding the project's original type.

Example

<project-iteration id="my-iteration" xmlns="http://zanata.org/namespace/api/">
  <link href="http://alink.com" rel="..." type="..." xmlns=""/>
  <status xmlns="">...</status>
  <projectType xmlns="">Podir</projectType>
</project-iteration>