I10-001 試験問題を無料オンラインアクセス

試験コード:I10-001
試験名称:XML Master Basic V2
認定資格:XML Master
無料問題数:129
更新日:2025-12-13
評価
100%

問題 1

Assume you are applying a restriction in an XML Schema that defines a pattern for a Postal Code that has "three numerical digits followed by a hyphen, and then four more digits". Select which of the following is the correct coding method for this pattern. Assume the Schema namespace prefix is "xs".

問題 2

In the XML Document below, the Data element value consists of an enumeration of multiple integers separated by white space. Select the answer that is correct when the prefix to specify XML Schema namespace is xs.
[XML Document]
<Data>10 24 30</Data>

問題 3

Select which of the following is correct with respect to designating XML document character encoding output via XSLT.

問題 4

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>

問題 5

Press the Exhibit button to view "XML Document 0". All of the following XML documents are an attempt to define a document with the same content as "XML Document 0". Select which of the following correctly describes an XML document with the exact same namespaces to which each element and attribute as found in "XML Document 0" belongs.
[XML Documents 1]
<?xml version="1. 0"?>
<message xmlns:person="urn:sample:NameCard"
xmlns="urn:sample:Application">
<data xmlns="">
<Application Date="2005/09/30">Address_Change</Application>
<Change_Address>Bunkyo-ku_Tokyo_XXXX</Change_Address> <Applicant>Ichiro_Yamamoto</Applicant> <person:Department_Name>Sales_Department</person:Department_Name> <person:Telephone_Number usage="Official">03-1111-1111</person:Telephone_Number> </data>
</message>
[XML Documents 2]
<?xml version="1. 0"?>
<message xmlns:person="urn:sample:NameCard"
xmlns:application="urn:sample:Application">
<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> <person:Department_Name>Sales_Department</person:Department_Name> <person:Telephone_Number person:usage="Official">03-1111-1111</person:Telephone_Number>
</data>
</message>
[XML Documents 3]
<?xml version="1. 0"?>
<message xmlns="urn:sample:NameCard"
xmlns:application="urn:sample:Application">
<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>

コメントを追加

あなたのメールアドレスが公開されることはありません。個人情報に関する内容は隠されます *

insert code
画面にある文字を入力してください。