Press the Exhibit button to view "XML Document". Select which of the following correctly describes the results of applying "XSLT Stylesheet" to "XML Document". Assume that the input XML document and transformation results ignore meaningless whitespace.
A. A file that does not contain any content will be output, because the XML document LIST element does not contain a name attribute.
B. The following XML document will be output.
<?xml version="1.0"?>
<LIST>
<name lang="jp">Pen</name>
<name lang="jp">Paper</name>
</LIST>
C. The following XML document will be output.
<?xml version="1.0"?>
<LIST> <name lang="jp">Pen</name>
<name lang="jp">Paper</name>
PenPaper
</LIST>W Courier Newlr Z
D. The following XML document will be output.
<?xml version="1.0"?>
<LIST>PenPaper</LIST>
正解:D
質問 2:
Select which of the following correctly describes a valid XML document with respect to the DTD below.
<!DOCTYPE list [
<!ELEMENT list (product+)>
<!ELEMENT product (name?)>
<!ATTLIST product_division (healthcare|cosmetic) "cosmetic">
<!ELEMENT name (#PCDATA)>
]>
A. The product element and name element must appear within the XML document the exact same number of times.
B. The division attribute must be designated within the XML document.
C. The product element must be designated at least once within the XML document. W Courier Newlr Z
D. The name element must be designated at least once within the XML document.
正解:C
質問 3:
Select which of the following correctly describes the DTD attribute list declaration when the "date" attribute and the "reception" attribute are included in the "Customer_Visit" element.
A. <!ATTLIST Customer_Visit date CDATA #IMPLIED reception CDATA #IMPLIED>W Courier Newlr Z
B. <!ATTLIST Customer_Visit (date,reception) CDATA #IMPLIED>
C. <!ATTLIST Customer_Visit date && reception CDATA #IMPLIED>
D. <!ATTLIST Customer_Visit (date|reception) CDATA #IMPLIED>
正解:A
質問 4:
Select which of the following is correct with respect to designating XML document character encoding output via XSLT.
A. The character encoding for the XML document of the transformation results cannot be designated. W Courier Newlr Z
B. Use xsl:output instructions to set the character encoding.
C. The output XML document character encoding is the same as the XSLT stylesheet.
D. The output XML document character encoding is the same as the original XML document.
正解:B
質問 5:
Select which of the following correctly presents a combination of an XML Schema restriction and a related definition. Assume the Schema namespace prefix is "xs".
A. When placing the following restriction, the TotalPrice element may have a value of 15000. 127.
<xs:simpleType name="PriceType">
<xs:restriction base="xs:decimal">
<xs:fractionDigits value="2" />
</xs:restriction>
</xs:simpleType>
<xs:element name="TotalPrice" type="PriceType"/>
B. When placing the following restriction, the TotalPrice element may have a value of 125. 55, but may not have a value of 170.
<xs:simpleType name="PriceType">
<xs:restriction base="xs:float">
<xs:minExclusive value="100" />
<xs:maxExclusive value="150" />
</xs:restriction>
</xs:simpleType>
<xs:element name="TotalPrice" type="PriceType"/>
C. When placing the following restriction, the ProductCode element may have a value of "PFG-TF3/SP", but may not have a value of "PFG-TF3".
<xs:simpleType name="ProductType">
<xs:restriction base="xs:string">
<xs:minLength value="7" />
</xs:restriction>
</xs:simpleType>
<xs:element name="ProductCode" type="ProductType"/>W Courier Newlr Z
D. When placing the following restriction, the ProductCode element may have a value of "PFG-TF3/SP", but may not have a value of "PFG-TF3".
<xs:simpleType name="ProductType">
<xs:restriction base="xs:string">
<xs:enumeration value="PFG-SRX" />
<xs:enumeration value="PFG-V507" />
<xs:enumeration value="PFG-TF3/SP" />
</xs:restriction>
</xs:simpleType>
<xs:element name="ProductCode" type="ProductType"/>
正解:B,D
質問 6:
With respect to XML 1. 0 specifications, select which of the following is correct.
A. An element, "abc", without content, may be coded, <abc></abc> or <abc/>.
B. With the exception of empty element tags, opening and closing tags must always be designated in a set.
C. A well-formed XML document must always be valid with respect to DTD definition content.
D. When validating the structure of an XML document using a DTD document, the XML document must always include the document type declaration (<!DOCTYPE>). W Courier Newlr Z
正解:A,B,D
質問 7:
Select the value that is not allowed when applying a restriction to an XML Schema with respect to the pattern below. Assume the Schema namespace prefix is "xs".
<xs:simpleType name="No_type">
<xs:restriction base="xs:string">
<xs:pattern value="[A-Z]{2}\d{7}"/>
</xs:restriction>
</xs:simpleType>
A. AZ9999999
B. TG1578945
C. T15424048
D. 1TG467859W Courier Newlr Z
正解:C,D
質問 8:
With respect to XML 1. 0, select which character encoding (encoding value for the XML declaration) that an XML processor absolutely must be able to process.
A. UTF-8W Courier Newlr Z
B. JIS
C. Shift_JIS
D. EUC-JP
正解:A
1423 お客様のコメント
クリック」





Sakamoto -
ソフトI10-001問題集は明確に機能し、間違った答えをすべて覚えやすくなっています。