Exam 14: Working With Advanced Schemas

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

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>

Free
(Multiple Choice)
4.7/5
(33)
Correct Answer:
Verified

B

Some XML authors add all namespace declarations to the document's _______ element so that the namespace is available to all elements within the document.

Free
(Short Answer)
4.9/5
(31)
Correct Answer:
Verified

root

An unqualified name is an element name consisting the namespace prefix and the local part.

Free
(True/False)
4.9/5
(26)
Correct Answer:
Verified

False

To _____ an object from an imported schema, you must declare the namespace of the imported schema in the schema element.

(Multiple Choice)
4.8/5
(38)

In the Venetian Blind schema design, named complex types, element groups, and attribute groups can be ______ throughout the schema.

(Multiple Choice)
4.9/5
(44)

The root element of the instance document becomes the top element declaration in the schema.

(True/False)
4.8/5
(35)

Betty Trooper owns and operates a realty company. She has provided you with properties.xml, which is a file that contains a list of properties enrolled in the multiple listing database. She has created three different versions of a schema for the properties vocabulary and needs help in choosing the most appropriate schema design for her needs. -If Betty uses Flat Catalog design, the following is true:

(Multiple Choice)
4.7/5
(32)

After a schema is imported into another schema file, any objects it contains with global scope can be referenced in that file._________________________

(True/False)
4.8/5
(37)

In a(n)_______ document containing elements from more than one namespace, after you Declare the namespaces, you must indicate which elements in the document belong to Each namespace.

(Multiple Choice)
4.7/5
(38)

If a(n)_______ contains several lines of code that need to be repeated, you probably should use a Flat Catalog or Venetian Blind design.

(Short Answer)
4.9/5
(32)

The general form for applying a qualified name to a two-sided tag is <prefix:element> ...</prefix:element> where prefix is the namespace prefix and element is the _______ part.

(Multiple Choice)
4.9/5
(44)

The root element of the _______ document becomes the top element declaration in the schema.

(Short Answer)
4.9/5
(34)

A Venetian Blind design represents a compromise between Flat Catalogs and Russian Dolls._________________________

(True/False)
4.9/5
(43)

Objects with _______ scope can be referenced only within the object in which they are defined.

(Short Answer)
4.7/5
(35)

In a(n)____ design, all declarations are made globally.

(Multiple Choice)
4.9/5
(31)

Declarations with ____ scope are available only to a given complex type.

(Multiple Choice)
4.7/5
(41)

The _____ schema design element declarations are not nested.

(Multiple Choice)
4.8/5
(39)

Objects with global scope are direct children of the root schema element and can be referenced throughout the schema document._________________________

(True/False)
4.8/5
(32)

Like an element name, an attribute can be qualified by adding a namespace _______.

(Multiple Choice)
4.7/5
(35)

The scope of a namespace declaration declaring a(n) suffix extends from the beginning of the opening tag to the end of the corresponding closing tag._________________________

(True/False)
4.9/5
(39)
Showing 1 - 20 of 100
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)