Compare the three schema designs in four categories: global and local declarations; nesting of elements; reusability; and interaction with namespaces.

What will be an ideal response?


Global and local declarations
Russian Doll: The schema contains one single global element; all other declarations are local.
Flat Catalog: All declarations are global.
Venetian Blind: The schema contains one single global element; all other declarations are local.

Nesting of elements
Russian Doll: Element declarations are nested within a single global element.
Flat Catalog: Element declarations are not nested.
Venetian Blind: Element declarations are nested within a single global element referencing named complex types, element groups, and attribute groups.

Reusability
Russian Doll: Element declarations can only be used once.
Flat Catalog: Element declarations can be reused throughout the schema.
Venetian Blind: Named complex types, element groups, and attribute groups can be reused throughout the schema.

Interaction with namespaces
Russian Doll: If a namespace is attached to the schema, only the root element needs to be qualified in the instance document.
Flat Catalog: If a namespace is attached to the schema, all elements need to be qualified in the instance document.
Venetian Blind: If a namespace is attached to the schema, only the root element needs to be qualified in the instance document.

Computer Science & Information Technology

You might also like to view...

virtual functions must:

a. Be overridden in every derived class. b. Be declared virtual in every derived class. c. Be declared virtual in the base class. d. Have the same implementation in every derived class.

Computer Science & Information Technology

In the term 1000BaseT, the ?1000? means

A) 1000 computers per network max B) 1000Mbps C) 1000 meters between central connectivity devices such as a switch D) 1000 ohm terminators are used on the Ethernet connectors

Computer Science & Information Technology

In a graph, you would find the _____ variable on the vertical axis.

A. independent B. dependent C. primary D. secondary

Computer Science & Information Technology

The capacity of UPS devices is measured using the voltage output rating.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology