You are working with an Authentication service that submits user credentials for authentication purposes. Atypical XML document passed to the service looks like this:
You are contacted by the IT department manager and told that from now on, all XML documents that are passed to and from services must have a namespace in order to more easily identify their related XML schema definitions. You revise the above sample document by adding a namespace declaration, as well as prefixes to the "user" element, as shown here:
Assuming the "date" element is of type date, the "login" element is of type string, and the "password" element is of type hexBinary, which of the following XML schemas will correctly validate the revised sample?
Tammi
5 days agoVerdell
6 days agoTammi
9 days ago