The XML Schema group element is used to assign a name to a list of references to elements or attributes, and then the named group is referenced elsewhere using the _______ attribute.

A. ref
B. type
C. name
D. base


Answer: A

Computer Science & Information Technology

You might also like to view...

The _____ view shows how your document would look in a Web browser.

A. Browser Layout B. Internet Layout C. Web Layout D. WWW Layout

Computer Science & Information Technology

____ is measured in gigahertz.

A. Processing speed B. Clock speed C. Time speed D. Calculating speed

Computer Science & Information Technology

In order to have an updated copy of a file in more than one location, you can ________ the files so that updates in one location can be reflected in another based on a set of rules

A) sync B) duplicate C) auto-save D) copy

Computer Science & Information Technology

Suppose that x and y are int variables, and z is a double variable. The input is: ? 28 32.6 12 ? Choose the values of x, y, and z after the following statement executes: ? cin >> x >> y >> z; ?

A. x = 28, y = 32, z = 0.6 B. x = 28, y = 32, z = 12.0 C. x = 28, y = 12, z = 32.6 D. x = 28, y = 12, z = 0.6

Computer Science & Information Technology