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: | Aug 25, 2025 |
Select which of the following correctly describes a namespace to which the "Application" element in the XML document below belongs.
<?xml version="1. 0"?>
<message xmlns:personal="urn:sample:personal"
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>
Press the Exhibit button to view "XML Schema Document". Which of the following is a valid XML document with respect to "XML Schema Document".