You are a consultant helping a large bank implement an on-line banking service for its customers. The first operation you need to build is one that allows a customer to initiate a transfer of funds. You are presented with the following sample XML document that represents the funds transfer information that this operation needs to be able to receive:
< fromAccount>12345
< toAccount>44432
You are also provided with the following sample that shows that the response message sent by the service needs to return a single element with text content:
Which of the following XML schemas will validate the two samples shown above?
Currently there are no comments in this discussion, be the first to comment!