Online Access Free I10-001 Practice Test
| Exam Code: | I10-001 |
| Exam Name: | XML Master Basic V2 |
| Certification Provider: | XML Master |
| Free Question Number: | 129 |
| Posted: | Jun 16, 2026 |
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"?>
<message xmlns="urn:sample:personal"
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>
Press the Exhibit button to view "XML Document". For the elements within "XML Document", select which of the following correctly describes the coding for (1) in which the "Order_Number" element belongs to namespace urn:sample:Order, and there are no errors with respect to XML namespace specifications.