3.1.4.10.3.2 GetItemsItem

Namespace: http://schemas.microsoft.com/office/server/translation/2010/11/getItems/response

The GetItemsItem complex type represents a single translation item in a translation group.

 <xs:complexType name="GetItemsItem" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="0" name="ErrorCode" nillable="true" type="xs:int"/>
     <xs:element minOccurs="0" name="Id" type="xs:int"/>
     <xs:element minOccurs="0" name="InputFile" nillable="true" type="xs:string"/>
     <xs:element minOccurs="0" name="OutputFile" nillable="true" type="xs:string"/>
     <xs:element minOccurs="0" name="StartTime" nillable="true" type="xs:dateTime"/>
     <xs:element minOccurs="0" name="StopTime" nillable="true" type="xs:dateTime"/>
   </xs:sequence>
 </xs:complexType>

ErrorCode: An integer value specifying the error code of a failed translation item. If the translation item has failed, the protocol server MUST write a non-null value.

Id: An integer value that uniquely identifies the translation item within the translation group. This element MUST NOT be null.

InputFile: This MUST be a string value containing the server-relative URL of the input file for the translation item relative to the translation group’s input root. This element MUST NOT be null.

OutputFile:  This MUST be a string value containing the server-relative URL of the output file for the translation item relative to the translation group’s output root. This element MUST NOT be null.

StartTime: A dateTime value that specifies when the translation item started. If the translation item has started, this element MUST NOT be null.  Otherwise, it MUST be null.

StopTime: A dateTime value that specifies when the translation item finished. If the translation item has completed, this element MUST NOT be null.  Otherwise, it MUST be null.