personType Data Type

Namespace
http://zanata.org/namespace/api/
Properties
name data type type namespace min/max occurs description
email string attribute 1/1  
name string attribute 1/1  
link Link element 0/unbounded Set of links managed by this resource This field is ignored in PUT/POST operations

Example

<person email="..." name="..." xmlns="http://zanata.org/namespace/api/">
  <link href="http://alink.com" rel="..." type="..." xmlns=""/>
</person>