Tag: web technology

Questions Related to web technology

An XML document must contain all elements declared in the DTD

  1. True

  2. False


Correct Option: B

#PCDATA refers to

  1. Parsed charter data

  2. Program character data

  3. Parsed character data

  4. None of the above


Correct Option: C

A question mark following the name of a child name in the declaration of a parent element means

  1. The child element is required.

  2. The name of the child element is unknown.

  3. One occurrence of the child element is required.

  4. The child element is optional


Correct Option: D

An image tag is an example of an EMPTY element.

  1. True

  2. False


Correct Option: A

Which of the following is used to define a complex type

  1. XML Schema

  2. DTD

  3. PCDATA

  4. XSD


Correct Option: A
  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


Correct Option: D

The xs:sequence tag

  1. Specifies the sequence in which elements must appear in an XML schema

  2. Specifies the sequence in which elements must appear in an XML document

  3. Specifies the sequence in which attributes must appear in an XML document

  4. Specifies the sequence in which attributes must appear in an XML schema


Correct Option: B

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


Correct Option: C
  1. xs:value

  2. xs:sequence

  3. xs:enumeration tag

  4. None


Correct Option: C