3.3.4.6.2.7 TranslateNameResponse/NameTranslateResult

The NameTranslateResult element defines an array of ActiveDirectoryNameTranslateResult elements (section 3.3.4.6.3.1), each representing the results (if successful) of the name conversion, and an error code if the name was unable to be converted. The result MUST be of same size (number of elements) and order as the TranslateNameRequest/Names input, because the assumption is that the result of TranslateNameRequest/Name[N] will be returned, on success, in TranslateNameResponse/NameTranslateResult[N].

 <xs:element
     minOccurs="0" name="NameTranslateResult"
     nillable="true"
     type="ca:ArrayOfActiveDirectoryNameTranslateResult" />