최신XML Master Basic V2 - I10-001무료샘플문제
문제1
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>
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>
정답: C
문제2
Press the Exhibit button to view the XML document "a. xml", and apply XSLT stylesheet "b. xsl" to "a. xml". The content of the administrator element with a state attribute of "Auto_Logon" is output in the transformation results. Select which of the following correctly belongs in (1) of the stylesheet.
Press the Exhibit button to view the XML document "a. xml", and apply XSLT stylesheet "b. xsl" to "a. xml". The content of the administrator element with a state attribute of "Auto_Logon" is output in the transformation results. Select which of the following correctly belongs in (1) of the stylesheet.
정답: B,C
문제3
Select which of the following methods can be used when using a single quote (') in an attribute value.
Select which of the following methods can be used when using a single quote (') in an attribute value.
정답: C
문제4
Select which answers are correct with respect to the relationship between "x", as expressed in the DTD element type declaration below, and its child element. Assume child elements "a" "b" "c" are all empty elements, expressed as like <a/>.
[DTD]
<!ELEMENT x (a, (b|c)*)>
Select which answers are correct with respect to the relationship between "x", as expressed in the DTD element type declaration below, and its child element. Assume child elements "a" "b" "c" are all empty elements, expressed as like <a/>.
[DTD]
<!ELEMENT x (a, (b|c)*)>
정답: A,C,D
문제5
Select which of the following is an incorrect attribute value for "Product ID" when the "Product ID" attribute is defined by the XML Schema below. Assume the Schema namespace prefix is "xs". <xs:attribute name="Product_ID" type="xs:ID"/>
Select which of the following is an incorrect attribute value for "Product ID" when the "Product ID" attribute is defined by the XML Schema below. Assume the Schema namespace prefix is "xs". <xs:attribute name="Product_ID" type="xs:ID"/>
정답: C
문제6
Choose the statement about DOM that best describes it.
Choose the statement about DOM that best describes it.
정답: A
문제7
Select which of the following correctly describes an XML Schema document that designates a "title" element that appears greater than 0 times and less than 10 times.
Select which of the following correctly describes an XML Schema document that designates a "title" element that appears greater than 0 times and less than 10 times.
정답: B