Multiple choice technology web technology

xsi:schemaLocation=ficustomers.xsdfl is used to

  1. Identify the owner of the XML document

  2. Identify the owner of the XML schema

  3. Identify the location of the XML schema

  4. Identify the location of the XML document

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The xsi:schemaLocation attribute is specifically designed to identify the location of an XML schema (XSD) that defines the structure for the XML document. It typically appears as xsi:schemaLocation="namespaceURI schemaLocation" where schemaLocation points to the actual schema file.