A. Pode aparecer mais de uma vez em uma mensagem SOAP.
A SOAP message can carry only one fault block.
.
B. É opcional.
Fault is an optional part of a SOAP message.
.
C. Um de seus sub-elementos é <faultcode>.
Sub-elements of Fault
<faultCode> - It is a text code used to indicate a class of errors. See the next Table for a listing of predefined fault codes.
.
D. Se existir, deve estar contido em um elemento body.
If an error occurs during processing, the response to a SOAP message is a SOAP fault element in the body of the message, and the fault is returned to the sender of the SOAP message.
.
E. É usado para carregar mensagens de status e erro.
The SOAP fault mechanism returns specific information about the error, including a predefined code, a description, and the address of the SOAP processor that generated the fault.
Fonte: https://www.tutorialspoint.com/soap/soap_fault.htm