1. (1)
The W3C DOM Core interfaces defines a minimal set of:
A. interfaces for accessing and manipulating document objects
B. Java object implementations for use with XML parsers.
C. Conventions and processes for creating live HTML pages.
D. Mutable document trees.
(A)
2. (1)
Which of the following lists contains only valid W3C XML Schema Language simple schema
types?
A. anyURL, char,encoding, UTF8
B. fullname, double, long, int
C. TOKEN, timestamp, range,char
D. byte, duration, ENTITY, NMTOKEN
(D)
3. (1)
Assume that a W3C XML Schema Language document designer uses the following prefix
declaration
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
The designer evaluates the choice of attribute versus elements to describe a structure. Which of the
following is a valid reason to avoid attributes for a complex structural representation?
A. Elements are approximateley twice as concise as attributes.
B. An elements is restricted to meta-data representation.
C. An attribute value is restricted to representing string data.
D. An attribute value cannot contain elements.
(D)