Practice XML I10-001 Exam Questions
-
-
Page: 1/26
Total 129 Questions
Question No 1
Press the Exhibit button to view "XML Document". Select which of the following correctly describes the results of applying "XSLT Stylesheet" to "XML Document". Assume that the input XML document and transformation results ignore meaningless whitespace.
Question No 2
Select which of the following correctly describes an XML Schema definition when the Market Price element must be a positive integer. Assume the Schema namespace prefix is "xs".
Question No 3
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. <?xml version="1. 0"?> <xs:schema xmlns:xs="http://www. w3. org /2001/XMLSchema"> <xs:element name="Flag" type="flagData"/> <xs:simpleType name="flagData"> <xs:restriction base="xs:integer"> <(1) value="0"/> <(2) value="1"/> </xs:restriction> </xs:simpleType> </xs:schema>
Question No 4
Select which statement correctly describes the XML document below. [XML Documents] <!DOCTYPE ElementA [ <!ELEMENT ElementA EMPTY> <!ATTLIST ElementA Attribute (ABC|DEF|GHI) #IMPLIED> ]> <ElementA Attribute =" A B C"/>
Question No 5
Select which of the following correctly describes a namespace to which the "price" element in the XML document below belongs. <message xmlns="urn:sample:order" xmlns:product="urn:sample:product"> <product:list xmlns="urn:sample:list"> <name>XML study guide</name> <price>536</price> < /product:list> <order> <customerID>J058974</customerID> <number>1</number> </order> </message>
-
Page: 1/26
Total 129 Questions
-