Select which of the following is an absolute requirement for a well-formed XML document.
Answer : D
Select which of the following statements is correct.
Answer : D
Select which of the following is incorrect with respect to an XML Schema element content model. Assume the Schema namespace prefix is "xs".
Answer : C, D
Select which of the following correctly describes an element type declaration that includes either the "home" element or the "mobile" element as a child element of the "telephone_number" element.
Answer : D
Choose the statement that is correct with regard to protocols used to transmit XML.
Answer : A
Select which statement correctly describes the results of reading the attribute values below using a non-validating XML processor, which does not check validity. Note that [#x9] is shown using #x9, [#xA] is shown using #xA, [#xD] is shown using #xD, and [#x20] is shown using #x20. Attribute="[#xA]
[#x9] data 1[#xD][#xA]
data 2"
Answer : A
Select the statement that correctly explains the XML Schema document below.
Answer : D