Multiple choice technology web technology

xmlns:xs=fihttp://www.w3.org/2001/XMLSchemafl is used to

  1. Identify ownership of the XML schema

  2. Identify ownership of the XML document

  3. Identify that this is an XML schema

  4. Identify the XML schema specifications used in the XML schema

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

The namespace declaration xmlns:xs="http://www.w3.org/2001/XMLSchema" identifies that the document is using the official W3C XML Schema specifications. The 'xs' prefix becomes the namespace qualifier for all XML Schema elements (like xs:element, xs:complexType).