Solved

The Following Code Declares a Namespace with the URI _______

Question 1

Multiple Choice

The following code declares a namespace with the URI _______ within the course element and applies the schema file course.xsd to the document:
<course courseID= "PSAT-080-5 "
Xmlns= "http://example.com/higheredtestprep/course/ns "
Xsi:schemaLocation= "http://example.com/higheredtestprep/
Course/ns course.xsd ">

</course>


A) http://example.com/edtestprep/course/ns
B) http://example.com/higheredtestprep/course/ns
C) http://example.com/higheredtestprep/course/xsd
D) http://example.com/higheredtestprep

Correct Answer:

verifed

Verified

Related Questions