Select which statement is correct with regards to creating an XML document based on the DTD
element type declaration below.
[element type declaration]
A.
Both the "notebook" element and the "server" element can be written as a child element of the
computer element.
B.
As a child element of the "computer" element, the "server" element can be written before the "notebook" element.
C.
When writing the "notebook" element, "mouse" must be written as a child element.
D.
Only one "mouse" element can be written as a child element of the "notebook" element. W Courier Newlr Z
Correct Answer: A, B
Explanation not available for this question.
Question #2 (Topic: demo questions)
Select which of the following correctly describes a namespace to which the "price" element in the
XML document below belongs.
XML study guide536 <
/product:list>
J0589741
A.
urn:sample:order
B.
urn:sample:product
C.
urn:sample:list
D.
Does not belong to any namespace. W Courier Newlr Z
Correct Answer: C
Explanation not available for this question.
Question #3 (Topic: demo questions)
Select which of the following correctly describes (1) and (2) in the XML Schema document below
when the content of the "Flag" element must be an integer of 0 or 1.
<(1) value="0"/>
<(2) value="1"/>
A.
(1) xs:minInclusive (2) xs:maxInclusive
B.
(1) xs:enumeration (2) xs:enumeratioN
C.
(1) xs:minOccurs (2) xs:maxOccurs
D.
1) xs:minExclusive (2) xs:maxExclusiveW Courier Newlr Z