Pass4Future also provide interactive practice exam software for preparing XML Master Basic (I10-001) Exam effectively. You are welcome to explore sample free XML I10-001 Exam questions below and also try XML I10-001 Exam practice test software.
Do you know that you can access more real XML I10-001 exam questions via Premium Access? ()
Select the answer that correctly identifies an element in the "XML Document" below.
[XML Documents]<abc def="ghi">jklmno
</abc> Answer : D
Select which of the following correctly describes a namespace to which the "Telephone_Number" element in the XML document below belongs.
<?xml version="1. 0"?>xmlns:application="urn:sample:Application"xmlns:NameCard="urn:sample:NameCard"><data><application:Application Date="2005/09/30">Address_Change</application:Application> <application:Change_Address>Bunkyo-ku_Tokyo_XXXX</application:Change_Address> <application:Applicant>Ichiro_Yamamoto</application:Applicant> <Department_Name>Sales_Department</Department_Name><Telephone_Number usage="Official" xmlns="">03-1111-1111</Telephone_Number></data></message>
Answer : D
Select which of the following correctly describes a namespace to which the "Telephone_Number" element in the XML document below belongs.
<?xml version="1. 0"?>xmlns:application="urn:sample:Application"xmlns:NameCard="urn:sample:NameCard"><data><application:Application Date="2005/09/30">Address_Change</application:Application> <application:Change_Address>Bunkyo-ku_Tokyo_XXXX</application:Change_Address> <application:Applicant>Ichiro_Yamamoto</application:Applicant><Department_Name>Sales_Department</Department_Name><Telephone_Number usage="Official">03-1111-1111</Telephone_Number></data></message>
Answer : A
Select which of the following correctly describes a namespace to which the "Application" element in the XML document below belongs.
<?xml version="1. 0"?>xmlns:application="urn:sample:Application"><application:data><Application Date="2005/09/30">Address_Change</Application><Change_Address>Bunkyo-ku_Tokyo_XXXX</Change_Address> <Applicant>Ichiro_Yamamoto</Applicant> <personal:Department_Name>Sales_Department</personal:Department_Name> <personal:Telephone_Number usage="Official">03-1111-1111</personal:Telephone_Number> </application:data></message>
Answer : D
Assume that you want to change XML document A into XML document B, as shown below. Choose the specification that is the best suited for this purpose.
[XML document A]
<?xml version="1. 0"?><book><author>Charley</author><title>FLOWERS</title></book>[XML document B]
<?xml version="1. 0"?><book> <title author="Charley">FLOWERS</title></book> Answer : A